I created a test C program named "test.c" as below:
main()
{
printf("Hello");
}
I then ran "gcc test.c" and got the following error:
gcc: installation problem, cannot execute 'as': No such file or directory.
I think it's looking for an assembler, but I'd appreciate help in diagnosing
the problem, and also in fixing it.
Thanks in advance
David Nash
> I think it's looking for an assembler, but I'd appreciate help in diagnosing
> the problem, and also in fixing it.
It'll be looking for a lot of other things, too. Install the library and
link kit on your OS 5.0.5 install CD-ROM; you need neither to pay extra,
nor supply a license number.
Tony
--
************* THE NEW DIMENSION IN DISTRIBUTION ***********
ilion Faculty B.V.
Tony Earnshaw email: to...@ilion.nl
Randstad 21-57
1314 BH Almere-Stad tel: +31 (0) 36 548 50 10
The Netherlands fax: +31 (0) 36 534 05 34
***************** http://www.ilion.nl *********************
>I need to install the gcc C Compiler on an OpenServer 5.0.5 server in order
>to install the latest version of fetchmail, which appears to need compiling
>as part of the install routine. I installed gcc from the Skunkware CD
>(which is not the latest version), but can't get it to work.
>
>I created a test C program named "test.c" as below:
>
>main()
>{
> printf("Hello");
>}
>
>I then ran "gcc test.c" and got the following error:
>
>gcc: installation problem, cannot execute 'as': No such file or directory.
>
>I think it's looking for an assembler, but I'd appreciate help in diagnosing
>the problem, and also in fixing it.
>
>Thanks in advance
>
Check dejanews. You'll see there are parts of the OS you haven't installed
from the SCO media yet.
--
for i in databasix.com ntrnet.net primenet.com ; do ; gburnore@$i ; done
---------------------------------------------------------------------------
How you look depends on where you go.
---------------------------------------------------------------------------
Gary L. Burnore | нлГКнГоГКнГГнлКнГоГКнГнГоГКнГннлГ
| нлГКнГоГКнГГнлКнГоГКнГнГоГКнГннлГ
DOH! | нлГКнГоГКнГГнлКнГоГКнГнГоГКнГннлГ
| нлГ 3 4 1 4 2 нГоГ 6 9 0 6 9 нлГ
spamgard(tm): zamboni | Official Proof of Purchase
===========================================================================
PGP Public Key: http://www.databasix.com/~gburnore/pubkey/pubkey.html
===========================================================================
Did anyone else see this fellows post as being 1379 lines?
It shows up normally in my newsreader, but I've noticed about
four or five other posts recently that say they're long, but aren't.
Btw, I'd use current gcc from http://www.sco.com/skunkware/
Matt