LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   libquicktime compile problem (https://www.linuxquestions.org/questions/programming-9/libquicktime-compile-problem-346374/)

sockknitter 07-24-2005 08:31 PM

libquicktime compile problem
 
hi crew
i have been trying to compile the latest libquicktime and had no luck
the ./configure looks fine but when i make i get the following at the end of the process.

could someone please help me out?


/usr/X11R6/lib/libGL.a(glxcmds.o): In function `glXGetMscRateOML':
: undefined reference to `XF86VidModeQueryVersion'
/usr/X11R6/lib/libGL.a(glxcmds.o): In function `glXGetMscRateOML':
: undefined reference to `XF86VidModeGetModeLine'
collect2: ld returned 1 exit status
make[3]: *** [lqtplay] Error 1
make[3]: Leaving directory `/home/tom/programsSRC/libquicktime-0.9.7/utils'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/tom/programsSRC/libquicktime-0.9.7/utils'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tom/programsSRC/libquicktime-0.9.7'
make: *** [all] Error 2

lowpro2k3 07-25-2005 01:27 AM

Are you running xorg or XFree86 as your x-server?

sockknitter 07-25-2005 03:50 AM

xorg.

lowpro2k3 07-25-2005 01:30 PM

It looks like XFree86 function calls are failing, causing your compile to screw up. Check if theirs a list of prerequisites, or if they support xorg somehow.


All times are GMT -5. The time now is 08:53 AM.