Re: osx and thread safety?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Theodore Petrosky <tedpet5(at)yahoo(dot)com>
Cc: PostgreSQL Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: osx and thread safety?
Date: 2004-08-17 02:31:06
Message-ID: 200408170231.i7H2V6u00637@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


You need threading if you need to do threads in your client
applications. Not sure why you get the link error though.

---------------------------------------------------------------------------

Theodore Petrosky wrote:
> Can someone shed some light on the thread safety
> switch. I am using PostgreSQL on mac os x. I have made
> and installed from 7.2 through 8.0b. I now see this
> feature of thread safety and I don't understand why I
> would need it.
>
> I have tried:
>
> ./configure --with-rendezvous --enable-thread-safety
>
> I get these errors:
>
> ld: common symbols not allowed with MH_DYLIB output
> format with the -multi_module option
> fe-secure.o definition of common _thread_in_send (size
> 4)
> /usr/bin/libtool: internal link edit command failed
> make[3]: *** [libpq.3.2.dylib] Error 1
> make[2]: *** [all] Error 2
> make[1]: *** [all] Error 2
> make: *** [all] Error 2
>
> this is os x 10.3.5 with gcc (GCC) 3.3
>
> any ideas (If I don't know what it is, do I need it?)
>
> Ted
>
>
>
>
> __________________________________
> Do you Yahoo!?
> New and Improved Yahoo! Mail - 100MB free storage!
> http://promotions.yahoo.com/new_mail
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-08-17 04:30:05 Re: osx and thread safety?
Previous Message Theodore Petrosky 2004-08-17 02:10:40 osx and thread safety?