Re: OpenJDK linking error

2009-01-11 Thread Weijun Wang
libstdc++ is a separate package, not included in gcc/g++. You may need to install it and try again. Peng Du wrote: > Hello, everyone > > I tried to generate a debug build of OpenJDK Build b42 on a x86 Linux > box. Everything went well except for the following link error. It seemed > the 'gamma' l

OpenJDK linking error

2009-01-11 Thread Peng Du
Hello, everyone I tried to generate a debug build of OpenJDK Build b42 on a x86 Linux box. Everything went well except for the following link error. It seemed the 'gamma' launcher can't be linked and LD complained about missing '-lstdc++' and '-ljvm'. But I am sure I have gcc/g++ properly installe