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

Re: 64bits & df



El Jue 13 Nov 2003 17:35, Ben Collins escribió:
> > /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".

That solved it!!!!

Now how could I get that inside the /usr/bin/ld, unless I alias it? Maybe it 
should be in the configure or the makefiles.

P.D.: I'm send a copy to Peter Eisentraut, who is a PostgreSQL core developer, 
and a Linux SPARC user.

-- 
 18:26:02 up 23 days,  1:48,  4 users,  load average: 2.03, 1.62, 1.45
-----------------------------------------------------------------
Martín Marqués        | select 'mmarques' || '@' || 'unl.edu.ar'
Centro de Telematica  |  DBA, Programador, Administrador
             Universidad Nacional
                  del Litoral
-----------------------------------------------------------------



Reply to: