T2K needed in Linux, also?

2007-07-19 Thread Ted Neward
When trying to build the JDK on a fresh KUbuntu 7.04 system, I get a build error saying libt2k.so cannot be found. Am I missing something? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing HYPERLINK "http://www.tedneward.com"http://www.tedneward.com No virus

Re: T2K needed in Linux, also?

2007-07-19 Thread Phil Race
Ted Neward wrote: When trying to build the JDK on a fresh KUbuntu 7.04 system, I get a build error saying libt2k.so cannot be found. Am I missing something? Yes, sounds like you are missing the entire binary plug download, or haven't properly pointed to it's location. -phil. Ted New

RE: T2K needed in Linux, also?

2007-07-19 Thread Ted Neward
Yep, had it pointing to the Import JDK (1.6) instead of the binary plug JDK (1.7). Thanks. There's a lot of JDKs needed to build the JDK. :-) By the way, in case those on this list haven't seen it, the build on Intel machines won't work, as there's a compilation error in a source file, as reported

Re: Errors in windows build?

2007-07-19 Thread Kelly O'Hair
Changing C/C++ compilers should be an easy thing to do, but it is not. Even if you get it so that it "builds", that doesn't mean much. The Hotspot VM is also a compiler, and generates native code, and that code will connect to or get run with the C/C++ generated code at some point. Minor tweaks t

Re: T2K needed in Linux, also?

2007-07-19 Thread Peter B. Kessler
We (cough) independently discovered the compilation problem with assembler_i486.hpp and gcc4.1.2. It's bug #6578344, e.g., http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6578344 and I can see it's fixed in our code base, so it will be published in the next drop. ... p

Re: T2K needed in Linux, also?

2007-07-19 Thread Frederic Simon
I got the same thing on hotspot/src/cpu/amd64/vm/assembler_amd64.hpp and I used a patch like described here Index: hotspot/src/cpu/amd64/vm/assembler_amd64.hpp === --- hotspot/sr

[Fwd: Re: Getting Started with OpenJDK in NetBeans IDE?]

2007-07-19 Thread Peter B. West
This thread started because I couldn't get jtreg to run against one of the JDK sub-projects in NetBeans. As a result, I tried to build the j2se project. My environment is SuSE 10.2, NB 6 build 200704122300 Java 1.6.0_01. I tried the build without specifying ALT_MOTIF_DIR, and was told I had no mot