pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/51567: lang/icc11 fails to compile shared libraries



>Number:         51567
>Category:       pkg
>Synopsis:       lang/icc11 fails to compile shared libraries
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Oct 21 12:40:00 +0000 2016
>Originator:     Nicolas Joly
>Release:        NetBSD 7.99.39
>Organization:
Institut Pasteur, Paris.
>Environment:
System: NetBSD issan.sis.pasteur.fr 7.99.39 NetBSD 7.99.39 (ISSAN) #1: Fri Oct 14 15:26:52 CEST 2016 njoly%issan.sis.pasteur.fr@localhost:/local/src/NetBSD/obj.amd64/sys/arch/amd64/compile/ISSAN amd64
Architecture: x86_64
Machine: amd64
>Description:
Just got access to Intel compiler licences at work ... So i wanted to
test it on my own developpements.

It works fine for basic stuff, but fails for shared libraries due to a
missing one :

njoly@issan [tmp/icc]> type icc
icc is /usr/pkg/icc11/bin/icc
njoly@issan [tmp/icc]> cat sample.c 
int dummy(void) { return 0; }
njoly@issan [tmp/icc]> icc -shared -o sample.so sample.o
ld: cannot find -lintlc

Inddeed, libintlc.a is not installed and even missing from my archive.
While libintlc.so.5 exists ...
>How-To-Repeat:
See above.
>Fix:
Please.



Home | Main Index | Thread Index | Old Index