Hello!

I'm trying to compile my system with the Intel C++ Compiler (icc)
following the HOWTO ICC and Portage from http://gentoo-wiki.com/.

I'm currently struggling at the "emerge system" stage trying to
get gettext-0.14.4 to compile. It seems to compile fine, but fails
at the install stage:

test -z "/usr/lib" || mkdir -p -- 
"/Gentoo/Portage/build/portage/gettext-0.14.4/image//usr/lib"
 /bin/sh ./libtool --mode=install /bin/install -c  'libasprintf.la' 
'/Gentoo/Portage/build/portage/gettext-0.14.4/image//usr/lib/libasprintf.la'
/bin/install -c .libs/libasprintf.so.0.0.0 
/Gentoo/Portage/build/portage/gettext-0.14.4/image//usr/lib/libasprintf.so.0.0.0
/bin/install: cannot stat `.libs/libasprintf.so.0.0.0': No such file or 
directory

Indeed, there's no libasprintf.so.0.0.0:

server logs # ls -la 
/Gentoo/Portage/build/portage/gettext-0.14.4/work/gettext-0.14.4/gettext-runtime/libasprintf/.libs
total 15
drwxrwxrwx  2 portage portage    9 Aug  7 05:18 .
drwxr-xr-x  4 portage portage   57 Aug  7 05:18 ..
-rw-r--r--  1 portage portage 4604 Aug  7 05:18 autosprintf.o
-rw-r--r--  1 portage portage 5484 Aug  7 05:18 libasprintf.a
lrwxrwxrwx  1 portage portage   17 Aug  7 05:18 libasprintf.la -> 
../libasprintf.la
-rw-r--r--  1 portage portage  814 Aug  7 05:18 libasprintf.lai
-rw-r--r--  1 portage portage  340 Aug  7 05:18 lib-asprintf.o
lrwxrwxrwx  1 portage portage   20 Aug  7 05:18 libasprintf.so -> 
libasprintf.so.0.0.0
lrwxrwxrwx  1 portage portage   20 Aug  7 05:18 libasprintf.so.0 -> 
libasprintf.so.0.0.0

If needed, you can also download the emerge log (size: 777kb) from
<http://stuff.alexander.skwar.name/gentoo/2299-gettext-0.14.4.log>.

Did anyone manage to get gettext to compile with icc?

I did some "google-ing" and found no problem reports that seem
to relate to this issue. What I found, though, were some "success"
reports. Eg. 
<http://www.linuxfromscratch.org/hints/downloads/files/intel-c-compiler.txt>
where LFS lists gettext as one of the icc compileable packages.

Thanks,

Alexander Skwar
-- 
BOFH Excuse #82:
Yeah, yo mama dresses you funny and you need a mouse to delete files.
-- 
gentoo-user@gentoo.org mailing list

Reply via email to