This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc-3.4.0 Bootstrap failure
- From: "Arthur I Schwarz" <Arthur_I_Schwarz at raytheon dot com>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 26 May 2004 09:05:23 -0700
- Subject: gcc-3.4.0 Bootstrap failure
I've tried to compile and install gcc-3.4.0 under Cygwin on an AMD XP and
Pentium 4 computer, both under Win2000.
On the AMD the bootstrap succeeds with no error and I am ready to install.
On the Pentium the bootstrap fails (during link?) in Stage 1 when it is
unable to locate 'user32' (-luser32). user32 is located in:
C:\winnt\system32\user32.dll and libuser32.a is located in
/lib/w32api/libuser32.a,
and both are in my Cygwin PATH variable and in the Windows System PATH
variable.
I don't know what to do to discover what's wrong or work around the
problem.
I don't understand why I succeed in my home AMD computer and fail at my
work
pentium computer. If you can give me a starting point I think I can
continue
from there.
art