
Hi, I keep getting errors such as the one below DeCorer.o:fake:(.text+0x4551): undefined reference to `YhcziGeneralziBinary_zdf4_closure' ,I actually get a whole list when I try and compile Haskell scripts with GHC. The Haskell I'm trying to compile has the following imports It works in both ghci and hugs. If anyones got any ideas please let me know, I feel a little out of depth looking at these error messages. Many thanks, Ricky

On Wed, May 30, 2007 at 06:38:08PM +0100, Ricky Barefield wrote:
Hi,
I keep getting errors such as the one below
DeCorer.o:fake:(.text+0x4551): undefined reference to `YhcziGeneralziBinary_zdf4_closure'
,I actually get a whole list
when I try and compile Haskell scripts with GHC. The Haskell I'm trying to compile has the following imports
It works in both ghci and hugs.
If anyones got any ideas please let me know, I feel a little out of depth looking at these error messages.
Many thanks,
Ricky
Use --make Stefan

Hi Ricky
DeCorer.o:fake:(.text+0x4551): undefined reference to `YhcziGeneralziBinary_zdf4_closure'
,I actually get a whole list
Use --make
If that doesn't work try deleting all the .hi and .o files sitting around, sometimes the dependencies go a bit crazy with Yhc. Thanks Neil
participants (3)
-
Neil Mitchell
-
Ricky Barefield
-
Stefan O'Rear