This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin 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: Uncompilable setup.exe... again


> What I am doing wrong ? Should I update my Cygwin version too ?
>

See the config.log if there is an 'could not find -luser32' or so.

I've encountered missing w32api library search path in recent mingw ld.

perhaps it help to configure with ( I don't remember exactly which VAR I have
used)

LDFLAGS="-L/usr/lib/w32api" configure ...
or
CFLAGS="-L/usr/lib/w32api" configure ...


Ralf


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