On Thu, Jan 19, 2012 at 09:22:03AM -0700, David Coppa 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.
Tested on i386. Works fine, thanks!