RE: linking problems after switching from GHC5 to GHC6

2004-02-02 Thread Simon Marlow
Finne Sent: 30 January 2004 16:39 To: [EMAIL PROTECTED] Subject: Re: linking problems after switching from GHC5 to GHC6 This is a 6.x bug; I fixed it in HEAD a while back, http://haskell.org/pipermail/cvs-ghc/2003-October/018991.html but the change wasn't merged for some reason

Re: linking problems after switching from GHC5 to GHC6

2004-01-30 Thread Sven Panne
Volker Wysk wrote: I've put together a minimal program which reproduces the problem. Save the three attachments in a new directroy and type make. I'ts just as described earlier. The trivial program compiles with GHC5, but not GHC6. [...] Hmmm, it looks like GHC is reversing the order of files in

Re: linking problems after switching from GHC5 to GHC6

2004-01-30 Thread Sigbjorn Finne
] Sent: Friday, January 30, 2004 08:28 Subject: Re: linking problems after switching from GHC5 to GHC6 Volker Wysk wrote: I've put together a minimal program which reproduces the problem. Save the three attachments in a new directroy and type make. I'ts just as described earlier. The trivial

RE: linking problems after switching from GHC5 to GHC6

2004-01-28 Thread Simon Marlow
I can't link with a library any longer, after switching from ghc5 to ghc6.2. I've recompiled the library with the new compiler version, so that's not the problem. [snip] ghc -o build/test0 build/test0.o -odir build `src/lib/hsunix-config --local --libs` build/test0.o(.text+0x25): In

RE: linking problems after switching from GHC5 to GHC6

2004-01-28 Thread Volker Wysk
I can't link with a library any longer, after switching from ghc5 to ghc6.2. I've recompiled the library with the new compiler version, so that's not the problem. [snip] ghc -o build/test0 build/test0.o -odir build `src/lib/hsunix-config --local --libs` build/test0.o(.text+0x25):

linking problems after switching from GHC5 to GHC6

2004-01-27 Thread Volker Wysk
Hello I can't link with a library any longer, after switching from ghc5 to ghc6.2. I've recompiled the library with the new compiler version, so that's not the problem. With GHC5: everything is fine: ~/src/hsunix $ ghc --version The Glorious Glasgow Haskell Compilation System, version 5.04.2