Re: [HACKERS] UnixWare on Current CVS: Success!

2003-08-25 Thread Bruce Momjian
Larry Rosenman wrote: > On Aug 17 2003, [EMAIL PROTECTED] 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 w

Re: [HACKERS] UnixWare on Current CVS: Success!

2003-08-25 Thread Larry Rosenman
Didn't seem to. Did you see my posts from fri/sat on -hackers? I included what DID work for me. LER --On Sunday, August 24, 2003 19:21:57 -0400 Bruce Momjian <[EMAIL PROTECTED]> wrote: Larry Rosenman wrote: On Aug 17 2003, [EMAIL PROTECTED] wrote: > Did something changed on today's cvs. > >

Re: [HACKERS] UnixWare on Current CVS: Success!

2003-08-25 Thread Bruce Momjian
NP. We will get this fixed. I am still thinking about it, and will do something when I get to that email. I am trying to avoid having a template/* variable for each *_r function, but that may be required. The "try for *_r library and continue if you can't find it" just seems too risky. We mig

Re: [HACKERS] UnixWare on Current CVS: Success!

2003-08-25 Thread Bruce Momjian
OK, I now realized this code is shell script, not Makefile content. Code changed to: THREAD_CFLAGS = "$THREAD_CFLAGS -D_REENTRANT" --- Larry Rosenman wrote: > Didn't seem to. Did you see my posts from fri/sat on

Re: [HACKERS] UnixWare on Current CVS: Success!

2003-08-25 Thread Larry Rosenman
--On Sunday, August 24, 2003 23:17:07 -0400 Bruce Momjian <[EMAIL PROTECTED]> wrote: I am working my way through my email to that ***ISSUE*** (*** looks kind of silly, doesn't it). If you are putting those stars there because I am not working on that issue fast enough for you, well ... I poste

Re: [HACKERS] UnixWare on Current CVS: Success!

2003-08-25 Thread Bruce Momjian
I am working my way through my email to that ***ISSUE*** (*** looks kind of silly, doesn't it). If you are putting those stars there because I am not working on that issue fast enough for you, well ... --- Larry Rosenman wr

Re: [HACKERS] UnixWare on Current CVS: Success!

2003-08-25 Thread Larry Rosenman
--On Sunday, August 24, 2003 22:49:00 -0400 Bruce Momjian <[EMAIL PROTECTED]> wrote: OK, I now realized this code is shell script, not Makefile content. Code changed to: THREAD_CFLAGS = "$THREAD_CFLAGS -D_REENTRANT" Ok, but we are **STILL** broke for the --enable-thread-safety flag due to y

Re: [HACKERS] UnixWare on Current CVS: Success!

2003-08-18 Thread Larry Rosenman
On Aug 17 2003, [EMAIL PROTECTED] 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 fr

Re: [HACKERS] UnixWare on Current CVS: Success!

2003-08-17 Thread ohp
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 [EMAIL PROTECTED] wrote: >

Re: [HACKERS] UnixWare on Current CVS: Success!

2003-08-15 Thread ohp
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 <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: UnixWare on Current CVS: Success! >

[HACKERS] UnixWare on Current CVS: Success!

2003-08-14 Thread Larry Rosenman
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