This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: xlib compile issues


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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]