On Thu, Apr 27, 2006 at 02:28:46PM +0200, Jean-Marc Lasgouttes wrote: > >>>>> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes:
> Bo> Please: > > Bo> 1. test 2. check for cygwin > > I can't do any of these. I am doing both. > Bo> 3. add autoconf things for -lshlwapi > > Isn't there a place already where one has to add a bunch of -lfoo to > compile under windows? Currently I have to add libraries using LDFLAGS at configure time: LDFLAGS="-L$QTDIR/lib -lqt -lkernel32 -luser32 -lgdi32 -lcomdlg32 \ -ladvapi32 -lshell32 -lole32 -loleaut32 -luuid -limm32 -lwinmm \ -lwsock32 -lwinspool" This one is simply another library to add to the list. I have to do the same with cygwin and have on my todo list this problem. -- Enrico