RE: linking problems after switching from GHC5 to GHC6

2004-02-02 Thread Simon Marlow
TED] On Behalf > Of Sigbjorn 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.h

Re: linking problems after switching from GHC5 to GHC6

2004-01-30 Thread Sigbjorn Finne
<[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> 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

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 Volker Wysk
Hi 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. It's all on a Linux-Debian box. bye, V.W. -- Volker Wysk <[EMAIL PROTECTED]> h

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(

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): I