[Clfs-support] CLFS x86_64-64 chapter 6.15 Coreutils-8.20 make-prime-list

William Harrington berzerkula at cox.net
Mon Nov 12 13:02:06 PST 2012


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



More information about the Clfs-support mailing list