This is the mail archive of the gcc@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: AIX trunk build fail #3


I thought I found a pilot error last night but it made no difference.  I was calling "make" and not "make bootstrap".

Part of my current difficulty is I do "make bootstrap" (on a 100% clean directory after configure) and it does as I reported before.

If I then just do "make bootstrap" a second time, the build fails at a different place.

> Checking multilib configuration for libatomic...
> make[2]: Entering directory `/usr/work/build/gcc.git/powerpc-ibm-aix6.1.0.0/libatomic'
> Makefile:407: .deps/gcas.Plo: No such file or directory
> Makefile:408: .deps/gexch.Plo: No such file or directory
> Makefile:409: .deps/glfree.Plo: No such file or directory
> Makefile:410: .deps/gload.Plo: No such file or directory
> Makefile:411: .deps/gstore.Plo: No such file or directory
> Makefile:412: .deps/init.Plo: No such file or directory
> Makefile:413: .deps/lock.Plo: No such file or directory
> make[2]: *** No rule to make target `.deps/lock.Plo'.  Stop.
> make[2]: Leaving directory `/usr/work/build/gcc.git/powerpc-ibm-aix6.1.0.0/libatomic'
> make[1]: *** [all-target-libatomic] Error 2
> make[1]: Leaving directory `/usr/work/build/gcc.git'
> make: *** [bootstrap] Error 2

Can anyone help me figure out why the 2nd build dies in a different spot?

Thank you,
Perry Smith


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