Subject: Re: perl?
To: Jonathan Stone <jonathan@dsg.stanford.edu>
From: Simon Burge <simonb@telstra.com.au>
List: port-pmax
Date: 08/20/1997 10:49:26
On Tue, 19 Aug 1997 16:28:18 -0700 Jonathan Stone wrote:
>
> >"D. Sean Davidson" <davidson@zk3.dec.com> writes:
>
> > >If you build perl with the static versions of modf.o and rename.o from
> > >libc.a, perl5.004_02 will pass all tests.
>
> >Anyone got a ktrace() of where the rename() test is failing??
> >(Or, to put it another way, How can I get one?)
>
> Uh, are you linking with -lposix or not? Perl works just perfectly
> for me if I link it without -lposix.
>
> If you are linking perl against -lposix, what happens if you _don't_
> (i.e,. tell Configure not to use -lposix) ?
I thought that I was not linking with -lposix, but as well as removing
it from the Makefile LIBS line, I had to remove it from the "ext.libs"
file as well. Now all of the tests bar one passes. lib/findbin gives
the following:
vlad:perl5/perl5.004_02/t 76> ./perl lib/findbin.t
stat(0/perl5/perl5.004_02/t/lib/): No such file or directory at ../lib/FindBin.pm line 181
stat(0/perl5/perl5.004_02/t/lib/): No such file or directory at ../lib/FindBin.pm line 182
but that looks like I've got some paths buggered up, so I'm not _too_
concerned about this one now.
Has anyone else started work with dynamic loading? I've just finished
(last night) battling with dynamic loading under Ultrix, so I about to
start looking for NetBSD next...
Simon.