Mono build error

Ryan Schmidt ryandesign at macports.org
Wed Jan 11 13:37:33 PST 2012


On Jan 11, 2012, at 15:28, Botond Balázs wrote:

> I've attached config.log and main.log.

Ok, so I agree Xcode is installed and working. The log shows the error is:

ld: library not found for -lintl

This is because although the test in question is using -I/opt/local/include to locate the headers, it is not using -L/opt/local/lib to locate the libraries. This had not previously been a problem, before Xcode 4.2, because we were not using clang then, and clang is the only compiler that doesn't use the CPATH and LIBRARY_PATH variables we set.

http://lists.macosforge.org/pipermail/macports-dev/2011-August/015543.html

I am able to reproduce the problem when using clang. Please file a bug report in the issue tracker.



More information about the macports-users mailing list