Re: postgresql 7.2b4 compile problems

From: Brent Verner <brent(at)rcfile(dot)org>
To: mike <matrix(at)vianet(dot)ca>
Cc: PostgreSQL Mailing Lists-General <pgsql-general(at)postgresql(dot)org>
Subject: Re: postgresql 7.2b4 compile problems
Date: 2001-12-17 04:05:14
Message-ID: 20011217040514.GA12650@rcfile.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

[2001-12-16 13:49] mike said:
| 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.

After undef'ing the HAVE_ATEXIT, I'd recommend 'make clean && make'
to ensure that you don't have any object files lying around that have
been compiled with the atexit() symbol in them.

hth.
brent

--
"Develop your talent, man, and leave the world something. Records are
really gifts from people. To think that an artist would love you enough
to share his music with anyone is a beautiful thing." -- Duane Allman

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Emmanuel Asante 2001-12-17 04:15:27 Re: PostgreSQL 7.1.3 Installation Problem
Previous Message Darren Ferguson 2001-12-17 03:08:10 Re: Perl DBI, PostgreSQL performance question