I got this error when I tried "make" with ghc 5.00 I think it might have something to do with the fact that Darwin does doesnt differentiate between upper and lowercase letters. Do you think I am correct, or is it something much less trivial? gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mp_bases -g -O2 -mpowerpc -traditional-cpp -c mp_bases.c -o mp_bases.o In file included from mp_bases.c:26: ../gmp-impl.h:60: warning: `HAVE_ALLOCA' redefined ../gmp-impl.h:33: warning: this is the location of the previous definition echo timestamp > mp_bases.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_inlines -g -O2 -mpowerpc -traditional-cpp -c -o inlines.lo inlines.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_inlines -g -O2 -mpowerpc -traditional-cpp -c inlines.c -o inlines.o echo timestamp > inlines.lo m4 -DPIC -DOPERATION_add_n add_n.asm >tmp-add_n.s /bin/sh ../libtool --mode=compile gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_add_n -g -O2 -mpowerpc -traditional-cpp tmp-add_n.s -o add_n.lo gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_add_n -g -O2 -mpowerpc -traditional-cpp tmp-add_n.s -o add_n.o tmp-add_n.s:64:Junk character -1 (). make[6]: *** [add_n.lo] Error 1 make[5]: *** [all-recursive] Error 1 make[4]: *** [all-recursive] Error 1 make[3]: *** [all-recursive-am] Error 2 make[2]: *** [gmp/libgmp.a] Error 2 make[1]: *** [all] Error 1 make: *** [all] Error 1 __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ _______________________________________________ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
