Hi, I was running some automated builds with some new compile options (mostly unnecessary - see separate email): ./build-xorg -version 7.4 build --enable-glx --enable-glx-tls --disable-config-hal --disable-config-udev --with-default-font-path=/usr/share/fon ts/X11/misc
And it failed to link Xvnc in xorg/xserver/hw/vnc with: /usr/bin/ld: ../../glx/.libs/libglx.a(glxdriswrast.o): undefined reference to symbol 'dlopen@@GLIBC_2.1' /usr/bin/ld: note: 'dlopen@@GLIBC_2.1' is defined in DSO /lib/libdl.so.2 so try adding it to the linker command line /lib/libdl.so.2: could not read symbols: Invalid operation collect2: ld returned 1 exit status I managed to build it by simply adding: -lpthread -ldl Not sure where the correct location for this is... (XSERVER_SYS_LIBS ?) And does using glx actually make any sense? (any difference?) Cheers Antoine ------------------------------------------------------------------------------ Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly scalable, end-to-end client virtualization framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev _______________________________________________ Tigervnc-devel mailing list Tigervnc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tigervnc-devel