8.1.4 compile problem

From: km <km(at)mrna(dot)tn(dot)nic(dot)in>
To: pgsql-general(at)postgresql(dot)org
Subject: 8.1.4 compile problem
Date: 2006-09-29 09:01:40
Message-ID: 20060929090140.GA679@mrna.tn.nic.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hi all,

i am compiling postgresql 8.1.4 on AMB x86_64 platform.
configure runs fine but shows output (snippet shown) as follows:
...
checking for int8... no
checking for uint8... no
checking for int64... no
checking for uint64... no
...

my gcc -v gives me:

Reading specs from /usr/lib/gcc/x86_64-redhat-linux/3.4.4/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=x86_64-redhat-linux
Thread model: posix
gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)

how can i add int8,uint8,int64 and uint64 functionality into postgres ? are there any special flags that i am missing ?

tia,
regards,
KM

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Pundt 2006-09-29 09:48:09 Re: 8.1.4 compile problem
Previous Message Kai Hessing 2006-09-29 08:25:06 Re: Dead Lock problem with 8.1.3