Re: prebuild Oracle VM appliance

2011-06-14 Thread Erik Trimble
On 6/14/2011 2:22 PM, Sebastian Sickelmann wrote: Hi, i had done a contribution to openjdk7 and remembered it was very hard to setup all the build thinks. Now a want to make some new contributions and i struggle again with the build setup. How about a prebuild Oracle VM appliance for openjdk d

Re: Build openjdk7/hotspot error while linking,

2011-06-14 Thread David Holmes
Dang Nhan Nguyen said the following on 06/15/11 01:43: I found out the cause is my additional code to the hotspot which use sdt namespace: using namespace std; When I remove this line and all the printout with "cout <<", no more linking error. Though I don't have a thorough explanation. Does

prebuild Oracle VM appliance

2011-06-14 Thread Sebastian Sickelmann
Hi, i had done a contribution to openjdk7 and remembered it was very hard to setup all the build thinks. Now a want to make some new contributions and i struggle again with the build setup. How about a prebuild Oracle VM appliance for openjdk development (at least for the linux-setup). I will g

RE: Build openjdk7/hotspot error while linking,

2011-06-14 Thread Dang Nhan Nguyen
I found out the cause is my additional code to the hotspot which use sdt namespace: using namespace std; When I remove this line and all the printout with "cout <<", no more linking error. Though I don't have a thorough explanation. Does it mean I cannot use certain features in stdlib in hotsp

Re: Build openjdk7/hotspot error while linking,

2011-06-14 Thread David Holmes
Sorry never seen this, or heard of this one, when building hotspot. I suggest comparing that build instructions used when building the whole JDK with those building Hotspot by itself. David Holmes Dang Nhan Nguyen said the following on 06/14/11 20:01: Hi All, I have successfully built the whol

Build openjdk7/hotspot error while linking,

2011-06-14 Thread Dang Nhan Nguyen
Hi All, I have successfully built the whole Openjdk7/JVM (b121) on an platform with amd64/Ubuntu/Gcc 4.4.3. I try to build hotspot alone on the same machine. ALT_OUTPUTDIR=../../build/hotspot_product ARCH_DATA_MODEL=64 make product 2>&1 | tee ../../build/hotspot_product.log The building proces