Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

errorin compiling a c-source with gcc from bull freeware pages

Status
Not open for further replies.

rokowa

Technical User
Mar 16, 2004
2
DE
Hi,

any idear what the problem is:

freeware.gnu.gcc.rte 2.95.3.0 C GNU Compiler Collection

[testserver]:root:/usr/local/bin>gcc -o test /test.c
gcc: installation problem, cannot exec `as': No such file or directory

[testserver]:root:/usr/local/bin>cat /test.c
#include <stdio.h>
main()
{
printf(&quot;Hello, world!\n&quot;);
return 0;
}

The installation of gcc under AIX 4.3.3 was OK


:)rokowa
 
found the answer in the newsgroup &quot;comp.aix...&quot;

> and &quot;as&quot; is part of the bos.adt.base fileset. On AIX install media, you need to
> install that fileset and you might want to also install bos.adt.debug too at the
> same time !

> I repeat...i didn't had time to do this but if you have...please tell me if it
> work !!!

Thank you very much, installing bos.adt.base helped us.
 
Rokowa - Welcome to Tek-Tips :) See you again soon I hope, get yourself a login. Mike
michael.j.lacey@ntlworld.com
Email welcome if you're in a hurry or something -- but post in tek-tips as well please, and I will post my reply here as well.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top