ghc 6.6.1 -optl bug?

2008-01-11 Thread Bulat Ziganshin
Hello GHC, sorry, i'm still user of 6.6.1 version the following command: ghc --make -optl-s strips the executable while the following command ghc --make -optl--strip-all has no effect. i made some experiments and it seems that options starting with -- are not sent to ld at all (you

Re: ghc 6.6.1 -optl bug?

2008-01-11 Thread Christian Maeder
Bulat Ziganshin wrote: Hello GHC, sorry, i'm still user of 6.6.1 version the following command: ghc --make -optl-s strips the executable while the following command ghc --make -optl--strip-all has no effect. i made some experiments and it seems that options starting with

Re[2]: ghc 6.6.1 -optl bug?

2008-01-11 Thread Bulat Ziganshin
Hello Christian, Friday, January 11, 2008, 4:10:36 PM, you wrote: Does adding -optl-Xlinker help you? ghc --make Hello.hs -fforce-recomp -optl-Xlinker -optl--strip-all thank you - it works! -- Best regards, Bulatmailto:[EMAIL PROTECTED]