--- Comment #9 from v dot merkatz at gmx dot net 2009-03-06 22:06 ---
Works fine with gcc 4.3.2.
--
v dot merkatz at gmx dot net changed:
What|Removed |Added
--- Comment #7 from v dot merkatz at gmx dot net 2006-03-03 14:27 ---
I should add that the prefix doesn't matter, configuring it with
--prefix=$HOME/gcc41 has exactly the same result once the gcc in /usr is
removed.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26539
--- Comment #6 from v dot merkatz at gmx dot net 2006-03-03 14:11 ---
Because this is the main gcc package of my distribution, so it obviously has to
go to /usr.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26539
--- Comment #4 from v dot merkatz at gmx dot net 2006-03-03 13:52 ---
CFLAGS="-march=athlon -mmmx -m3dnow -pipe -Os"
LDFLAGS="-s"
../gcc-4.1.0/configure --host=i686-pc-linux-gnu \
--prefix=/usr \
--inf
--- Comment #2 from v dot merkatz at gmx dot net 2006-03-03 08:19 ---
Created an attachment (id=10959)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10959&action=view)
patch working around the problem
This patch to libcpp/Makefile.in shows what's causing the error.
--- Comment #1 from v dot merkatz at gmx dot net 2006-03-03 08:16 ---
This is the error:
[...]
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/usr/src/gcc-4.1.0.bld/intl'
make[1]: Entering directory `/usr/src/gcc-4.1.0.bld/libcpp'
gcc -I/usr/src/g
Priority: P3
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: v dot merkatz at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26539