How to build openjdk under mac osx

2012-02-01 Thread m silverstri
Hi, I am trying to following the steps here to build openjdk 7 on Mac OS 10.6.8. https://wikis.oracle.com/display/OpenJDK/Darwin10Build But I am getting this error: rm -f bsd_x86_32.o /usr/bin/gcc -c -x assembler-with-cpp -m32 -march=i586 -mstackrealign -MMD -MP -MF ../generated/dependencies/bsd

Build openjdk in Ubuntu 11.10

2012-01-13 Thread m silverstri
Hi, I am getting the following error when building openjdk 7.0 on ubuntu 11.10 But I already have the package libasound2-dev installed. Please tell me what am I missing? Thank you. PLATFORM_API_LinuxOS_ALSA_CommonUtils.c:(.text+0x32): undefined reference to `snd_lib_error_set_handler' /home/sch

Need help in building openjdk on ubuntu 11.10

2011-12-29 Thread m silverstri
Hi, I am trying to build openjd on 11.10, but it said 'op is not supported'. Any idea how to fix it? Thank you. mkdir -p /home/michael/src/jdk7/build/linux-amd64/hotspot/outputdir cd /home/michael/src/jdk7/build/linux-amd64/hotspot/outputdir; \ make -f /home/michael/src/jdk7/hotspot

Re: Need help in building openjdk in ubuntu 11.10

2011-12-21 Thread m silverstri
I did. $ echo $ALT_BOOTDIR /home/michael/Programs/jdk1.6.0_30 On Wed, Dec 21, 2011 at 5:54 PM, Kelly O'Hair wrote: > Did you export ALT_BOOTDIR?  It needs to be set in the environment. > > -kto > > On Dec 21, 2011, at 4:55 PM, m silverstri wrote: > >> I have run a

Need help in building openjdk in ubuntu 11.10

2011-12-21 Thread m silverstri
I have run and passed 'make sanity' and I have download and set ALT_BOOTDIR to a jdk6: $ echo $ALT_BOOTDIR /home/michael/Programs/jdk1.6.0_30 But when I 'make', i still get error saying 'We cannot execute /NO_BOOTDIR/bin/java' make[2]: Entering directory `/home/michael/src/jdk7/langtools/make'