Re: ghci: unknown symbol `__ashldi3

2001-10-09 Thread Josef Svenningsson
On 5 Oct 2001, Marcin 'Qrczak' Kowalczyk wrote: Fri, 5 Oct 2001 17:31:18 +0200, Ch. A. Herrmann [EMAIL PROTECTED] pisze: Loading package std ... linking ... /public/packages/programming/ghc-5.02/lib/ghc-5.02/HSstd_cbits.o: unknown symbol `__ashldi3' I guess you can add the symbol to

Re: GHC 5.02 Win32

2001-10-09 Thread Reuben Thomas
Yes, non-interactive uses of the Win32 library appear to be in a non-working state (at least with my copy of ghc-5.02, don't know if there's been any stealth updates to the installer binary.) As a stop-gap measure, replace ghc-5.02's libHSwin32.a (after having saved it away) with the one

Re: ghci: unknown symbol `__ashldi3

2001-10-09 Thread Marcin 'Qrczak' Kowalczyk
Tue, 9 Oct 2001 10:10:40 +0200 (MET DST), Josef Svenningsson [EMAIL PROTECTED] pisze: Linker.c: At top level: Linker.c:369: `__ashldi3' undeclared here (not in a function) Bring it with Sym, not SymX. -- __( Marcin Kowalczyk * [EMAIL PROTECTED] http://qrczak.ids.net.pl/ \__/ ^^

Bug in GHC 5.02

2001-10-09 Thread Monique Louise
I am writing to report a bug I have found in GHC version 5.02. The problemis that I tried to compile a .hs file which camewith Green Card's library and the following message appeared: "panic! (the 'impossible' happened, GHC version 5.02): Native code generator can't handle foreign call

Re: Bug in GHC 5.02

2001-10-09 Thread Sigbjorn Finne
To make this panic go away, try adding the option "-fvia-C" to your GHC command line. (GHC could give a better error msg here, and indicate that you have to use -fvia-C with code that (still) uses _casm_.) hth --sigbjorn - Original Message - From: Monique Louise To: