Re: Failure to build hugs98-Nov2003 on Mac OS X 10.3.2
Alwyn <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hugs.bugs |
|---|---|
| Message-ID | <[email protected]> |
Thanks, Ross! On 19 Dec 2003, at 20:09, Ross Paterson wrote: > OK, will check. You should have a working system though, except > for the modules System.Posix.Signals, System.Posix.Env and > System.Posix. On my set-up, I've been able to clear the linking problem in Env by specifying '-bundle -undefined dynamic_lookup' to GCC; however, this only works if the environment variable MACOSX_DEPLOYMENT_TARGET set to 10.3 or greater; if the environment variable is not set or is set to a lesser value, one should use '-bundle -flat_namespace -undefined suppress'. The problem is that the OS X linker by default expects all symbols to be defined if you specify '-bundle'. Hope this helps, Alwyn