Re: [opensuse-packaging] problem with gcc in 32bit mode on 10.2

2007-04-10 Thread Richard Guenther
On Mon, 9 Apr 2007, Marcus Hüwe wrote: > On 2007-04-09 21:30:32 +0200, Marcus Meissner wrote: > > On Mon, Apr 09, 2007 at 09:14:14PM +0200, Marcus Hüwe wrote: > > > Hi, > > > > > > why can't i compile a program in 32bit mode on 10.2 on a x86_64 > > > machine/machine? > > > Here's a simple testca

Re: [opensuse-packaging] problem with gcc in 32bit mode on 10.2

2007-04-09 Thread Marcus Hüwe
On 2007-04-09 21:30:32 +0200, Marcus Meissner wrote: > On Mon, Apr 09, 2007 at 09:14:14PM +0200, Marcus Hüwe wrote: > > Hi, > > > > why can't i compile a program in 32bit mode on 10.2 on a x86_64 > > machine/machine? > > Here's a simple testcase: > > > > build:~# cat test.c > > int main(void) {

Re: [opensuse-packaging] problem with gcc in 32bit mode on 10.2

2007-04-09 Thread Marcus Meissner
On Mon, Apr 09, 2007 at 09:14:14PM +0200, Marcus Hüwe wrote: > Hi, > > why can't i compile a program in 32bit mode on 10.2 on a x86_64 > machine/machine? > Here's a simple testcase: > > build:~# cat test.c > int main(void) { > return 0; > } > build:~# gcc -m32 -o test test.c > /usr/lib6

[opensuse-packaging] problem with gcc in 32bit mode on 10.2

2007-04-09 Thread Marcus Hüwe
Hi, why can't i compile a program in 32bit mode on 10.2 on a x86_64 machine/machine? Here's a simple testcase: build:~# cat test.c int main(void) { return 0; } build:~# gcc -m32 -o test test.c /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incomp