Front page | perl.perl5.porters |
Postings from December 1999
Re: [ID 19991130.001]
Thread Previous
|
Thread Next
From:
Ilya Zakharevich
Date:
December 2, 1999 11:06
Subject:
Re: [ID 19991130.001]
Message ID:
199912021906.OAA23217@monk.mps.ohio-state.edu
Neequaye, Bridget writes:
> I modified the CONFIG file and had in the extra libs section :
>
> EXTRA_LIBS=3D-linsck -ltli -ldnet_stub -lsydb -lsdna
>
> When running :
>
> perl Makefile.PL =20
>
> for some obscure reason the two libraries -ltli -ldnet_stub were not
> included in the EXTRALIBS and LDLOADDLIBS parameters of the Makefile in =
> the
> Dblib directory.
Did you get
Warning (probably harmless): cannot find -ltli
? If yes, then you need to check the logic of library search. The
code which does it is in ExtUtils/Liblist.pm (sp?).
Ilya
Thread Previous
|
Thread Next