Date: Fri, 28 Sep 2007 08:37:15 +0000 From: vittorio <vdemart1@tin.it> To: freebsd-questions@freebsd.org Subject: Compilation error libpcre.so.0: ELF file OS ABI invalid Message-ID: <200709280837.16084.vdemart1@tin.it>
next in thread | raw e-mail | index | archive | help
Context: Intel Core Duo, FreeBSD 6.2-p7, latest portsnap, gcc-4.2.2. Updating the statistical program R, some packages fail to compile (I use tarballs) because this cryptic error pops up * Installing *source* package 'MCMCpack' ... checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... grep: error while loading shared libraries: /usr/local/lib/libpcre.so.0: ELF file OS ABI invalid yes checking whether c++ accepts -g... grep: error while loading shared libraries: /usr/local/lib/libpcre.so.0: ELF file OS ABI invalid yes It seems that during the compilation a-linux-connected-lib is being looked for, doesn't it? Anyway, what should I do? Ciao Vittorio
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709280837.16084.vdemart1>