Date: Sat, 26 Apr 2003 03:27:29 -0700 (PDT) From: Alexander Leidinger <netchild@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/icc Makefile ports/lang/icc/files ld.c Message-ID: <200304261027.h3QARTNQ022490@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
netchild 2003/04/26 03:27:29 PDT FreeBSD ports repository Modified files: lang/icc Makefile lang/icc/files ld.c Log: When trying to link dynamic libraries with dependancies, e.g: icc -shared -o libfoo.so foo.o -lbaz the ld wrapper gets confused and thinks that a static link is intended and the link fails. This patch appears to fix things. Submitted by: dfr Revision Changes Path 1.34 +1 -0 ports/lang/icc/Makefile 1.6 +5 -1 ports/lang/icc/files/ld.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304261027.h3QARTNQ022490>