----- Original Message -----
From: "Richard Zidlicky" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 16, 2002 11:25 PM
Subject: Re: [ql-users] UQLX & Mandrake 8.2
>
> >
> >
> > Well that is gcc 2.96 & gcc 3.0.4 I have tried.
> > What are you using and what sort of processor?
> > Surely if gcc can cope with floating point the problem is low level
access
> > and differences.
> > Though as there are both big endian and little endian if a switch does
not
> > work what els?
>
> floating point is done by QDOS, fully emulated m68k code. Can you email me
> the .config from uqlx dir? What exactly does 'gcc -v' say?
>
> Richard
File .config is
QM_CONFIG_DONE=yes
CC = gcc -V 3.0.4
DEF_CPU=-march=pentium
GCC_XFLAGS+= -DUSE_VM -DZEROMAP
I have to versions of gcc installed at the minute. Here is the output of
various gcc -v commands
[john@time john]$ gcc -v
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96/specs
gcc version 2.96 20000731 (Mandrake Linux 8.2 2.96-0.76mdk)
[john@time john]$
[john@time john]$ gcc -V 3.0.4 -v
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.0.4/specs
gcc driver version 2.96 20000731 (Mandrake Linux 8.2 2.96-0.76mdk) executing
gcc version 3.0.4
[john@time john]$
[john@time john]$ gcc -V 2.96 -v
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96/specs
gcc version 2.96 20000731 (Mandrake Linux 8.2 2.96-0.76mdk)
[john@time john]$
Hope this is of some help.
As I said I can always output the make to a file and send you that if it is
any help.
John