Re: [HACKERS] int 8 on FreeBSD

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Holm Tiffe <holm(at)freibergnet(dot)de>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] int 8 on FreeBSD
Date: 1999-03-03 12:11:57
Message-ID: Pine.BSF.4.05.9903030810370.61088-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 3 Mar 1999, Holm Tiffe wrote:

> Hi all,
>
> While compiling of 6.4.2 I've realized that int8's are not supported
> on FreeBSD by default. The Configure script looks if %ld or %lld
> will do the job but FreeBSD is using %qd as the long long int format.
> After a little fiddeling around with the configure script and
> include/utils/int8.h, I've got the int8 type working.
> Since I've read somtimes in this Mailinglists, that FreeBSD is one
> of the development platforms for PostgreSQL, I wonder why PGSQL
> doesn't support FreeBSD's own format ...
>
> BTW: why the configure script think's that tcl and tk includes
> (tclConfig.sh,tkConfig.sh) must reside in the same directory ?
> That's really an odd assumtion.

Its only an odd assumption to those on FreeBSD...we tend to be the only
ones that pervert most of the "standards" as far as installation
directories are concerned, and require specific handholding to get things
to install :(

See /usr/ports/databases/postgresql/Makefile, where it provides the
various --with-tcl= directives required...

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Holm Tiffe 1999-03-03 12:38:25 Re: [HACKERS] int 8 on FreeBSD
Previous Message Karl Auer 1999-03-03 10:58:04 Re: [GENERAL] what on earth does this mean?!?