Failure to build hugs98-Nov2003 on Mac OS X 10.3.2
Alwyn
dt015a1979 at blueyonder.co.uk
Sat Dec 20 09:41:38 EST 2003
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
More information about the Hugs-Bugs
mailing list