在我的solaris 8上装ssh,解压后 configure. 它居然说no acceptable cc in $PATH. 查cc的path, 已经包括在$PATH里了,怎么还找不到! configure失败,没法make.怎么办怎么办???
n*t
2 楼
是不是一定要gcc?
【在 t*******l 的大作中提到】 : 在我的solaris 8上装ssh,解压后 configure. : 它居然说no acceptable cc in $PATH. : 查cc的path, 已经包括在$PATH里了,怎么还找不到! : configure失败,没法make.怎么办怎么办???
T*r
3 楼
cc the following program to see if your cc has a license
c*y
4 楼
"cc -xlicinfo" will work too...
【在 T********r 的大作中提到】 : cc the following program to see if your cc has a license
c*y
5 楼
1) Check if /opt/SUNWspro/bin/cc exists. If it does, check if you have a valid license by "cc -xlicinfo". If you do have a valid license, put /usr/ccs/bin:/opt/SUNWspro/bin in PATH var. and make sure /usr/ucb/bin is not placed before /opt/SUNWspro/bin. Try to compile again. If no luck, 2) Get a copy of precompiled gcc from sunfreeware for Solaris 8: ftp://ftp.sunfreeware.com/pub/freeware/sparc/8/gcc-3.3-sol8-sparc-local.gz if you don't have one installed on your machine
【在 t*******l 的大作中提到】 : 在我的solaris 8上装ssh,解压后 configure. : 它居然说no acceptable cc in $PATH. : 查cc的path, 已经包括在$PATH里了,怎么还找不到! : configure失败,没法make.怎么办怎么办???
t*l
6 楼
gcc的path也在,可是configure就是找不着。。。 上死火了。。
【在 n******t 的大作中提到】 : 是不是一定要gcc?
t*l
7 楼
ok... license could be the problem? ...
【在 T********r 的大作中提到】 : cc the following program to see if your cc has a license
t*l
8 楼
好,也试试这个。。
【在 c******y 的大作中提到】 : "cc -xlicinfo" will work too...
【在 c******y 的大作中提到】 : 1) Check if /opt/SUNWspro/bin/cc exists. : If it does, check if you have a valid : license by "cc -xlicinfo". If you do : have a valid license, put : /usr/ccs/bin:/opt/SUNWspro/bin in PATH : var. and make sure /usr/ucb/bin is not : placed before /opt/SUNWspro/bin. : Try to compile again. If no luck, : 2) Get a copy of precompiled gcc from : sunfreeware for Solaris 8:
T*r
10 楼
which cc what's the output of the above command? if it's /usr/ccs/bin/cc, you need to change the path to put /usr/local/bin before /usr/ccs/bin/ and make sure /usr/local/bin/cc points to /usr/local/bin/gcc
No, you can unzip it anywhere, but you also need to install the precompiled pkg: 1) cd /tmp && gunzip gcc*.gz 2) pkgadd -d./gcc-3.3-sol8-sparc-local checksum error? Could be the file you downloaded is broken. Go download it again.
【在 c******y 的大作中提到】 : No, you can unzip it anywhere, but you also : need to install the precompiled pkg: : 1) cd /tmp && gunzip gcc*.gz : 2) pkgadd -d./gcc-3.3-sol8-sparc-local : checksum error? Could be the file you downloaded : is broken. Go download it again.
A*o
15 楼
Some time it could be just the configure problem Autoconf & Automake some time is not that good esp. those developers didn't really intent for your specific OS(Solaris 8)
【在 t*******l 的大作中提到】 : 在我的solaris 8上装ssh,解压后 configure. : 它居然说no acceptable cc in $PATH. : 查cc的path, 已经包括在$PATH里了,怎么还找不到! : configure失败,没法make.怎么办怎么办???
t*l
16 楼
sparc 8 is headache at this moment...
【在 A*****o 的大作中提到】 : Some time it could be just the configure problem : Autoconf & Automake some time is not that good : esp. those developers didn't really intent for your specific OS(Solaris 8)
A*o
17 楼
download from sunfreeware ba. that's the easiest to do.
【在 t*******l 的大作中提到】 : sparc 8 is headache at this moment...
t*l
18 楼
download what?
【在 A*****o 的大作中提到】 : download from sunfreeware ba. : that's the easiest to do.