<div><span class="gmail_quote">2006/8/13, Eric Radman <<a href="mailto:theman@eradman.com">theman@eradman.com</a>>:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>So far ECL has built without issue for me on NetBSD/i386 and<br>NetBSD/amd64, but it does fail on NetBSD/sparc while the ECL core is
<br>building the Lisp functions: [...]<br>It appears that it's crashing on SIMPLE-PROGRAM-ERROR, but I'm not sure.<br>Are there some simple steps I can take to diagnose this further?</blockquote>
<div> </div>
<div>I can only advice to build ECL with debug flags (Set CFLAGS at configuration time) and use gdb to debug the compilation process. Just get yourself in the build/ directory, launch gdb, source .gdbinit and type</div>
<div> </div>
<div>run  <--- this makes ECL run</div>
<div>(load "compile")  <-- this is already from the ECL prompt.</div>
<div> </div>
<div>.gdbinit sets breakpoints in several functions related to errors.</div>
<div> </div>
<div>TIA,</div>
<div> </div>
<div>Juanjo</div>
<div> </div><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">-- <br>Max-Planck-Institut für Quantenoptik<br>Hans-Kopfermann-Str. 1, Garching, D-85748, Germany<br>Phone: +49 89 32905 345   Fax: +49 89 32905 336
<br><a href="http://www.mpq.mpg.de/Theorygroup/CIRAC/">http://www.mpq.mpg.de/Theorygroup/CIRAC/</a> </blockquote></div>