On Wed, Nov 06, 2002 at 09:10:57PM +0100, C�dric Delfosse wrote: > gcc -shared iris.lo config.lo color.lo 3Dstuff.lo theme.lo > transition.lo theme_original.lo theme_spectrum.lo theme_spectrotoy.lo > theme_squarefield.lo theme_pyramid.lo theme_waves.lo theme_knot.lo > theme_pinwheel.lo theme_pipes.lo theme_float.lo -L/usr/lib > -L/usr/X11R6/lib /usr/lib/libgtk.so /usr/lib/libgdk.so > /usr/lib/libgmodule.so /usr/lib/libglib.so -ldl -lXi -lXext -lX11 -lm > /usr/lib/libxmms.so -lpthread -lGL -lXxf86vm -Wl,-soname -Wl,libiris.so > -o .libs/libiris.so > /usr/bin/ld: /usr/X11R6/lib/libXxf86vm.a(XF86VMode.o): relocation > R_PARISC_DPREL21L can not be used when making a shared object; recompile > with -fPIC > /usr/X11R6/lib/libXxf86vm.a: could not read symbols: Bad value
you can't link to -lXxf86vm if it's only available as a static library. -- Revolutions do not require corporate support.

