[Kde-perl] Re: symbols still undefined

Germain Garand kde-perl@mail.kde.org
Mon, 16 Dec 2002 18:55:32 +0000


Le Lundi 16 D=E9cembre 2002 18:14, Benjamin Reed a =E9crit :
> On Mon, 2002-12-16 at 12:54, Germain Garand wrote:
> > Though I wonder why your patched /admin dir doesn't take care of that=
 ?
> > There's a check for both LD and rpath (AC_CHECK_RPATH and AC_PROG_LD)
> > in acinclude.m4.in... might be worth another patch 8)
>
> It's fine for everything else, but not, specifically, for the stuff in
> PerlQt, since it's build isn't really dependent on what KDE finds, so
> much as what perl MakeMaker finds, as far as I understand it...
>

not really...  there's a Makefile.PL.in that sort of preconfigure the=20
preconfiguration =3D8-|

Now, if what ./configure finds for rpath is honored in Makefile.PL.in, it=
's=20
not true for LD... I might add that in a future release, after some testi=
ng.

Anyway, the problem with rpath is that I just check for @USE_RPATH@ =3D=3D=
 yes,=20
and then add   "-Wl,--rpath -Wl,@kde_libraries@"=20
I'll have to find a more portable/universal rpath line...

G.

> _______________________________________________
> Kde-perl mailing list
> Kde-perl@mail.kde.org
> http://mail.kde.org/mailman/listinfo/kde-perl