ccc compiler

RJ45 rj45 at slacknet.com
Fri Feb 27 00:38:04 PST 2004


ccc -tune ev67 -O4 -fast -ifo -o gregory gregory.c -lcompat -lm

the program compiles then:

%./gregory 
ELF interpreter /usr/lib/ld.so not found
Abort

strange because with FreeBSD 4.* it worked just installing linux and osf
compatibility.

instead if I simply use:

ccc -o gregory gregory.c -lcompat -lm

I got this error:

/usr/lib/libcpml.a(exception.o): In function `__dpml_exception':
exception.o(.text+0xc4): undefined reference to `__ieee_get_fp_control'
exception.o(.text+0xdc): undefined reference to `__ieee_get_fp_control'
exception.o(.text+0xdc): undefined reference to `__ieee_get_fp_control'
exception.o(.text+0x4e0): undefined reference to `__errno_location'
exception.o(.text+0x4fc): undefined reference to `__errno_location'
exception.o(.text+0x4fc): undefined reference to `__errno_location'

anyone has any hints?

thanks

Rick




More information about the freebsd-alpha mailing list