This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: problem building libgcj
- To: Todd Enersen <tee at fireclick dot com>
- Subject: Re: problem building libgcj
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Fri, 19 Nov 1999 10:55:37 -0800 (PST)
- Cc: java-discuss at sourceware dot cygnus dot com
- References: <38359BA1.3CC015AA@fireclick.com>
>>>>> "Todd" == Todd Enersen <tee@fireclick.com> writes:
Todd> While trying to do a make with libgcj (latest non-snap shot) on
Todd> a Solaris 7 (sparc) box, I get the following error:
Todd> mksh: Fatal error in reader: = missing from replacement macro reference
Haven't seen this one before.
Could you try "make SHELL='/bin/sh -x'" and see what it says?
This is really just curiosity on my part, because it means there is
nonportable code in there, and the code looks ok to me.
Really you need GNU make to build libjava.
Tom