[Kde-perl] PerlQt compiles (YAY) but...
Benjamin Reed
kde-perl@mail.kde.org
Sun, 15 Dec 2002 22:34:26 -0500
On Sunday, December 15, 2002, at 10:20 PM, Seth Raphael wrote:
> dyld: perl Undefined symbols:
> __ZSt9terminatev
> __ZTVN10__cxxabiv117__class_type_infoE
> __ZTVN10__cxxabiv120__si_class_type_infoE
> __ZTVN10__cxxabiv121__vmi_class_type_infoE
> __ZdaPv
> __ZdlPv
> __Znam
> __Znwm
> ___cxa_pure_virtual
> ___gxx_personality_v0
> Trace/BPT trap
These are c++ symbols.
You'll need to set the environment variable "LD" to "c++" when you run
make, or else makemaker ends up using cc to link, which causes this
missing symbol issue.
I can't recall if I had to set it before configure, or just force it on
the command-line (make LD=c++), but I'm pretty sure you can do the
latter.