Song, On 10/19/06, 宋林健 <[EMAIL PROTECTED]> wrote:
Hi Tao Chen,When I make zebra in solaris, there emerge some error like that: /bin/bash: cru: command not found make[2]: *** [libzebra.a] Error 127 make[2]: Leaving directory `/slj/files/zebra-0.94/lib' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/slj/files/zebra-0.94' make: *** [all] Error 2 Maybe I don't set the environments right in solaris.The PATH is /usr/local/bin:/usr/sfw/bin:/usr/sfw:/usr/sbin:/usr/bin. How should I do?
Which 'make' program are you using? 'which make' My 'make' is '/usr/ccs/bin/make'. It is not in your path. I don't know what "cru" is in the first line of error you got:
/bin/bash: cru: command not found
First check if you have '/usr/ccs/bin/make', put /usr/ccs/bin in front of your PATH and try again. If it still fails, post the the following part of output from './configure' command: zebra configuration ------------------- zebra version : 0.94 host operationg system : solaris2.11 source code location : . compiler : gcc compiler flags : -g -O2 -Wall directory for pid files : /var/run Tao
_______________________________________________ opensolaris-help mailing list [email protected]
