Hi Ken Ken Cunningham wrote:
I assume you're on 10.6.8 or newer -- clang and ld are thinking you are building against something newer than 10.5, so looking for the usual link libraries on 10.6.8.
no.. the fact is that I am building directly on 10.5, not on 10.6 using a 10.5 SDK!
could this be caused by macport clang 3.9?
But the 10.5 SDK doesn't have that -lcrt1.10.6.o So -- it should work if you set the deployment target to 10.5. Adding a flag like this -mmacosx-version-min=10.5
It did help pass this specific configure test, but if you read above, it is incosistent with your explanation.
I may add, that the 10.5 is the one that causes the crashy TFF builds :) Riccardo
