Date: Fri, 18 Feb 2005 21:21:49 +0000 (UTC) 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 pkg-plist Message-ID: <200502182121.j1ILLnQD049751@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
netchild 2005-02-18 21:21:49 UTC FreeBSD ports repository Modified files: lang/icc Makefile pkg-plist Log: The static linking case (C++ only) expects a crtbeginT.o. Based upon inspection of src/contrib/gnu/crtstuff.c it seems it's the same as crtbegin.o, so make a symlink for it. At least linking a "Hello World" program with -static produces a working executable now. Noticed by: Niklas Sorensson <nik@cs.chalmers.se> Revision Changes Path 1.78 +4 -1 ports/lang/icc/Makefile 1.22 +1 -0 ports/lang/icc/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502182121.j1ILLnQD049751>