<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=514001209-23022006><FONT face=Arial 
color=#0000ff size=2>Dynamic FFI is enabled for x86 processors. Looking at 
src/aclocal.m4, it seems that only the CPU</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=514001209-23022006><FONT face=Arial 
color=#0000ff size=2>name is used to decide whether dynamic FFI should be 
enabled. I don't know if the x86 implementation</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=514001209-23022006><FONT face=Arial 
color=#0000ff size=2>is supposed to work on x86_64 CPU running 32 bits OS. You 
might want to give it a try by tuning</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=514001209-23022006><FONT face=Arial 
color=#0000ff size=2>aclocal.m4 to enable dynamic FFI, re-configure and 
re-compile.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=514001209-23022006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=514001209-23022006><FONT face=Arial 
color=#0000ff size=2>Michael.</FONT></SPAN></DIV><BR>
<BLOCKQUOTE 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> ecls-list-admin@lists.sourceforge.net 
  [mailto:ecls-list-admin@lists.sourceforge.net] <B>On Behalf Of </B>Deep 
  Blue<BR><B>Sent:</B> Wednesday 22 February 2006 22:37<BR><B>To:</B> 
  ecls-list@lists.sourceforge.net<BR><B>Subject:</B> [Ecls-list] call-cfun 
  missing from cvs install<BR></FONT><BR></DIV>
  <DIV></DIV>I am using ecl on fedora 4 (i have a 64 bit processor but am using 
  the 32 bit version of fedora). I downloaded and installed ecls from cvs and 
  si::call-cfun seems to be missing.<BR><BR>In particular this snippet:<BR><PRE>(ffi:defcallback foo :int ((a :int))<BR>    (1+ a)<BR> )<BR> <BR> (dotimes (i 10)<BR>   (print (list i (si::call-cfun (ffi:callback 'foo) :int '(:int) (list<BR><BR> i)))))<BR><BR>gives me :<BR> <BR>The function SI::CALL-CFUN is undefined.<BR><BR><SPAN style="FONT-FAMILY: arial">I have anohter query<BR><BR>1)  when i start ecl i get the message Broken at EVAL before i get the prompt, is this normal ?<BR><BR>Thats all for now.<BR><BR>Regards,<BR>Deep<BR></SPAN></PRE>
  <P>
  <HR SIZE=1>
  Yahoo! Mail<BR><A 
  href="http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=38867/*http://photomail.mail.yahoo.com">Use 
  Photomail</A> to share photos without annoying 
attachments.</BLOCKQUOTE></BODY></HTML>