From owner-freebsd-questions Mon Sep 2 23:16:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4E3137B400; Mon, 2 Sep 2002 23:16:20 -0700 (PDT) Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55C4D43E6A; Mon, 2 Sep 2002 23:16:19 -0700 (PDT) (envelope-from martin.kahlert@infineon.com) Received: from mail3.siemens.de (mail3.siemens.de [139.25.208.14]) by david.siemens.de (8.11.6/8.11.6) with ESMTP id g836GHc16117; Tue, 3 Sep 2002 08:16:18 +0200 (MEST) Received: from mail-l.muc.infineon.com (mail-l.muc.infineon.com [172.29.174.210]) by mail3.siemens.de (8.11.6/8.11.6) with ESMTP id g836GHb28093; Tue, 3 Sep 2002 08:16:17 +0200 (MEST) Received: from keksy.muc.infineon.com (keksy [172.29.174.218]) by mail-l.muc.infineon.com with ESMTP id g836GGuY014493; Tue, 3 Sep 2002 08:16:17 +0200 (MET DST) Received: (from kahlert@localhost) by keksy.muc.infineon.com (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5) id g836GGQ13089; Tue, 3 Sep 2002 08:16:16 +0200 Date: Tue, 3 Sep 2002 08:16:16 +0200 From: Martin Kahlert To: freebsd-questions@FreeBSD.org Cc: netchild@FreeBSD.org Subject: first icc did not start, now it does not stop... Message-ID: <20020903081616.A12893@keksy.muc.infineon.com> Reply-To: martin.kahlert@infineon.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! [I CC'ed the maintainer, because i think there is a bug in the package]. I am trying to get Intel's icc compiler to work. After downloading l_cc_pu_6.0.159.tar i installed the port (cd /usr/ports/lang/icc; make install) and added the bin-directory to my path. 'icc anything' gave me an error like symbol not found: GLIBC-2.1_3 or something like that at startup. The installed linux_base was the one installed by the 4.6 release (linux_base-6.1*) of FreeBSD. nm told me, that the linux libc.so contained only symbols up to GLIBC-2.1_2. I think the icc package misses a dependency. So i thought, it would be good to upgrade linux_base and installed the package linux_base-7.1 (pkg_update linux_base-7.1.tbz) After that icc started without any error but never stops :-(. I used the quite simple source $ cat t.c int main() { return 0; } icc -c t.c never stopped the compilation. top told me, that a program mcpcom uses 99% of my CPU. O.k., it tries hard to do its job - but it could be a bit faster ;-) Any ideas? I already tried truss 'icc -c t.c' but that looks o.k. for me. Thanks for any hint in advance, Martin. PS: The compiler works on my SuSE 7.2 Linux system without this problem. So the tar file should be o.k. -- The early bird catches the worm. If you want something else for breakfast, get up later. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message