[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Make error
From: |
kevin wang |
Subject: |
Re: Make error |
Date: |
Wed, 24 Jul 2002 09:34:33 -0700 |
From Thomas Maslen
> Usually, though, the package is installed but /usr/ccs/bin isn't included
> on the user's PATH.
>
> Also, of course, do *not* put /usr/ucb on your PATH, and for the most
> part do *not* set LD_LIBRARY_PATH.
yup and yup. For those that don't know, the latter (using ld from
/usr/ucb) causes your binary to be permanently tied to the bsd
compatability subsystem, which makes moving your binaries between
machines troublesome.
Not all solaris machines have the bsd compat subsystem installed.
- Kevin