Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I cannot compile it
08-31-2005, 07:10 AM,
#2
Solved "GLU library missing problem"
So, the GLU library comes with recent versions of XOrg.The GLU library is part of MesaGL but MesaGL is now developed as part of XOrg.The compiler cannot found it in the standard locations (/usr/lib) and for that reason cannot send the correct information to the linker. I don't know exactly why but it appears that we need to specify the directory locations where to find it. With the -L parameter we can add library directory locations to the list, so the compiler will be search in that directories.Here the solution for VDrift:In the file "configure.in" line 33 just reeplace:LIBS="$LIBS $SDL_LIBS"with:LIBS="-L/usr/X11R6/lib $LIBS $SDL_LIBS"and do:autoreconfso the changes take effect.For the people who don't have the X11 libraries in /usr/X11R6/lib just reeplace that with the correct location.Bye.
Reply


Messages In This Thread
I cannot compile it - by Anyeos - 08-31-2005, 06:46 AM
Solved "GLU library missing problem" - by Anyeos - 08-31-2005, 07:10 AM
I cannot compile it - by thelusiv - 08-31-2005, 07:55 AM
I cannot compile it - by Anyeos - 08-31-2005, 07:59 AM
I cannot compile it - by fizz - 08-31-2005, 09:16 AM
I cannot compile it - by thelusiv - 08-31-2005, 06:04 PM
I cannot compile it - by fizz - 09-01-2005, 03:19 AM
I cannot compile it - by Anyeos - 09-02-2005, 04:07 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)