From: ········@austin.rr.com
Subject: clisp build question...
Date: 
Message-ID: <1181059206.186302.75430@g4g2000hsf.googlegroups.com>
Greetings everyone, I am new to lisp development and have a question I
was
wondering if someone could help me with. I am trying to find the
latest
windows build of clisp. I downloaded the versions listed on source
forge
http://sourceforge.net/project/showfiles.php?
group_id=1355&package_id=1340&release_id=455105

But none of them have a final linked dll of the object files. Is there
a
place I can find this?


Thank you,
Anthony Palomba

From: ········@austin.rr.com
Subject: Re: clisp build question...
Date: 
Message-ID: <1181145046.466652.190670@g4g2000hsf.googlegroups.com>
Does anyone know where I can get a linked version of CLISP for
windows? I am looking for a dll version of it that I can then
load.


Anthony


On Jun 5, 11:00 am, ········@austin.rr.com wrote:
> Greetings everyone, I am new to lisp development and have a question I
> was
> wondering if someone could help me with. I am trying to find the
> latest
> windows build of clisp. I downloaded the versions listed on source
> forgehttp://sourceforge.net/project/showfiles.php?
> group_id=1355&package_id=1340&release_id=455105
>
> But none of them have a final linked dll of the object files. Is there
> a
> place I can find this?
>
> Thank you,
> Anthony Palomba
From: Joerg Hoehle
Subject: Re: clisp build question...
Date: 
Message-ID: <u4plez7ty.fsf@users.sourceforge.net>
········@austin.rr.com writes:
> Does anyone know where I can get a linked version of CLISP for
> windows? I am looking for a dll version of it that I can then
> load.

> On Jun 5, 11:00 am, ········@austin.rr.com wrote:
> > Greetings everyone, I am new to lisp development and have a question I
> > was wondering if someone could help me with. I am trying to find the
> > latest windows build of clisp. I downloaded the versions listed on
> > sourceforge http://sourceforge.net/project/showfiles.php?
> > group_id=1355&package_id=1340&release_id=455105
> >
> > But none of them have a final linked dll of the object files. Is there
> > a place I can find this?
> >
> > Thank you,
> > Anthony Palomba

Several people here and then have reported working on an embedded
CLISP DLL for MS-Windows, but I've never seen published results.

So up to now, lisp.exe is an executable only.

Regards,
	Jorg Hohle
Telekom/T-Systems Technology Center
From: Reini Urban
Subject: Re: clisp build question...
Date: 
Message-ID: <467EA717.4080504@x-ray.at>
········@austin.rr.com schrieb:
> Does anyone know where I can get a linked version of CLISP for
> windows? I am looking for a dll version of it that I can then
> load.
> 
> Anthony
> 
> On Jun 5, 11:00 am, ········@austin.rr.com wrote:
>> Greetings everyone, I am new to lisp development and have a question I
>> was
>> wondering if someone could help me with. I am trying to find the
>> latest
>> windows build of clisp. I downloaded the versions listed on source
>> forgehttp://sourceforge.net/project/showfiles.php?
>> group_id=1355&package_id=1340&release_id=455105
>>
>> But none of them have a final linked dll of the object files. Is there
>> a place I can find this?

All mingw clisp packages from this place plus the cygwin version from 
http://cygwin.com work out of the box and don't need any "final linked 
dll of the object files"
Whoever knows what that should mean...