[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 64bits & df



> /usr/bin/ld -r -o SUBSYS.o heaptuple.o indextuple.o indexvalid.o printtup.o 
> scankey.o tupdesc.o
> /usr/bin/ld: No tiene soporte el enlazado reubicable con reubicaciones del 
> formato elf64-sparc (heaptuple.o) al formato elf32-sparc (SUBSYS.o)
> make[4]: *** [SUBSYS.o] Error 1

*sigh*

Just add "-m elf64_sparc" to this command line. Maybe there's someway
you can set in the env. Try setting what var is "/usr/bin/ld" to
"/usr/bin/ld -m elf64_sparc".

-- 
Debian     - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
WatchGuard - http://www.watchguard.com/



Reply to: