Subject: Re: Shared library troubles
To: Ken Nakata <kenn@synap.ne.jp>
From: Andy Finnell <andyf@vei.net>
List: port-mac68k
Date: 07/06/1999 17:21:01
Ken Nakata wrote:
> 
> On Tue, 06 Jul 1999 07:49:04 -0400, Andy Finnell <andyf@vei.net> wrote:
> >
> > I've searched the entire drive (its not a big one) using find.  Any
> > other ideas what could be going wrong?
> 
> No, not from me.  You got me on this one :-(

I've solved one of the problems. :-)  It turns out the warning ld.so was
giving me and the following seg-fault are unrelated.  After reading the
man files (when all else fails...) I discovered that /usr/lib/c++rt0.o
should be passed in to ld when the libpthread.so.1.60 is being built. 
By simply adding c++rt0.o to the arguments, the seg-fault goes away. :-)
 Now if I can figure out how to make the warning go away...

	-andy