This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Does gcj pass -dy and -dn to linker?
- To: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Subject: Re: Does gcj pass -dy and -dn to linker?
- From: Bill Bland <wjb at netpd dot com>
- Date: Tue, 30 Oct 2001 11:33:26 +0000 (GMT)
- Cc: java at gcc dot gnu dot org
- Reply-To: wjb at netpd dot com
On Wed, 31 Oct 2001, Bryce McKinlay wrote:
> Yep. The pthread_create() is crashing when libgcj tries to create the
> first thread. glibc 2.1.3 ought to be okay (at least, I'm not aware of
> any problems), but upgrading would be a good idea anyway. Did you
> compile libgcj yourself or is it from a binary package? If libgcj were
> compiled against a newwer glibc, and then run against an older one, it
> could cause this sort of problem.
I compiled the whole of gcc 3.0.2, including libgcj, myself. There was no
previous version of libgcj installed until I compiled this one. I've
always had the same version of glibc installed. Hmm. Maybe I'll try
upgrading glibc anyway - might help.
Best wishes,
Bill.