Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Dec 2006 16:02:50 +0100
From:      Alexander Leidinger <Alexander@Leidinger.net>
To:        Dan Nelson <dnelson@allantgroup.com>
Cc:        freebsd-hackers@freebsd.org, Alexander Shiryaev <coumarin@gmail.com>
Subject:   Re: ICC 9 in FreeBSD 6
Message-ID:  <20061217160250.742a3241@Magellan.Leidinger.net>
In-Reply-To: <20061217034557.GB43992@dan.emsphone.com>
References:  <45847990.8060605@gmail.com> <20061217034557.GB43992@dan.emsphone.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Quoting Dan Nelson <dnelson@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061217160250.742a3241>