Marcus, 2002-01-09 14:43:55, du schriebst:
> I am trying to compile WindowMaker 0.80 under Cygwin. [...] > ../../WINGs/libWUtil.a -L/usr/local/lib -L/usr/X11R6/lib -lintl > ../../WINGs/libWUtil.a(wapplication.o): In function > `WMInitializeApplication': > /tmp/wm/WindowMaker-0.80.0/WINGs/wapplication.c:39: undefined reference > to `_Xsetlocale' > a) help me and tell me how to successfully compile WindowMaker under Cygwin? You probably want to add libX11.a (-lX11) to your link line? > b) tell what is the program ldconfig? You don't need that for Cygwin. The shared libraries are in /usr/bin or /usr/local/bin and are looked up via PATH by the linker. Gerrit -- =^..^=
