This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Solaris redux
>>>>> "JS" == Jeff Sturm <jsturm@one-point.com> writes:
JS> I'm struggling to get a good build on sparc-sun-solaris2.7. If
JS> this is working for anyone else, I'd appreciate some hints.
JS> Since the GNU binutils are failing for me (that's another mystery)
JS> I'm trying to use the native as,ld.
Strange, I had the opposite problem a few days ago. I didn't realize
at first that --with-gnu-as and --with-gnu-ld were not sufficient to
get GNU as and ld and that I actually had to use --with-as=path and
--with-ld=path to force usage of them.