Just throwing this out there... I was having similar problems a short time ago and got around them with this configure line:<br><br>./configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu<br>
<br>Maybe that'll work for you too?<br><br><div class="gmail_quote">On Thu, May 8, 2008 at 4:58 PM, css <css@swissjabber.ch> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello again.<br>
<br>
I still cannot manage to compile ECL on my laptop (debian lenny, i686,<br>
kernel 2.6.24-1-686). I did a cvs update today (May 08, 2008). I am<br>
meanwhile trying to compile using the following flags:<br>
<br>
./configure --build=i686 --prefix=/usr/local/stow/ecl-08-may-2008<br>
--enable-threads --enable-debug --enable-unicode --with-clx<br>
--with-serve-event --with-defsystem --with-profile<br>
--enable-boehm=system<br>
<br>
The lisp-core boots, seems to compile some functions, but stops with<br>
the following output:<br>
<br>
<br>
;;; Note: Invoking external command:<br>
;;; gcc -o "/home/***/installers/ecl/build/libecl.so"<br>
-L"/home/***/installers/ecl/build/" "c/main.o" "c/all_symbols2.o"<br>
"liblsp.a" "libeclmin.a"         -lm   -lgc -lgmp<br>
/usr/lib/gcc/i486-linux-gnu/4.2.3/../../../../lib/crt1.o: In function `_start':<br>
(.text+0x18): undefined reference to `main'<br>
collect2: ld returned 1 exit status<br>
LAMBDA: Too many arguments to function CONTINUE.<br>
Broken at TOP-LEVEL. File:<br>
#P"/home/***/installers/ecl/src/lsp/top.lsp" (Form #26)No restarts<br>
available.<br>
Top level.<br>
SI> (quit)<br>
make[1]: Leaving directory `/home/christoph/installers/ecl/build'<br>
<br>
When I noticed that it says something about i486, i tried  it with<br>
--build=i486, same error. I have no idea. libgc-dev is installed with<br>
all dependencies! Any clues?<br>
<br>
CSS<br>
<br>
-------------------------------------------------------------------------<br>
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference<br>
Don't miss this year's exciting event. There's still time to save $100.<br>
Use priority code J8TL2D2.<br>
<a href="http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone" target="_blank">http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone</a><br>
_______________________________________________<br>
Ecls-list mailing list<br>
<a href="mailto:Ecls-list@lists.sourceforge.net">Ecls-list@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/ecls-list" target="_blank">https://lists.sourceforge.net/lists/listinfo/ecls-list</a><br>
</blockquote></div><br>