[Kde-perl] Re: symbols still undefined
Benjamin Reed
kde-perl@mail.kde.org
16 Dec 2002 12:29:43 -0500
On Mon, 2002-12-16 at 12:07, str02@hampshire.edu wrote:
> Ok, so now I tried setting LD=c++ in my environment, running make clean,
> running ./configure --disable-rpath and then running make. Still, I have the
> undefined symbols. Any ideas as to what to try next? Are there people who
> have gotten PerlQt to work on a Mac with Jaguar? Thank you all very much for
> your assistance.
I think makemaker is hardcoding LD in the makefile with the value used
at perl build time. Try it as:
make LD="c++"
instead, see if that helps.