Cient for solaris - compile error
Dear all,
I just download the snapshot, and then compile it on Sun Solaris. It is Sun Solaris 5.8 and gcc 3.2.3. I got the following error:
CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -DSunOS -I.
-Ipwd/include -DCLIENTONLY=1" OSDEF="-DSunOS" RPATHOPT=""
PCREINCDIR="" SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="-lresolv
-lsocket -lnsl" BBTOPDIR="/Core/home/bb" BBLOGDIR="" BBHOSTNAME=""
BBHOSTIP="10.16.0.66" BBHOSTOS="" make -C lib client
make[1]: Entering directory /Core/home/bb/snapshot/lib' gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -DSunOS -I. -I/Core/home/bb/snapshot/include -DCLIENTONLY=1 -I. -I../include -c -o osdefs.o osdefs.c gcc: installation problem, cannot exec as': No such file or directory
make[1]: *** [osdefs.o] Error 1
make[1]: Leaving directory `/Core/home/bb/snapshot/lib'
make: *** [lib-client] Error 2
Thanks
zakki
Note: This email has been scanned by Indosat VirusWall Systems
On Thu, Aug 11, 2005 at 12:10:52PM +0700, Zakki Ashshidiqi wrote:
Dear all,
I just download the snapshot, and then compile it on Sun Solaris. It is Sun Solaris 5.8 and gcc 3.2.3. I got the following error:
CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -DSunOS -I. -I
pwd/include -DCLIENTONLY=1" OSDEF="-DSunOS" RPATHOPT="" PCREINCDIR="" SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="-lresolv -lsocket -lnsl" BBTOPDIR="/Core/home/bb" BBLOGDIR="" BBHOSTNAME="" BBHOSTIP="10.16.0.66" BBHOSTOS="" make -C lib client make[1]: Entering directory/Core/home/bb/snapshot/lib' gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -DSunOS -I. -I/Core/home/bb/snapshot/include -DCLIENTONLY=1 -I. -I../include -c -o osdefs.o osdefs.c gcc: installation problem, cannot execas': No such file or directory
There's no assembler installed on your system, so gcc cannot compile any programs.
Pick up the binutils package from sunfreeware: http://sunfreeware.com/programlistsparc8.html#binutils
Henrik
participants (2)
-
henrik@hswn.dk
-
zakki.ashidiqi@indosat.com