From owner-freebsd-hackers@FreeBSD.ORG Sat Dec 16 22:55:43 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9154416A40F for ; Sat, 16 Dec 2006 22:55:43 +0000 (UTC) (envelope-from coumarin@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id F009A43C9E for ; Sat, 16 Dec 2006 22:55:42 +0000 (GMT) (envelope-from coumarin@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1046086uge for ; Sat, 16 Dec 2006 14:55:41 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=Gyf2Bx82N7CXypeGjEyvNHftL+7i0IhhGZprkLXCGdOFAUBhd099w6aig+FbSgBMG3w9qIjBVAaFsT62XCW90FIXuklOj2wzfqufYwHDsFUe7CGnn5l5HeonAIVjItndhf0D0BIi9N0G/kikBawrD/MDqWgCc8gMw/oL3iMtBP4= Received: by 10.67.97.7 with SMTP id z7mr2419361ugl.1166309741156; Sat, 16 Dec 2006 14:55:41 -0800 (PST) Received: from ?192.168.8.50? ( [195.209.41.226]) by mx.google.com with ESMTP id 24sm6691301ugf.2006.12.16.14.55.40; Sat, 16 Dec 2006 14:55:40 -0800 (PST) Message-ID: <45847990.8060605@gmail.com> Date: Sun, 17 Dec 2006 01:56:16 +0300 From: Alexander Shiryaev User-Agent: Thunderbird 1.5.0.7 (X11/20061109) MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sun, 17 Dec 2006 00:03:22 +0000 Subject: Re: ICC 9 in FreeBSD 6 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Dec 2006 22:55:43 -0000 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 then I have the same error: make CC=icc CFLAGS= icc -c main.c icc -o main main.o (no errors here) make clean make CFLAGS=-ipo icc -ipo -c main.c icc -ipo -o main main.o IPO link: can not find -ldl iccbin: error: problem during multi-file optimization compilation (code 1) *** Error code 1 May be /usr/local/intel_cc_80/bin/ldwrapper/ld don't work? -Qlocation,ld,/usr/local/intel_cc_80/bin/ldwrapper is present in ICC cfg. file in both cases. Any ideas? Thanks. icc -v Version 9.1 FreeBSD 6.2-PRERELEASE #0: Thu Dec 14 15:55:03 MSK 2006