Re: UnixWare on Current CVS: Success!

From: ohp(at)pyrenet(dot)fr
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: UnixWare on Current CVS: Success!
Date: 2003-08-17 15:00:38
Message-ID: Pine.UW2.4.53.0308171656520.6963@server.pyrenet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Did something changed on today's cvs.

src/template/unixware is wrong on last line: THREAD_CFLAGS += -D_REENTRANT
should be THREAD_CFLAGS="$THREAD_CFLAGS -D_REENTRANT"

Then, configure can't find strerror_r ...

That worked like a charm 2 days ago...
On Fri, 15 Aug 2003 ohp(at)pyrenet(dot)fr wrote:

> Date: Fri, 15 Aug 2003 22:36:22 +0200 (MET DST)
> From: ohp(at)pyrenet(dot)fr
> To: Larry Rosenman <ler(at)lerctr(dot)org>
> Cc: pgsql-hackers(at)postgresql(dot)org
> Subject: Re: UnixWare on Current CVS: Success!
>
> Yep,
>
> Just tested it with a full check out...
>
> GREAT JOB!
> Thanks to uou all!
> On Thu, 14 Aug 2003, Larry Rosenman wrote:
>
> > Date: Thu, 14 Aug 2003 22:23:17 -0500
> > From: Larry Rosenman <ler(at)lerctr(dot)org>
> > To: pgsql-hackers(at)postgresql(dot)org
> > Cc: ohp(at)pyrenet(dot)fr
> > Subject: UnixWare on Current CVS: Success!
> >
> > Thanks to Tom and Bruce, we can now compile CVS 7.4 on UnixWare with OUT
> > any tweaks, including
> > the --enable-thread-safety switch.
> >
> > Here is what I used, and is now running on lerami:
> >
> > CC=cc CXX=CC ./configure --prefix=/usr/local/pgsql --enable-syslog \
> > --with-CXX --enable-multibyte --enable-cassert \
> > --with-includes=/usr/local/include --with-libs=/usr/local/lib \
> > --with-tcl --with-tclconfig=/usr/local/lib \
> > --with-tkconfig=/usr/local/lib --enable-locale \
> > --enable-thread-safety
> >
> >
> > Thanks, Guys!
> >
> > LER
> >
> >
> >
>
>

--
Olivier PRENANT Tel: +33-5-61-50-97-00 (Work)
6, Chemin d'Harraud Turrou +33-5-61-50-97-01 (Fax)
31190 AUTERIVE +33-6-07-63-80-64 (GSM)
FRANCE Email: ohp(at)pyrenet(dot)fr
------------------------------------------------------------------------------
Make your life a dream, make your dream a reality. (St Exupery)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Sullivan 2003-08-17 15:06:19 Re: [PERFORM] PostgreSQL vs. MySQL
Previous Message Robert Treat 2003-08-17 14:34:55 Re: "truncate all"?