On Sun, Jan 22, 2012 at 06:47:28PM +0100, David Coppa wrote: > On Thu, Jan 19, 2012 at 5:22 PM, David Coppa <dco...@openbsd.org> wrote: > > Hi, > > > > This diff fixes R's problem with pthread undefined symbols, as > > reported here: > > > > http://marc.info/?l=openbsd-ports&m=132196919327917 > > > > and here: > > > > http://marc.info/?l=openbsd-ports&m=132187529729922 > > > > It also fixes libpthread linkage (-lpthread -> -pthread) and > > an incorrect usage of the "--export-dynamic" linker flag (it's > > '-Wl,--export-dynamic', not '-Wl,-export-dynamic'. > > > > Tested on sparc64 and amd64. > > Ok? > > Ping!
It seems my last message did not get through, sorry. This fixes my problems on i386. Thanks.