i'm using 1.3.9, and yes, my system had libc_r. is there any problem
with it?
i'm not a bsd user, but i read on the net, that libc_r is the
tried-and-tested one.
am i wrong here ?
thanks,
shie
David Sugar wrote:
Which version of common c++? It looks like you have libc_r linked in
(user mod
Which version of common c++? It looks like you have libc_r linked in
(user mode) rather than libpthread...
Shie Erlich wrote:
hi guys,
i have an application that was written on linux and runs flawlessly.
on freebsd, the threads just don't start.
i start them with start(), but on FreeBSD, th
Shie Erlich wrote:
hi guys,
i have an application that was written on linux and runs flawlessly.
on freebsd, the threads just don't start.
i start them with start(), but on FreeBSD, they seem to hang
on _thread_start. i know this because
a) doing 'info threads' in gdb, shows that main() run
hi guys,
i have an application that was written on linux and runs flawlessly.
on freebsd, the threads just don't start.
i start them with start(), but on FreeBSD, they seem to hang
on _thread_start. i know this because
a) doing 'info threads' in gdb, shows that main() runs as expected, but
a