------- Additional Comments From mark at codesourcery dot com 2005-03-30 18:22 ------- Subject: Re: New: make install failure building abi_check with leftover libv3test
janis at gcc dot gnu dot org wrote: > Nightly mainline bootstraps for powerpc64-linux have been failing > intermittently since changes went in last week to allow running > libstc++ tests on installed tools. For "make bootstrap", abi_check > is built three times: for 32-bit bit, 64-bit, and 32-bit soft-float. > "make install" tries to build it again, but a 32-bit build of > abi_float tries to use the existing libv3test, and the link fails if > the type of the leftover library (e.g. 64-bit) doesn't match the type > of the new abi_check. All of the abi_check builds appear to be done > in the same directory. I will look into this today. Is it considered desirable behavior to build abi_check at "make install" time? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20694