Re: UnixWare on Current CVS: Success!

Поиск
Список
Период
Сортировка
От Larry Rosenman
Тема Re: UnixWare on Current CVS: Success!
Дата
Msg-id 200308181532.h7IFW0ao010402@lerami.lerctr.org
обсуждение исходный текст
Ответ на UnixWare on Current CVS: Success!  (Larry Rosenman <ler@lerctr.org>)
Ответы Re: UnixWare on Current CVS: Success!  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
On Aug 17 2003, ohp@pyrenet.fr wrote:

> 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"
No it shouldn't....

The original patch worked just fine...

I'll look when I get back from Forum. 


> Then, configure can't find strerror_r ...
> 
> That worked like a charm 2 days ago...
> On Fri, 15 Aug 2003 ohp@pyrenet.fr wrote:
> 
> > Date: Fri, 15 Aug 2003 22:36:22 +0200 (MET DST)
> > From: ohp@pyrenet.fr
> > To: Larry Rosenman <ler@lerctr.org>
> > Cc: pgsql-hackers@postgresql.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@lerctr.org>
> > > To: pgsql-hackers@postgresql.org
> > > Cc: ohp@pyrenet.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
> > >
> > >
> > >
> >
> >
> 
> 

-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 972-414-9812                 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: failure in latest cvs
Следующее
От: Larry Rosenman
Дата:
Сообщение: Re: full path infrastructure for DT_SONAME?