[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: FW: problem compiling guile on IA64 by Intel compiler
From: |
Sysoltsev, Vyatcheslav |
Subject: |
RE: FW: problem compiling guile on IA64 by Intel compiler |
Date: |
Wed, 9 Jul 2003 09:03:57 +0400 |
Starting from 8.0 Intel compiler defines GNUC macroses.
Thanks for response.
--Slava
-----Original Message-----
From: Thien-Thi Nguyen [mailto:address@hidden
Sent: Tuesday, July 08, 2003 10:06 PM
To: Sysoltsev, Vyatcheslav
Cc: address@hidden; Briltz, Denis
Subject: Re: FW: problem compiling guile on IA64 by Intel compiler
From: "Sysoltsev, Vyatcheslav" <address@hidden>
Date: Tue, 8 Jul 2003 19:46:20 +0400
-#ifdef __GNUC__
+#if defined(__GNUC__) && !(defined(__INTEL_COMPILER) ...
why does the intel compiler define __GNUC__ ?
perhaps there is a bug in another guile header?
thi