Re: gcc -Os causes: Re: ip route add default: network unreachable? 2.6.15

2006-01-04 Thread bert hubert
On Wed, Jan 04, 2006 at 03:46:21PM -0800, David S. Miller wrote: > > Now verifying if this is fixed in gcc 4.0.2. Plain, non-Ubuntu prerelease, gcc 4.0.2 does not exhibit this problem, even with -Os. Problem solved. -- http://www.PowerDNS.com Open source, database driven DNS Software htt

Re: gcc -Os causes: Re: ip route add default: network unreachable? 2.6.15

2006-01-04 Thread David S. Miller
From: bert hubert <[EMAIL PROTECTED]> Date: Thu, 5 Jan 2006 00:37:37 +0100 > This all goes away on removing CONFIG_CC_OPTIMIZE_FOR_SIZE in the kernel > .config with the gcc prerelease Ubunty Breezy ships. > > Now verifying if this is fixed in gcc 4.0.2. > > See http://bugs.debian.org/cgi-bin/bug

gcc -Os causes: Re: ip route add default: network unreachable? 2.6.15

2006-01-04 Thread bert hubert
On Wed, Jan 04, 2006 at 11:36:33PM +0100, bert hubert wrote: > $ sudo ip route re default via 10.0.0.12 > RTNETLINK answers: Network is unreachable This all goes away on removing CONFIG_CC_OPTIMIZE_FOR_SIZE in the kernel .config with the gcc prerelease Ubunty Breezy ships. Now verifying if this i