This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Bad HTML link and javalib/gcc-2.95.3 combo question


>>>>> "Ken" == Ken Ihrig <kenihrig@nortelnetworks.com> writes:

Ken> Your web site has a bad link:
Ken> From http://gcc.gnu.org/gcc-2.95/features.html check "Java ... runtime
Ken> library" which references a bad page:
Ken>   http://gcc.gnu.org/javaannounce.html

Thanks, I'm checking in the fix.
The right URL is http://gcc.gnu.org/news/javaannounce.html

Ken> This is exactly the information I was looking for.  I want to use
Ken> the new gcc-2.95.3 release combined with the latest Java runtime
Ken> libraries.

This won't work.

Ken> If I built the snapshot in one directory and then built the
Ken> 2-95.3 release in another directory (make bootstrap for both)
Ken> then did a make install first in the snapshot directory and then
Ken> in the 2-95.3 directory, would this do what I want?

Nope.

The compiler front end and the library are tightly linked.  Certain
changes need to be made to both at once.  The 2.95.3 front end is out
of sync with the latest library.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]