|
|
sybperl-l Archive
Up Prev Next
From: stenijj at NU dot COM
Subject: Re: Met my MAKEer
Date: Jan 25 2000 4:00PM
Looks like it may be a gcc install problem. 'as' is the assembler, and on
my system it got installed in /usr/local/bin along with gcc. I'd try to
find where 'as' is, and include it in your path. If its not there, gcc may
not have been installed correctly.
John
mdickerson@btm.co.uk
01/25/2000 10:53 AM
Please respond to SYBPERL-L@list.cren.net
To: SYBPERL-L@list.cren.net
cc: (bcc: John J. Steniger/NUS)
Subject: Met my MAKEer
Any ideas on what may be causing this problem ?
# make
make[1]: Entering directory `/export/data1/freeware/sybperl-2.10/BCP'
make[1]: Leaving directory `/export/data1/freeware/sybperl-2.10/BCP'
make[1]: Entering directory `/export/data1/freeware/sybperl-2.10/CTlib'
gcc -c -I/usr/sybase/include -I/usr/local/include -O -DVERSION=\"2.10\"
-DXS_VERSION=\"2.10\" -fPIC
-I/usr/local/lib/perl5/5.00503/sun4-solaris/CORE -DCTLIBVS=100 -DSYBPLVER
='"2.10"' -DDO_TIE CTlib.c
gcc: installation problem, cannot exec `as': No such file or directory
make[1]: *** [CTlib.o] Error 1
make[1]: Leaving directory `/export/data1/freeware/sybperl-2.10/CTlib'
make: *** [subdirs] Error 2
Environment :
Solaris 2.7
sun Ultra 2
gcc installed
gnu make installed
Thanks for your help ,
matthew.
----------------------------------------------------------------
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or
privileged material. Any review, retransmission, dissemination or other
use of, or taking of any action in reliance upon, this
information by persons or entities other than the intended recipient is
prohibited. If you received this in error, please contact the
sender and delete the material from any computer...
|