On 5 Feb 2011, at 17:05, Stefan Bidi wrote: > Yeah, that's a problem because ICU, by default, uses strict ansi and MinGW > doesn't define a bunch of stuff in ANSI mode. To configure: > > ./configure --prefix=/mingw --libdir=/mingw/bin --disable-strict > > That should work and install everything where MinGW expects it to be.
Thanks, that builds and installs nicely. But it seems the linker doesn't find it for some reason. When building base I'm getting 'ld.exe cannot find -licui18n' even though I can see that libicui18n.dll has been installed in /mingw/lib :-( _______________________________________________ Gnustep-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnustep-dev
