Re: postgresql 7.2b4 compile problems

From: "mike" <matrix(at)vianet(dot)ca>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "PostgreSQL Mailing Lists-General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: postgresql 7.2b4 compile problems
Date: 2001-12-16 21:49:57
Message-ID: 000c01c1867b$9aed8000$4100000a@generator
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

this is how it apreas in my src/include/pg_config.h

/* Define if you have atexit() */
/* #undef HAVE_ATEXIT */

I've uncommented this and, and even changed it to #define, but I still come
up w/ the same error msg.

----- Original Message -----
From: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "mike" <matrix(at)vianet(dot)ca>
Cc: "PostgreSQL Mailing Lists-General" <pgsql-general(at)postgresql(dot)org>
Sent: Saturday, December 15, 2001 12:38 PM
Subject: Re: [GENERAL] postgresql 7.2b4 compile problems

> "mike" <matrix(at)vianet(dot)ca> writes:
> > gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations pg_dump.o
common.=
> > o pg_backup_archiver.o pg_backup_db.o pg_backup_custom.o
pg_backup_files.o =
> > pg_backup_null.o
g_backup_tar.o -L../../../src/interfaces/libpq -lpq -Wl,=
>
-rpath,/usr/lib -lpam -lcrypt -lresolv -lnsl -ldl -lm -lbsd -lhistory -o
p=
> > g_dump
> > ../../../src/interfaces/libpq/libpq.so: undefined reference to `atexit'
>
> [scratches head...] As far as I can see, there's only one use of
> atexit() in the 7.2 sources, and that's in psql not pg_dump. More
> to the point, it won't get compiled unless configure found that atexit()
> is indeed available from your system's C library. Is HAVE_ATEXIT
> defined in your src/include/pg_config.h?
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2001-12-17 01:21:00 Re: best solution for BLOB storage across networks?
Previous Message Terrence Brannon 2001-12-16 19:43:47 best solution for BLOB storage across networks?