See the hugs-bugs archive:
http://www.mail-archive.com/[email protected]/msg02815.html

Malcolm Wallace wrote:
The configure script is (wrongly) determining that the MacOS X C
compiler does not support Floats/Doubles.  Ideally, the autoconf magic
which determined this setting should be fixed, but in the meantime,
you can work around it by:

  (1) Edit src/config.h, replacing the line
      /* #undef HAVE_LIBM */
      with
      #define HAVE_LIBM 1
  (2) rm src/*.o
  (3) cd src; make

Regards,
    Malcolm

Hope this answers your question.

Arthur

On 25-feb-05, at 16:09, Kaoru Hosokawa wrote:

I'm sure this must be a FAQ, but I can't make install hugs98-Nov2003 on MacOS 10.3.8. The error message I get is:

_______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to