Re: Help building on Mac OS X
Sven Panne <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hugs.bugs |
|---|---|
| Message-ID | <[email protected]> |
Malcolm Wallace wrote: > Adam <[email protected]> writes: > >>I'm trying to build hugs on Mac OS X 10.3.7. The configure script runs ok, >>then when I do 'make' I get the following: >> >>/usr/bin/ld: Undefined symbols: >>_doubleFromParts >>_part1Double >>_part2Double >>make: *** [hugs] Error 1 > > > 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, [...] Does the Hugs from CVS HEAD work on MacOS X? I don't have access to such a platform, but it would be good to know... For those without CVS access I've put today's snapshot at: http://aedion.de/haskell/hugs98-Jan2005.tar.gz Cheers, S.