This is the mail archive of the gcc-bugs@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]

[Bug lto/41569] .../prev-gcc/xgcc used for the install step of the lto-plugin



------- Comment #8 from rguenth at gcc dot gnu dot org  2009-10-31 11:46 -------
To reproduce the issue do

../configure --enable-lto --enable-gold --enable-languages=c
--prefix=/tmp/install
make
make install

it fails at the make install step because it re-builds lto-plugin there and
fails to link.  It doesn't fail when not bootstrapping.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41569


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