RASMol help

Enrique Vargas Madrazo (evargas@uv4.invest.uv.mx)
Mon, 30 Jan 1995 20:42:29 +0600

Hi:

I have problems to compile the RasMol in my Sun Solaris 2.3,The cc compiles
put this:

sunserv% make -i
cc -c -g -O2 -finline-functions x11win.c
cc: Warning: Option -finline-functions passed to ld
cc: Warning: -O conflicts with -g. -O turned off.
x11win.c: 15: Can't find include file X11/Xlib.h
x11win.c: 16: Can't find include file X11/Xutil.h
x11win.c: 17: Can't find include file X11/Xatom.h
x11win.c: 18: Can't find include file X11/keysym.h
x11win.c: 19: Can't find include file X11/cursorfont.h
x11win.c: 142: Can't find include file X11/extensions/XShm.h
*** Error code 2 (ignored)
cc -o rasmol rasmol.o molecule.o transfor.o command.o abstree.o render.o x11win.o pixutils.o outfile.o script.o -lm -lXext -lX11
ld: x11win.o: No such file or directory
*** Error code 4 (ignored)
chmod 755 rasmol
chmod: rasmol: No such file or directory
*** Error code 1 (ignored)

The compiler directive <<<-I/usr/openwin/include>>> its ok,

Does somebody can help me?

Enrique Vargas