This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Porting of gcc 4.2.3 to AIX


Vardhan, Sundara (GE Infra, Energy) wrote:
> Hi All
> 
> I was able to go further from the last time on compiling gcc 4.2.3 on AIX 5.3. However, I get the following error and the make aborts
> 
> xgcc: error trying to exec '/cots/gnu/gcc-4.2.3/host-powerpc-ibm-aix5.3.0.0/gcc/as': execv: No such file or directory
> 
> "as" is present and is a shell script calling /usr/bin/as. When I try to execute the above line from command line too I get the same error. I am running this in bash and using the AIX native as  which is in /usr/bin/as
> 
> Any ideas as to why this should happen? Appreciate your inputs and advice.

You ask many questions but you never reply to anything anyone says to you.
I'm wondering why anyone bothers to help you.  This will be the last time
I try to do so.

Look at the very first line of as.  What is it?  Is that file present?

Andrew.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]