Displaying 2 results from an estimated 2 matches for "cggveritas".
2007 Mar 12
2
Suffix or Operands invalid during AMD64 compile
Hi all,
I am trying to compile Wine 0.9.32 from source on an AMD64 desktop running
Red Hat Enterprise Linux 4. I configure as follows:
% ./configure --prefix=/home/mfuhrer/sw/linux --with-x --enable-wine64
This works fine. I run make depend, followed by make, and get the
following error:
% make
make[1]: Entering directory `/mnt/io/home/mfuhrer/sw/src/wine-0.9.32/tools'
make[1]:
2007 Mar 12
0
Fw: Suffix or Operands invalid during AMD64 compile
wine-users-bounces@winehq.org wrote on 03/12/2007 01:02:00 PM:
>
> > There must be a way of compiling without -fPIC. I have a hardened
system
> > here (linuxfromscratch) and that provides gcc -fno-pic as a compile
> > option, so that's worth a try.
> >
> > This error seems similar to yours.
> > gcc.gnu.org/ml/gcc-help/2006-06/msg00121.html
Thanks Declan.