Re: FW: problem compiling guile on IA64 by Intel compiler

2003-07-09 Thread Thien-Thi Nguyen
From: Sysoltsev, Vyatcheslav [EMAIL PROTECTED] Date: Wed, 9 Jul 2003 09:03:57 +0400 Starting from 8.0 Intel compiler defines GNUC macroses. that's very strange (IMHO). anyway, does the intel compiler have plans to support ia64 inline asm in the future? we would have to change the

Re: FW: problem compiling guile on IA64 by Intel compiler

2003-07-09 Thread Thien-Thi Nguyen
From: Sysoltsev, Vyatcheslav [EMAIL PROTECTED] Date: Wed, 9 Jul 2003 13:49:20 +0400 No, Intel compiler doesn't plan to support ia64 asm inlines in foreseeable future. looking at __scm.h closely, i see the inline asm is just an implementation detail of SCM_FENCE, but SCM_FENCE is

FW: problem compiling guile on IA64 by Intel compiler

2003-07-08 Thread Sysoltsev, Vyatcheslav
I expect some reply to ensure that this is not dummy mailbox. --Slava -Original Message- From: Sysoltsev, Vyatcheslav Sent: Tuesday, June 24, 2003 4:45 PM To: '[EMAIL PROTECTED]' Cc: Denis Briltz (E-mail) Subject: problem compiling guile on IA64 by Intel compiler Hi there!