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

Re: 64bits & df



El Jue 13 Nov 2003 11:08, escribió:
> On Thu, Nov 13, 2003 at 11:15:49AM -0300, Martin Marques wrote:
> > Sorry if this has nothing to do with the thread, but a few weeks ago I
> > sent a mail with inconviniences in compiling PostgreSQL with 64bit
> > support. In the PostgreSQL list, the person that had tested PG in Linux
> > SPARC (Debian) said it couldn't be compiled with 64 bit support (even
> > when configure found 64 bit support in the system).
> > Is there a straight forward way to get full (or almost full) 64 bit
> > support in Linux on SPARC? Does it have to do with GCC or glibc?
>
> Setting CC="gcc -m64" doesn't do it?

No success at all:

make -C access all
make[3]: Entering directory `/space/home/martin/basura/postgresql-7.4RC2/src/
backend/access'
make -C common SUBSYS.o
make[4]: Entering directory `/space/home/martin/basura/postgresql-7.4RC2/src/
backend/access/common'
gcc -m64 -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../../../../src/include -D_GNU_SOURCE   -c -o 
heaptuple.o heaptuple.c
gcc -m64 -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../../../../src/include -D_GNU_SOURCE   -c -o 
indextuple.o indextuple.c
gcc -m64 -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../../../../src/include -D_GNU_SOURCE   -c -o 
indexvalid.o indexvalid.c
gcc -m64 -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../../../../src/include -D_GNU_SOURCE   -c -o 
printtup.o printtup.c
gcc -m64 -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../../../../src/include -D_GNU_SOURCE   -c -o 
scankey.o scankey.c
gcc -m64 -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../../../../src/include -D_GNU_SOURCE   -c -o 
tupdesc.o tupdesc.c
/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


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



Reply to: