Re: [Plib-users] unresolved references in configure script
Brought to you by:
sjbaker
From: Jeff P. <wd...@co...> - 2003-06-17 19:40:00
|
Ben, I'll give glut a try. As I stated in more recent posts the problem with freeglut is that you also need to have libXxf86vm in the link chain when building an app using freeglut. And the plib configure script does not include it in the 'cc' command. Ben Woodhead wrote: > Try just using glut instead of freeglut.. you can find them on the slack > disk in the extra directory i believe..What version of slack are you > running. > Ben > ----- Original Message ----- > From: "Jeff Pierce" <wd...@co...> > To: <pli...@li...> > Sent: Monday, June 16, 2003 7:05 PM > Subject: [Plib-users] unresolved references in configure script > > > >>In trying to install plib 1.3 I am having a problem getting ./configure >>to run. First it was not having freeglut libraires, which I got and >>installed. Now it complains about unresolved references. Cut from >>config.log: >> >>configure:2793: checking for glutGetModifiers in -lfreeglut >>configure:2812: gcc -o conftest -g -O2 -L/usr/X11R6/lib conftest.c >>-lfreeglut >> -lGLU -lGL -lSM -lICE -lXi -lXmu -lXext -lX11 -lm 1>&5 >>/usr/local/lib/libfreeglut.so: undefined reference to >>`XF86VidModeSetViewPort' >>/usr/local/lib/libfreeglut.so: undefined reference to >>`XF86VidModeSwitchToMode' >>/usr/local/lib/libfreeglut.so: undefined reference to >>`XF86VidModeGetAllModeLines' >> >>Searching the net reveals these are in libXxf86vm, which only exists on >>my Slackware system as a static, ie. /usr/X11R6/lib/libXxf86vm.a >> >>In fact, the configure command line for the test does not even have >>libXxf86vm in it as a static or a dynamic needed library. >> >>This may be a freeglut problem. But, can somebody point me in the right >>direction? >> >> >> >>-- >>Jeff, wd4nmq >>wd...@co... >>http://mywebpages.comcast.net/wd4nmq >> >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by: INetU >>Attention Web Developers & Consultants: Become An INetU Hosting Partner. >>Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! >>INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php >>_______________________________________________ >>plib-users mailing list >>pli...@li... >>https://lists.sourceforge.net/lists/listinfo/plib-users >> > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > plib-users mailing list > pli...@li... > https://lists.sourceforge.net/lists/listinfo/plib-users > -- Jeff, wd4nmq wd...@co... http://mywebpages.comcast.net/wd4nmq |