Re: [bigloo] Re: Bigloo on Linux/ARM

2004-06-18 Thread Yann Dirson
Hi, I've finally managed to build a 2.6d bdb with full debug symbols, but when I run it, no code seem to be executed, the segfault occurs before _start, as is confirmed by "ldd -r": $ ldd -r ./bin/bdb libbigloobdl_s-2.6d.so => /home/ydirson/bigloo-2.6d-32-O1-g/lib/2.6d/libbigloobdl_s-2.

Re: Bigloo on Linux/ARM

2004-06-03 Thread Yann Dirson
On Tue, Jun 01, 2004 at 11:34:36AM +0200, I wrote: > I'll try to build at -O0, and then at -O1 if -O0 worked, and will let you > know. I should also have a closer look at how gcc-3.2 performs, but that > would be a pain to have to use it, since it's supposed to be phased out from > Debian... Here

Bigloo on Linux/ARM

2004-06-01 Thread Yann Dirson
Some time ago we found out that bigloo needed to be built with 'gcc -O2' on ARM platforms, when using gcc-3.3, since with -O3 some failure occured when building bdb. Moreover that bug appeared to be fixed in gcc-3.4, and gcc-2.95 is not able to build bigloo correctly either. But finally, it appea