Hi all, just to report that on ubuntu amd64 the extras library objects fail with "Wrong elf class ELF32". The problem is due to the fact that this library is compiled with the -m32 flag. Removing the flag from the makefile solves the issue. I think that this flag shouldn't be harcoded into the makefiles. Cheers, Carlos
Sorry, I forgot to say that I'm referring to release pd-0.40-2.
On 6/28/07, Carlos Pita carlosjosepita@gmail.com wrote:
Hi all, just to report that on ubuntu amd64 the extras library objects fail with "Wrong elf class ELF32". The problem is due to the fact that this library is compiled with the -m32 flag. Removing the flag from the makefile solves the issue. I think that this flag shouldn't be harcoded into the makefiles. Cheers, Carlos