Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: make 9i vs. 10g
Hey Joe,
Not sure when nor why (I have a fervent dislike for hard-coded paths to executables), but one simple solution is:
if [[ -e /usr/bin/make ]];then
echo "Already here"
else
echo "Not here -- creating" ln -sf /usr/ccs/make /usr/bin/make
HTH! Rich
> Why did Oracle change the relink script in 10g and hard code the path to:
>
> /usr/bin/make?
>
> When in 9i and all install docs I have seen set it at this path:
>
> /usr/ccs/make.
>
>
> Why and when did Oracle change that?
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Aug 21 2007 - 08:37:18 CDT
![]() |
![]() |