|
From: Lachlan A. <lh...@us...> - 2003-05-11 12:41:17
|
Good work, Jim!
Unfortunately, locate libstdc++ on the SourceForge compile farm only=20
finds .a files:
lha@ucf-cf-ppc-macosx-2:~/htdig$ locate libstdc++
/usr/lib/gcc/darwin/2.95.2/libstdc++.a
/usr/lib/gcc/darwin/3.1/libstdc++.a
/usr/lib/libstdc++.a
lha@ucf-cf-ppc-macosx-2:~/htdig$
That would certainly explain why it doesn't find the symbols! Where=20
is the file on your system, Jim? Does anyone know why it isn't on=20
the compile farm??
Cheers,
Lachlan
On Mon, 5 May 2003 12:43, Jim Cole wrote:
> I have more information regarding the C++ related
> undefined symbols. The symbol names match
> those in libstdc++. So it looks like it is an issue
> of things not being found, rather than anything that is truly
> missing.
>
> Additionally, I discovered that setting DYLD_INSERT_LIBRARIES
> to the full path to libstdc++.dylib seems to solve the problem.
|