Date: Fri, 27 Feb 2004 01:38:03 -0700 (MST) From: RJ45 <rj45@slacknet.com> To: freebsd-alpha@freebsd.org Subject: ccc compiler Message-ID: <Pine.LNX.4.21.0402270133130.6828-100000@slacknet.slacknet.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.21.0402270133130.6828-100000>