You are not logged in.
Pages: 1
I have compiled all the packages required by xorg-clients and am having trouble compiling xorg-clients. I have libgl-mesa installed, but couldn't get libgl-dri built. The problem seems to be beyond my competency, and here is what I gather to be the relevant information:
making all in programs/glxinfo...
make[1]: Entering directory
`/home/acousino/packages/testing/xorg-clients/src/xc/programs/glxinfo'
rm -f glxinfo
gcc -o glxinfo -O2 -fno-strength-reduce -fno-strict-aliasing -ansi -Wall
-Wpointer-arith -Wundef
-L/home/acousino/packages/testing/xorg-clients/src/xc/exports/lib glxinfo.o -lGLU
-lGL -lXext -lX11 -lpthread -lm
-Wl,-rpath-link,/home/acousino/packages/testing/xorg-clients/src/xc/exports/lib
/usr/lib/gcc/x86_64-pc-linux-gnu/4.0.3/../../../../lib64/libGL.so: undefined ref
erence to `gl_dispatch_functions_start'
collect2: ld returned 1 exit status
make[1]: *** [glxinfo] Error 1
make[1]: Leaving directory `/home/acousino/packages/testing/xorg-clients/src/xc/
programs/glxinfo'
make: *** [all] Error 2
Any help would be greatly appreciated. Also if any one has problems getting to this point, I am willing to share my PKGBUILDs.
Sweet, now I can play with myself.
Offline
this is a completelyrandom guess but i think something might need to be recompiled with -fPIC
Offline
Pages: 1