On 14-05-2007 20:57:01 +0200, Elias Pipping wrote:
> Hi,
>
> I get this problem when configuring gcc (near the end
of emerge -e system):
>
>
/Users/pipping/Gentoo/usr/i686-apple-darwin8/sys-include
-m64
> checking for suffix of object files... configure:
error: cannot compute
> suffix of object files: cannot compile
Do you do anything specific? I don't know of any x86_64
support of
Apple GCC. What kind of system are you on?
> I've appended config.log from configure and build.log
from portage
can you compile this little program as follows:
$ echo '
#include <stdio.h>
int main() {
printf("%dn", sizeof(size_t) * 8);
}
' > bits.c
$ gcc -m64 -o bits bits.c
$ ./bits
and mail me what it returns on your system?
--
Fabian Groffen
Gentoo on a different level
--
gentoo-alt gentoo.org mailing list
|