| I'm trying to link ghc object files with mingw's | g++/ld... We have used the g++-2 compiler that you can get with Cygwin and it seems to work fine. (mingw-g++ and the normal g++ did not work for us.)
Another hint: maybe you should give "-lstdc++" as a flag to the final linking fase. A final hint: I have heard rumours of people changing the linker that GHC uses to be g++'s linker, maybe that helps in your case. Apparently, some C++ code requires special treatment at linking time, something that normal ld does not do. /Koen _______________________________________________ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
