Front page | perl.perl5.build |
Postings from September 2002
Re: PASE
Thread Previous
|
Thread Next
From:
Jarkko Hietaniemi
Date:
September 11, 2002 05:43
Subject:
Re: PASE
Message ID:
20020911124308.GA13926@lyta.hut.fi
> "usenm.U": unknown symbol '$PASE'.
Ooops.
> Indeed never set, so I guess it is from the environment. How can I tell libc.U
From command line (Configure -DPASE).
> and usenm.U that it ain't a unit but an env?
>
> ?LINT:extern PASE
Yup, that's the ticket.
> If I put that in libc.U and usenm.U I get
>
> Extracting dependency lists from 803 units...
> Sanity checks...
> "End.U": stale ?MAKE: dependency '$W'.
Yes, that's been there a while.
> Looking for dependency cycles...
> Done.
>
> Which looks pretty clean. Apply ?
Go ahead.
> 17827: - if $test "$osname" = aix -a ! -f /lib/syscalls.exp; then
> 17827: + if $test "$osname" = aix -a "X$PASE" != "$Xdefine" -a ! -f /lib/syscalls.exp; then
> ^
Oops again. Now you know why I did so many chances: 2/3 of them are
to fix the errors introduced by the 1/3.
--
Jarkko Hietaniemi <jhi@iki.fi> http://www.iki.fi/jhi/ "There is this special
biologist word we use for 'stable'. It is 'dead'." -- Jack Cohen
Thread Previous
|
Thread Next
-
PASE
by H.Merijn Brand
-
Re: PASE
by Jarkko Hietaniemi
-
Re: PASE
by Andy Dougherty