[Ecls-list] [ANN] ECL 9.7.1
Greg Santucci
thecodewitch at gmail.com
Tue Jul 14 04:38:43 UTC 2009
I build with nmake. I have Visual C++ 2005 Express Edition.
I do 2 builds. Each build starts from a freshly unzipped ecl-9.4.1.tar.gz.
The debug build I build like this:
cd C:\lispbox\ecl\build\debug\msvc
nmake ECL_DEBUG=1
nmake install prefix=C:\lispbox\ecl\debug
The release build I build like this:
cd C:\lispbox\ecl\build\release\msvc
nmake
nmake install prefix=C:\lispbox\ecl\release
This way, I can step into the ECL code in the debug build.
Regards,
Greg
On Tue, Jul 14, 2009 at 10:40 AM, Matthew Mondor
<mm_lists at pulsar-zone.net>wrote:
> On Tue, 14 Jul 2009 10:28:54 +1100
> Greg Santucci <thecodewitch at gmail.com> wrote:
>
> > When trying to build on Win32, the build is interrupted when ecl_min.exe
> > crashes on its first invocation.
>
> Just out of curiosity, was this configured with --enable-threads? If
> so, does it work without it? Because on NetBSD this problem occurs
> with every ECL > 8.12.0, strangely enough, and I haven't been able to
> confirm if it was an ECL or boehm-gc bug yet.
>
> Thanks,
> --
> Matt
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20090714/e3f23f37/attachment.html>
More information about the ecl-devel
mailing list