This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: installation problem in aix 4.3
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: queenincity at netscape dot net
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 12 Dec 2001 12:43:04 -0500
- Subject: Re: installation problem in aix 4.3
>>>>> queenincity writes:
Andrew> I am new to gcc and not sure if this is the right place to ask question?
Andrew> I have problem installing gcc-3.0.1.exe to aix 4.3
Andrew> chmod +x gcc-3.0.1.exe
Andrew> ./gcc-3.0.1.exe
Andrew> smit install_latest <-- get installed to aix
Andrew> export $PATH=$PATH:/usr/local/bin
Andrew> gmake <--- is not found when I search all the directories.
Andrew> Does it mean I have to compile again and how?
Andrew> I read the online docs on gcc site but did not get a clue. Can
anybody shed some light on this?
Andrew> If this is the wrong place to ask question, will you please give
me the user group address?
You are trying to install a pre-built binary version of GCC on
AIX. The GCC Project does not create or distribute binary packages for
various systems. You need to ask the appropriate site from which you
obtained the package -- which is not the GCC Project.
David