RE: Newbie building GHC

2002-09-25 Thread Simon Marlow


 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
___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users



RE: specifying the name of the executable under Windows

2002-09-25 Thread Simon Peyton-Jones

foo.exe, not foo.  I'll mention this in the user manual

S

| -Original Message-
| From: Wolfgang Jeltsch [mailto:[EMAIL PROTECTED]]
| Sent: 24 September 2002 22:30
| To: The Glasgow Haskell Users Mailing List
| Subject: specifying the name of the executable under Windows
| 
| Hi,
| 
| if I enter
| ghc -o foo foo.hs
| under Windows, is the resulting executable named foo or foo.exe?
| 
| (Please send replies not only to the list as I'm not subscribed to
it.)
| 
| Wolfgang
| 
| ___
| Glasgow-haskell-users mailing list
| [EMAIL PROTECTED]
| http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users