remember me? I posted a question regarding compiling a
glut/openGL source code...heheh i was able to do
it...just in case another newbie would like to find
out...here is the line i used for the  bash shell

gcc -L/usr/X11/lib -L/usr/X11R6/lib -o myprog myprog.c
 -lX11 -lXmu -lXi -lXt -lXext -lXmu -lSM -lICE
-lMesaGL -lMesaGLU -lglut -lm 

I just changed the "-L/usr/X11/lib" portion to link it
to where i unistalled my glut files....

Anyway, i have a question. will the compiler have a
hierarchy from left to right when specifying a -L
directive. For example-L/usr/X11/lib -L/usr/X11R6/lib
,
the compiler will first look at -L/usr/X11/lib and if
files are not found will look at the missing files at 
-L/usr/X11R6/lib ? 

from a new linux beneficiary,
eric

=====
"Bravos Indios"

__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/

_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

Reply via email to