Re: ld relocation error R_X86_64_32 from libc.a on amd64 building eclipse

2006-06-23 Thread Philip Guenther
On 6/23/06, Frederick C. Druseikis <[EMAIL PROTECTED]> wrote: ... A possibility is that there is a contradictory use of flags on the cc line, at least for the amd64. Does anybody have insight on this? ... -I/home/hubert/openbsd/ports/devel/eclipse/sdk/w-eclipse-sdk-3.1p6/plugins/org.eclipse.cor

Re: ld relocation error R_X86_64_32 from libc.a on amd64 building eclipse

2006-06-23 Thread Kurt Miller
Frederick C. Druseikis wrote: Greetings, In the build sequence below, ld issues a relocation error for libc.a(malloc.o), indicating it [libc.a, as I read it] should be recompiled with -fPIC Googling the key words in the message reveals a few of hits, all with similar advice; but the advice

ld relocation error R_X86_64_32 from libc.a on amd64 building eclipse

2006-06-23 Thread Frederick C. Druseikis
Greetings, In the build sequence below, ld issues a relocation error for libc.a(malloc.o), indicating it [libc.a, as I read it] should be recompiled with -fPIC Googling the key words in the message reveals a few of hits, all with similar advice; but the advice is directed to an application s