John Myers posted <[EMAIL PROTECTED]>,
excerpted below,  on Mon, 21 Feb 2005 15:34:35 -0800:

> configure:1882: gcc -m32  -march=athlon64 -mtune=athlon64 -O3 -pipe 
> -I//usr/include/lcms   conftest.c  >&5
> /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-pc-linux-gnu/bin/ld:
>  skipping incompatible 
> /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../libc.so when searching for -lc
> /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-pc-linux-gnu/bin/ld:
>  skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../libc.a 
> when searching for -lc
> /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-pc-linux-gnu/bin/ld:
>  skipping incompatible /usr/lib/libc.so when searching for -lc
> /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-pc-linux-gnu/bin/ld:
>  skipping incompatible /usr/lib/libc.a when searching for -lc
> /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-pc-linux-gnu/bin/ld:
>  cannot find -lc
> collect2: ld returned 1 exit status
> configure:1885: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME "Wine"
> | #define PACKAGE_TARNAME "wine"
> | #define PACKAGE_VERSION "20050211"
> | #define PACKAGE_STRING "Wine 20050211"
> | #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
> | /* end confdefs.h.  */
> | 
> | int
> | main ()
> | {
> | 
> |   ;
> |   return 0;
> | }
> configure:1924: error: C compiler cannot create executables
> See `config.log' for more details.

It's obviously looking in lib (which is 64-bit) instead of lib32.  As
Renzo suggested, bug it.  It needs to be set to honor appropriate
arch-libdir settings.

Other than that, it's possible you can get it to compile by setting 
EXTRA_ECONF="--with-libdir=/usr/lib32" or some such.  Do a manual ebuild
<path/to/specific/ebuild> unpack, then cd into the working dir and run
./configure --help, to get the specific command line parameter you need to
use.  If you get it working that way, don't forget to update the bug so
they know exactly what they need to do to get it to work.

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman in
http://www.linuxdevcenter.com/pub/a/linux/2004/12/22/rms_interview.html



--
gentoo-amd64@gentoo.org mailing list

Reply via email to