On Sat, May 20, 2006 at 10:03:38PM -0500, Bo Peng wrote: > > > > > 2) nls=yes gettext=included is correctly taken into account but -lintl > > > > > is passed. So the mingw intl dll is used as opposed as libs/libintl.a, > > > > > > Does the order of -L matter? I notice that -Ldebug/libs is the first > in the link command so shouldn't libintl.a in this directory be used > first?
Yes, that order matters but perhaps those directories are appended to the system library directories. -- Enrico
