Title: dyld: test Undefined symbols:

Hi guys... This list may not be the perfect place to ask this question, but I suspect someone may be able to answer it here, so…

I'm trying to compile, link and run a test program for a C++ class library that I'm writing.

I'm running 10.2.3 with Apple Computer, Inc. GCC version 1161, based on gcc version 3.1 20020420 (prerelease). (I've seen reference to a build with a higher GCC version number somewhere, but can't find it on the net... Is there a newer Apple version of GCC?)

I'm using the latest auto... Tools from fink and my package uses libtool to build.

Everything builds, but I'm getting the following error when I try to run my test program.

    dyld: test Undefined symbols:
    __ZTVN10__cxxabiv117__class_type_infoE
    __ZTVN10__cxxabiv120__si_class_type_infoE
    ___gxx_personality_v0
    Trace/BPT trap

I've found a few references to this sort of problem by googling the net. They say to link using g++ rather than gcc, but since I'm using libtool I'm not sure how to fix the problem... I would have thought that it would take care of this for me.

Does anyone have any suggestions?

Thanks.

--Brent

S. Brent Faulkner (brentf at gto dot net)

"A Rolling Stone may gather no moss, but even if they did... they could afford the dry-cleaning bill."

Reply via email to