[Ecls-list] Next step with Cygwin

Robin Lee Powell rlpowell at digitalkingdom.org
Wed Aug 6 12:22:04 UTC 2008


On Wed, Aug 06, 2008 at 10:53:33AM +0200, Juan Jose Garcia-Ripoll wrote:
> On Wed, Aug 6, 2008 at 6:15 AM, Robin Lee Powell
> <rlpowell at digitalkingdom.org> wrote:
> >         #+(and ECL (not (or win32 winnt mswindows cygwin)))                                ("lisp"  . "so")
> >         #+(and ECL (or win32 winnt mswindows cygwin))                                ("lisp"  . "exp")
> 
> I think both of those are wrong. Binary file extensions in ECL is
> .fas, not .so, nor .exp Or am I missing something?

Eep, sorry; the second line needs to be:

         #+(and ECL (or win32 winnt mswindows cygwin))                                ("lisp"  . "lib")

The "exp" version was a test I was doing.

-Robin

-- 
Lojban Reason #17: http://en.wikipedia.org/wiki/Buffalo_buffalo
Proud Supporter of the Singularity Institute - http://singinst.org/
http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/




More information about the ecl-devel mailing list