ICC 9 in FreeBSD 6

Alexander Leidinger Alexander at Leidinger.net
Sun Dec 17 07:03:00 PST 2006


Quoting Dan Nelson <dnelson at allantgroup.com> (Sat, 16 Dec 2006 21:45:57 -0600):

> In the last episode (Dec 17), Alexander Shiryaev said:
> > I'm trying to hack ICC 9.1.045 ia32 (using lang/icc port for ICC 8). I 
> > can't compile hello world ;-(
> > 
> > icc  -c main.c
> > icc   -o main main.o
> > IPO link: can not find -ldl
> > iccbin: error: problem during multi-file optimization compilation (code 1)
> > *** Error code 1
> 
> Ouch.  A quick ktrace indicates that message is generated by mcpcom,
> which might mean that icc's ipo feature links the final binary itself

You can use "-#" as an option to icc to see a little bit what it does.

> without calling ldwrapper, and that means you're not going to get a

IPO doesn't really generate object files (at least not without an
option with icc v8). So something else than the linker has to look at
the intermediate files.

Bye,
Alexander.

-- 
Mulder: We were just exhuming,....your potato.

	"The X-Files: Humbug"
http://www.Leidinger.net  Alexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org     netchild @ FreeBSD.org  : PGP ID = 72077137


More information about the freebsd-hackers mailing list