Re: ICC 9 in FreeBSD 6

2006-12-16 Thread Alexander Shiryaev
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 If I specify CFLAGS=-ipo for ICC 8

Re: ICC 9 in FreeBSD 6

2006-12-17 Thread Alexander Shiryaev
Dan Nelson wrote: 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

Re: ICC 9 in FreeBSD 6

2006-12-17 Thread Alexander Shiryaev
Alexander Leidinger wrote: I got a diff for updating to icc v9.1. I have it at http://www.leidinger.net/FreeBSD/misc/patches/ Broken link ;-( I didn't had time to do much with it. Some parts in the diff are a proof of concept, but need to be changed when the port enters the tree. Maybe