pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/51567 (lang/icc11 fails to compile shared libraries)
On Fri, Oct 21, 2016 at 03:25:01PM +0000, Alexander Nasonov wrote:
>
> I plan to remove this package. It's very old and it doesn't support
> new intel cpus.
It would be great to have a newer version ...
In the mean time, i googled a bit and found that libintlc should be
the same as libirc ... i checked that provided symbols by both shared
libraries are the same.
As a work-around, making a symlink solved this small issue.
njoly@issan [lib/intel64]> pwd
/usr/pkg/icc11/lib/intel64
njoly@issan [lib/intel64]> ls -l libintlc.a libirc.a
lrwxr-xr-x 1 root wheel 8 Oct 21 17:51 libintlc.a -> libirc.a
-rw-r--r-- 1 root wheel 396382 Oct 14 21:23 libirc.a
njoly@issan [tmp/icc]> cat sample.c
int dummy(void) { return 0; }
njoly@issan [tmp/icc]> icc -c sample.c
njoly@issan [tmp/icc]> icc -shared -o sample.so sample.o
njoly@issan [tmp/icc]> ls -l
total 32
-rw-r--r-- 1 njoly users 30 Oct 21 13:52 sample.c
-rw-r--r-- 1 njoly users 1000 Oct 22 11:35 sample.o
-rwxr-xr-x 1 njoly users 5808 Oct 22 11:35 sample.so
--
Nicolas Joly
Cluster & Computing Group
Biology IT Center
Institut Pasteur, Paris.
Home |
Main Index |
Thread Index |
Old Index