C include question

Benjamin Sobotta mayday at gmx.net
Wed Aug 4 18:05:40 PDT 2004


Hi!

My stuff is also in /usr/X11R6/include/GL and I use to following line to 
compile:

gcc -I /usr/X11R6/include/ -L /usr/X11R6/lib -lglut -lGLU -lGL -lXmu -lXext 
-lX11 -lm file.c

Works for all the code examples given on www.opengl.org.

Hope that helps

Ben

On Thursday 05 August 2004 00:41, you wrote:
> No, because the libs have include statements in them. For example, in my
> source code I might write:
>
>    #include "/usr/X11R6/include/GL/glut.h"
>
> But this fails because glut.h has the following statements in it:
>
>    #include <gl.h>
>    #inlcude <glu.h>
>
> For it to work, I would have to ammend it to say:
>
>    #include "gl.h"
>    #inlcude "glu.h"
>
> But at the point where I am rewriting bits of the standard GL libraries,
> it's time to take a different approach.
>
> _jason
>
> Jorge Mario G. wrote:
> > Hi there
> > cant you just use
> > #include "/the/libs/are/here"
> >
> > =====
> >
> >
> > _________________________________________________________
> > Do You Yahoo!?
> > Información de Estados Unidos y América Latina, en Yahoo! Noticias.
> > Visítanos en http://noticias.espanol.yahoo.com
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe at freebsd.org"


More information about the freebsd-questions mailing list