On Nov 12, 2012, at 3:54 AM, Eric Plummer wrote:

        output:
src/make-prime-list.c:1:0: sorry, unimplemented: 64-bit mode not compiler

Looks like your host doesn't have a 64 bit compiler.

I don't think it matters if that program is built 64 bit or 32 bit. Since 64 bit hosts will have a 32 bit compiler,
we can let the host compiler use its default.

Also we may be able to reduce the command required to build that program:

gcc -m64 -std=gnu99  -I. -I./lib  -Ilib -I./lib -Isrc -I./src \
   -g -O2 -MT src/make-prime-list.o -c -o src/make-prime-list.o \
   src/make-prime-list.c

I haven't tried it, yet.

Anyone else agree?

Sincerely,

William Harrington
_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/listinfo.cgi/clfs-support-cross-lfs.org

Reply via email to