Re: Perl - Cross-LFS Multilib

2005-10-28 Thread Ken Moffat
On Thu, 27 Oct 2005, Thomas Pegg wrote: On Thu, 2005-10-27 at 21:35 +0100, Ken Moffat wrote: OK, using Ryan's patch from last week plus the installstyle echo, with only a 64-bit perl, everything is in /usr/lib64/perl5 and XML-Parser installs into /usr/lib64/perl5/site_perl. Looks good, ap

Re: Perl - Cross-LFS Multilib

2005-10-27 Thread Thomas Pegg
On Thu, 2005-10-27 at 21:35 +0100, Ken Moffat wrote: > > > OK, using Ryan's patch from last week plus the installstyle echo, with > only a 64-bit perl, everything is in /usr/lib64/perl5 and XML-Parser > installs into /usr/lib64/perl5/site_perl. Looks good, apart from > the libc=/lib/ issue i

Re: Perl - Cross-LFS Multilib

2005-10-27 Thread Ken Moffat
(Adding Jim back to the CC) On Thu, 27 Oct 2005, Ken Moffat wrote: Apart from that, this has two deficiencies in my view: (i) our 64-bit perl installs in /usr/lib instead of /usr/lib64, as do all subsequent modules (tested with XML-Parser, which finds libexpat from /usr/lib64, but installs i

Re: Perl - Cross-LFS Multilib

2005-10-27 Thread Ken Moffat
On Thu, 27 Oct 2005, Alexander E. Patrakov wrote: Jim Gifford wrote: Translated for Cross-LFS would be. -Dlibpth="/usr/local/lib64 /lib64 /usr/lib64" \ -Dprivlib="/usr/lib/perl5/5.8.7" \ -Dsitelib="/usr/lib/perl5/site_perl/5.8.7" \ -Dvendorlib="/usr/lib/perl5/vendor_perl/5.8.7" \ -Darchlib="/u

Re: Perl - Cross-LFS Multilib

2005-10-26 Thread Alexander E. Patrakov
Jim Gifford wrote: Translated for Cross-LFS would be. -Dlibpth="/usr/local/lib64 /lib64 /usr/lib64" \ -Dprivlib="/usr/lib/perl5/5.8.7" \ -Dsitelib="/usr/lib/perl5/site_perl/5.8.7" \ -Dvendorlib="/usr/lib/perl5/vendor_perl/5.8.7" \ -Darchlib="/usr/lib/perl5/5.8.7/x86_64-linux" What bothers me i