
25 Sep
2002
25 Sep
'02
4:37 a.m.
The reason that this worries me is that Cygwin "ld" links with libraries from the Cygwin "lib" directory rather than the Mingw equivalent, regardless of which "gcc" was used to compile the object files.
We only use ld directly when building the GHCi libraries (HSbase.o etc.), and this doesn't use any external libraries, so I think we're ok here. Normal linking of Haskell programs is done using gcc, so we'll get the right version of ld there. Cheers, Simon
8391
Age (days ago)
8391
Last active (days ago)
0 comments
1 participants
participants (1)
-
Simon Marlow