Hi Michael, On Sunday 11 February 2007 20:45, michael wrote: > I can install Intel's icc compiler v9.0 on my unstable Debian system (ta > Daniel for make_deb) but when I try and compile I get the following > error. Any ideas on what I've done wrong?
That version of icc isn't compatible with gcc 4.1. The easy solution is to install the latest icc 9.1. Otherwise try installing libstdc++5 and who knows what else. Regards, Daniel. > [EMAIL PROTECTED]:~/C$ icc -V test.c > Intel(R) C Compiler for 32-bit applications, Version 9.0 Build > 20050430Z Package ID: <installpackageid> > Copyright (C) 1985-2005 Intel Corporation. All rights reserved. > FOR NON-COMMERCIAL USE ONLY > > Command-line error: invalid GNU version number: 412 > > compilation aborted for test.c (code 4) --------------------------------------------------------------------- Dr. Daniel Grimwood Room : 303.201 Nanochemistry Research Institute Email: [EMAIL PROTECTED] Curtin University of Technology Phone: +61 8 9266 3780 (Mon-Wed) P.O. Box U 1987, Perth Phone: +61 8 6436 8920 (Thur-Fri) Western Australia, 6845 Australia Fax : +61 8 9266 4699 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

