Re: MacOSX install problem
Gregory Wright <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hugs.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi Rich, Which version of Hugs are you trying to install? The Nov2002 release was the last official release to compile reliably on OS X. However, the darwinports system successfully compiles the 20041101 snapshot and I recently received a report that the 20050224 snapshot built successfully as well. If you are trying to install the Nov2003 release, I suggest using one of the above snapshots instead. To get the 20041101 snapshot you could install darwinports (http://darwinports.opendarwin.org). Then building from scratch would just involve sudo port install hugs98-devel Remember to add the darwinports binary directory to your PATH if you take this route. Best Wishes, Greg On Feb 28, 2005, at 11:37 AM, Rich Loft wrote: > > Dear Hugs-bugs: > > Excuse me in advance if this is a known problem. I am new to Haskell > and I am trying to install HUGS on a MacOSX 10.3 system with gcc3.3. I > get the following ld errors: > > gcc hugs.o edit.o observe.o builtin.o compiler.o errors.o evaluator.o > ffi.o goal.o input.o machdep.o machine.o module.o opts.o output.o > plugin.o script.o static.o storage.o strutil.o subst.o type.o > version.o -lncurses -o hugs > ld: Undefined symbols: > _doubleFromParts > _part1Double > _part2Double > > Any ideas for a workaround? > > Rich Loft > _______________________________________________ > Hugs-Bugs mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/hugs-bugs >