Re: [Gcl-devel] Build trouble

2008-11-11 Thread Nicolas FRANCOIS
Le Mon, 10 Nov 2008 11:45:01 -0700 Jerry James [EMAIL PROTECTED] a écrit : On Sun, Nov 9, 2008 at 8:47 AM, Nicolas FRANCOIS [EMAIL PROTECTED]wrote: Hi. I've got a hard time compiling GCL-2.6.7 (Linux (Linux From Scratch), DualCore, Gcc 4.2.3, Glibc 2.7). The build is stuck on a

Re: [Gcl-devel] Build trouble

2008-11-11 Thread Jerry James
On Tue, Nov 11, 2008 at 10:57 AM, Nicolas FRANCOIS [EMAIL PROTECTED] wrote: If you mean compile Gcl (2.6.7) with this configure line : ./configure --prefix=/usr --enable-ansi --enable-locbfd \ --disable-dynsysbfd --disable-statsysbfd --disable-dlopen it works. Now I would have enjoyed

[Gcl-devel] LD_COMMAND for Linux

2008-11-11 Thread Jerry James
I'm struggling to understand the definition of LD_COMMAND in h/linux.h. Currently, it generates a string as follows: ld -d -S -N -x -A %s -T %x %s %s -o %s but Linux uses GNU ld, where: -A sets the architecture -T sets the linker script file Neither of those make any sense in this