Bug 17269 - make install doesn't work after --enable-bootstrap enabled bootstrap
Summary: make install doesn't work after --enable-bootstrap enabled bootstrap
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: bootstrap (show other bugs)
Version: 4.0.0
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-01 20:10 UTC by Václav Haisman
Modified: 2005-11-07 18:19 UTC (History)
3 users (show)

See Also:
Host: i386-unknown-freebsd4.10
Target: i386-unknown-freebsd4.10
Build: i386-unknown-freebsd4.10
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Václav Haisman 2004-09-01 20:10:35 UTC
The whole bootstrap went fine but make install can't change directory int gcc/.

[...]
make[2]: Leaving directory
`/home/4/wilx/tmp/gcc-head/objdir/i386-unknown-freebsd4.10/libobjc'
make[1]: Leaving directory
`/home/4/wilx/tmp/gcc-head/objdir/i386-unknown-freebsd4.10/libobjc'
make[1]: Entering directory `/home/4/wilx/tmp/gcc-head/objdir'
make[1]: Leaving directory `/home/4/wilx/tmp/gcc-head/objdir'

wilx@logout:::~/tmp/gcc-head/objdir> make install
/bin/sh ../srcdir/mkinstalldirs /home/4/wilx /home/4/wilx
cd: can't cd to gcc
make: *** [install-gcc] Error 2
Comment 1 Václav Haisman 2004-09-01 20:12:04 UTC
wilx@logout:::~/tmp/gcc-head/objdir>  ../srcdir/configure --disable-nls
--enable-version-specific-runtime-libs --enable-dwarf2 --with-cpu=pentium3
--with-arch=pentium3 --with-system-zlib --disable-shared --prefix=/home/4/wilx
--enable-languages=c,c++,objc --disable-sjlj-exceptions
--enable-shared=libstdc++ --enable-shared=libobjc --with-gc=zone
--enable-libmudflap --enable-bootstrap

Hmm, am I supposed to build in srcdir when I use --enable-bootstrap?
Comment 2 Paolo Bonzini 2005-10-24 07:01:14 UTC
It should work by now.
Comment 3 Paolo Bonzini 2005-11-07 18:19:41 UTC
it works now