Re: collect2: ld returned 1 exit status....during linking...

2008-04-23 Thread Marc Espie
On Tue, Apr 22, 2008 at 03:04:23PM -0700, vatocleti wrote: vatocleti wrote: Hey all, I installed 'gmake' to build a Linux based Makefile that uses 'gcc' and when I issue 'gmake' I get the following error: /usr/bin/ld: my_app.o: relocation R_X86_64_32 can not be used when making

collect2: ld returned 1 exit status....during linking...

2008-04-22 Thread vatocleti
Hey all, I installed 'gmake' to build a Linux based Makefile that uses 'gcc' and when I issue 'gmake' I get the following error: /usr/bin/ld: my_app.o: relocation R_X86_64_32 can not be used when making a shared object: recompile with -fPIC my_app.o: could not read symbols: Bad value collect2:

Re: collect2: ld returned 1 exit status....during linking...

2008-04-22 Thread vatocleti
vatocleti wrote: Hey all, I installed 'gmake' to build a Linux based Makefile that uses 'gcc' and when I issue 'gmake' I get the following error: /usr/bin/ld: my_app.o: relocation R_X86_64_32 can not be used when making a shared object: recompile with -fPIC my_app.o: could not read