Displaying 3 results from an estimated 3 matches for "fuhrer".
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]: `makedep' is up to date.
make[1]: Leaving directory `/mnt/io/home/mfuhrer/sw/sr...
2005 Oct 27
4
Dovecot Alpha 4
Hi
We've been using Dovecot as our primary IMAP and POP3 server for around
70,000 users for a couple of months now. On the whole, we've been very
pleased with the performance of Dovecot - and are extremely grateful to the
developers! However, we have had a few issues, some of which we have yet to
resolve.
We chose Dovecot because it was the only IMAP/POP3 server we could find that
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.