This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Installation bug for AIX 4.3.2
- To: gcc-bugs at gcc dot gnu dot org, geoffk at cygnus dot com
- Subject: Re: Installation bug for AIX 4.3.2
- From: Gregory Hicks <ghicks at cadence dot com>
- Date: Sun, 16 Jan 2000 18:48:33 -0800 (PST)
- Cc: ghicks at metis dot cAdence dot COM
> From: Geoff Keating <geoffk@cygnus.com>
> Date: 16 Jan 2000 16:12:10 -0800
>
> Gregory Hicks <ghicks@cadence.com> writes:
>
> > Geoff (Or whomever is available to help with this):
> >
> > Greetings. Finally got a make (from previous version of gcc) and make
> > install (of 2.95.2) to run on the machine. Setting the
> > "LDFLAGS=-Wl,-bbigtoc" worked like a champ! Thanks!
> >
> > I then tried to use the just installed 2.95.2 verison to compile the
> > 2.95.2 that was to be mounted in the final directory
> > (/usr/ngnu/gcc-2.95.2). The compile worked. The "make install" did
> > not. The error message returned is as follows:
> ...
> > >configure: error: ../../../configure failed for libU77
>
> I think I remember seeing that. What happens is that something tries
> to run autoconf, something goes wrong with autoconf, it deletes the old
> 'configure' but does not create a new one.
>
> So, do you perchance have autoconf installed?
Can't find it. Which/whereis returns '... nothing found...'
Is it possible that something generates autoconf? During the original build, I noticed quite a bit of 'configure' outputs streaming by...
Gregory Hicks