Re: [HACKERS] AIX and V8 beta 3

2004-10-04 Thread Zeugswetter Andreas SB SD
> > Have you tried using cc_r for that compile line? Does that help? > > Alas, that is not an option available. > > cc_r is specific to the AIX "xlc" compiler; we're using GCC, and xlc > is not available to us. What is missing is a -lpthread . Andreas ---(end of broad

Re: [HACKERS] AIX and V8 beta 3

2004-10-03 Thread Bruce Momjian
OK, that 8.0beta config file should find all your thread flags and define them as PTHREAD_* in Makefile.global. --- Christopher Browne wrote: > After a long battle with technology, [EMAIL PROTECTED] (Bruce Momjian), an > ea

Re: [HACKERS] AIX and V8 beta 3

2004-10-03 Thread Christopher Browne
After a long battle with technology, [EMAIL PROTECTED] (Bruce Momjian), an earthling, wrote: > config/acx_pthread.m4 should be testing all those thread flags and > defining proper Makefile.global values for them. Do you want to > send me your config.log offline or check ourself why the tests > ar

Re: [HACKERS] AIX and V8 beta 3

2004-10-02 Thread Bruce Momjian
Chris Browne wrote: > [EMAIL PROTECTED] (Darcy Buskermolen) writes: > > On September 30, 2004 05:55 pm, Bruce Momjian wrote: > > > > To me it looks like all you need to do is add -pthreads or maybe > > -lpthreads depending on exact system to your compile line.. > > -lpthreads does the trick, indee

Re: [HACKERS] AIX and V8 beta 3

2004-10-02 Thread Chris Browne
[EMAIL PROTECTED] (Darcy Buskermolen) writes: > On September 30, 2004 05:55 pm, Bruce Momjian wrote: > > To me it looks like all you need to do is add -pthreads or maybe > -lpthreads depending on exact system to your compile line.. -lpthreads does the trick, indeed. (-lpthread also does the job,

Re: [HACKERS] AIX and V8 beta 3

2004-10-01 Thread Darcy Buskermolen
On September 30, 2004 05:55 pm, Bruce Momjian wrote: To me it looks like all you need to do is add -pthreads or maybe -lpthreads depending on exact system to your compile line.. > Have you tried using cc_r for that compile line? Does that help? > > ---

Re: [HACKERS] AIX and V8 beta 3

2004-10-01 Thread Chris Browne
[EMAIL PROTECTED] (Bruce Momjian) writes: > Have you tried using cc_r for that compile line? Does that help? Alas, that is not an option available. cc_r is specific to the AIX "xlc" compiler; we're using GCC, and xlc is not available to us. bash-2.05a$ gcc -v Reading specs from /usr/local/lib/g

Re: [HACKERS] AIX and V8 beta 3

2004-09-30 Thread Bruce Momjian
Have you tried using cc_r for that compile line? Does that help? --- Brad Nicholson wrote: > Tried to install this on AIX 5.1, no luck (compiles fine without > --enable-thread-safety though) . > > AIX 5.1 > gcc 3.3.2 >