Subject: Re: perl?
To: D. Sean Davidson <davidson@zk3.dec.com>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: port-pmax
Date: 08/19/1997 16:28:18
>"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) ?