Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2002 12:14:56 +0200
From:      Alexander Leidinger <Alexander@Leidinger.net>
To:        martin.kahlert@infineon.com
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: first icc did not start, now it does not stop...
Message-ID:  <20020903121456.64f9a50d.Alexander@Leidinger.net>
In-Reply-To: <20020903081616.A12893@keksy.muc.infineon.com>
References:  <20020903081616.A12893@keksy.muc.infineon.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 3 Sep 2002 08:16:16 +0200 Martin Kahlert
<martin.kahlert@infineon.com> wrote:

> '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.

No, the actual way of specifying the dependency (USE_LINUX=yes) depends
on the age of your ports tree (or isn't able to differenciate betweeen
6.1 and 7.1).

> 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)

I've linux_base-7.1_1 here.

> 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 ;-)

Strange, works for me.

> Any ideas? I already tried truss 'icc -c t.c' but that looks o.k.
> for me.

Play a little bit with lmutil and your license file (e.g. "lmutil lmdiag
-c /usr/local/intel/licenses/l_cpp*.lic").

Do you have linux_devtools installed? If yes, remove it.

Bye,
Alexander.

-- 
                  Weird enough for government work.

http://www.Leidinger.net                       Alexander @ Leidinger.net
  GPG fingerprint = C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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