|
From: Zoltan B. <zb...@du...> - 2006-02-16 21:33:13
|
Hi,
recent changes in RLIB broke compilation under Windows:
1) RPDF uses localtime_r() and only localtime() exists under MinGW.
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.
Fixes for the above two are attached, and another one for removing
one unneeded #include from the ODBC input lib.
Best regards,
Zolt=E1n B=F6sz=F6rm=E9nyi
|