GHC-6.4.1 on FreeBSD-amd64 port progress

Simon Marlow simonmar at microsoft.com
Tue Oct 25 06:35:17 EDT 2005


On 25 October 2005 10:01, Wilhelm B. Kloke wrote:

> Simon Marlow <simonmar at microsoft.com> schrieb:
>> On 24 October 2005 19:04, Wilhelm B. Kloke wrote:
>> 
>> Is it that it does not find the libraries, or does it find the
>> libraries but still gets a bunch of undefined references?  If the
>> latter, then there could be an issue with the mangler.  Try an 'nm'
>> on libHSbase.a to see if the missing symbols are actually defined.
> 
> Nm shows that the problem may come from splitting. The missing symbols
> are marked as locals (small d); being in different .o modules they
> are not resolved.

Try with splitting off: set SplitObjs=NO in your mk/build.mk.

Cheers,
	Simon


More information about the Glasgow-haskell-users mailing list