xlib compile issues

Zach Gelnett zach@prozach.com
Thu Oct 7 13:37:00 GMT 2004


That seems to fix the issue, but it happens over and over again, is there
some setting I can change as it seems that all make files that I'm
downloading for these dockapps have the order of the above example instead
of the below example.



gcc -pedantic -Wall -W -O -L/usr/X11R6/lib -lX11 \
`pkg-config --libs glib-2.0` docker.o kde.o icons.o xproperty.o net.o -o
docker


gcc -pedantic -Wall -W -O -L/usr/X11R6/lib \
  docker.o kde.o icons.o xproperty.o net.o -o \
  docker `pkg-config --libs glib-2.0` -lX11





More information about the Cygwin-xfree mailing list