Alex Shnitman <[EMAIL PROTECTED]> writes:

> On Sun, 2003-07-13 at 19:41, Oleg Goldshmidt wrote:
> > I'd like to understand the effect if someone is kind enough to provide
> > an explanation (or confirm my guess below).
> 
> In fact I'd also very much like to understand this issue. Since on my
> machine this effect is completely reproducible, please tell me what I
> can do to help you figure this out.

For starters, see if it links (with librt, without libpthread)
statically, and use the -v option to gcc when you link. Find out
what libs gcc picks up at link time, run

nm -lo <lib> | egrep pthread_create

or equivalent for each <lib>. This way we can at least see what the
differences are between our systems.

On a more advanced level, set up a cron job to beg Gilad to explain it
;-)

-- 
Oleg Goldshmidt | [EMAIL PROTECTED]

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to