This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: libjava installation problem!
- To: Andrew Haley <aph@pasanda.cygnus.co.uk>
- Subject: Re: libjava installation problem!
- From: Tom Tromey <tromey@cygnus.com>
- Date: 18 May 1999 12:32:12 -0600
- Cc: mano@cse.ucsc.edu, java-discuss@sourceware.cygnus.com
- References: <19990518182630.28236.qmail@pasanda.cygnus.co.uk>
- Reply-To: tromey@cygnus.com
>>>>> "Andrew" == Andrew Haley <aph@pasanda.cygnus.co.uk> writes:
>> The problem is that your link is missing a -L option. We need to
>> find out why.
Andrew> A clue: there's a bug in Solaris sed which silently truncates
Andrew> long lines...
I don't think that is the problem in this case.
I fixed automake to never generate very long lines.
I don't think there are any lines > 80 columns in the Makefile.in.
Tom