Uh oh is right... I double checked. And, I updated on Monday (18 August). If I run ecc -V I get:
([EMAIL PROTECTED]) /opt/intel/compiler70/ia64/bin/ecc -V Intel(R) C++ Itanium(R) Compiler for Itanium(R)-based applications Version 7.1, Build 20030729 Copyright (C) 1985-2003 Intel Corporation. All rights reserved. GNU ld version 2.14.90.0.5 20030722 Debian GNU/Linux Supported emulations: elf64_ia64 /usr/lib/crt1.o(.text+0x41): In function `_start': : undefined reference to `main' /usr/lib/libc_nonshared.a(elf-init.oS)(.text+0x31): In function `__libc_csu_init': [...with much more cruft deleted...] So, being the curious sort, I downloaded the latest updates to ecc. After installing those, I get: ([EMAIL PROTECTED]) /opt/intel/compiler70/ia64/bin/ecc -V Intel(R) C++ Itanium(R) Compiler for Itanium(R)-based applications Version 7.1, Build 20030814 Copyright (C) 1985-2003 Intel Corporation. All rights reserved. GNU ld version 2.14.90.0.5 20030722 Debian GNU/Linux Supported emulations: elf64_ia64 /usr/lib/crt1.o(.text+0x41): In function `_start': : undefined reference to `main' /usr/lib/libc_nonshared.a(elf-init.oS)(.text+0x31): In function `__libc_csu_init': [...with even more cruft deleted....] I guess if it's any consolation, it's not just your machine :). Hmmm. Time to call Intel and maybe stare at glibc source for a while....this *used* to work just fine.... On Wed, 2003-08-20 at 18:38, Duraid Madina wrote: > Al Stone wrote: > > Hmmm.....I use these compilers on my unstable machine with > > no problem. Are you using some version of ecc prior to 7.0 > > perhaps? > > OK, now I'm worried. The compiler did work - a couple of weeks ago. Now > it doesn't. Al, have you 'update'd your system in the last 10 days or so? > > I am using a release version of Intel C++: > > (%:~)- ecc -V > Intel(R) C++ Itanium(R) Compiler for Itanium(R)-based applications > Version 7.1, Build 20030729 > Copyright (C) 1985-2003 Intel Corporation. All rights reserved. > FOR NON-COMMERCIAL USE ONLY > > > GNU ld version 2.14.90.0.5 20030722 Debian GNU/Linux > Supported emulations: > elf64_ia64 > /usr/lib/crt1.o(.text+0x41): In function `_start': > : undefined reference to `main' > /usr/lib/libc_nonshared.a(elf-init.oS)(.text+0x31): In function > `__libc_csu_init': > etc etc... > > > On Wed, 2003-08-20 at 17:35, Matthew Wilcox wrote: > > > >>On Thu, Aug 21, 2003 at 08:30:08AM +1000, Duraid Madina wrote: > >> > >>>Hi all, > >>> > >>> Is there a "Debian way" of installing multiple glibc(-dev) packages > >>>simultaneously, so that I can enjoy my 'unstable' system (2.3) but > >>>continue to use the Intel C/C++ compilers (which require 2.2.x)? > >> > >>No there isn't. The 2.3 glibc packages should support any program > >>compiled against 2.2 though, what's broken? > >> > >>(Other than the ABI problem reported at > >>http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=204654 that is. Or the > >>possibly related ones at 202756 / 205328) > > > > -- Ciao, al ---------------------------- Al Stone Linux & Open Source Lab Hewlett-Packard Company Phone: 970-898-0345 Telnet: 898-0345 Fax: 970-898-3804 E-mail: [EMAIL PROTECTED] ----------------------------

