On Sat, May 20, 2006 at 04:41:26PM -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, > > > > Hmm, using -lsomelib a dynamic library takes precedence. When both > > dynamic and static libs are used, this problem could be solved by > > directly passing the path to the static libs and using -l for dynamic > > ones. If the libintl.a is the only problematic library, maybe when > > requesting the included one it could be renamed libincluded_intl.a > > or similar. Then, -lincluded_intl should work. > > I can build included_intl and link it. Should we do the same thing to > included boost libraries?
I think it should be done only if there actually is the possibility of a name clash with the system libraries. Or it could be nevertheless done for consistency. -- Enrico