Christian Thalinger wrote: > Andrei V. Dmitriev wrote: >>> 1) bsd-port will not build with gcc 4.2 due to the below compiler error >>> >> Correct. > > The error is related to stuff I have commited recently. Was this a > clean build?
A clean HotSpot debug build with Apple's GCC 4.2: $ g++-4.2 --version i686-apple-darwin9-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5574) worked for me. Although the built binary does not. -- Christian