From: Bob D. <bd...@si...> - 2006-03-22 15:34:14
|
Applied Thanks! - bob On Thu, 2006-02-16 at 22:32 +0100, Zoltan Boszormenyi wrote: > Hi, >=20 > recent changes in RLIB broke compilation under Windows: >=20 > 1) RPDF uses localtime_r() and only localtime() exists under MinGW. >=20 > 2) After my "leaner linking" patch the ODBC input lib fails to link > because it uses GLIB. It seems that the Windows linker requires > explicit dependencies for dynamic modules, where e.g. Linux > can resolve unknown symbols at run time. >=20 > Fixes for the above two are attached, and another one for removing > one unneeded #include from the ODBC input lib. >=20 > Best regards, > Zolt=C3=A1n B=C3=B6sz=C3=B6rm=C3=A9nyi >=20 |