> "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 <[EMAIL PROTECTED]> http://www.iki.fi/jhi/ "There is this special
biologist word we use for 'stable'.  It is 'dead'." -- Jack Cohen
  • PASE H.Merijn Brand
    • Re: PASE Andy Dougherty
    • Jarkko Hietaniemi

Reply via email to