Hi Christian, yes, it was a clean build. Actually I experienced two different things: 1) with ALT_HOTSPOT_IMPORT_PATH, ALT_JDK_IMPORT_PATH set *and* g++4.2 I've seen finished build but binaries crashed. 2) with ALT_HOTSPOT_IMPORT_PATH, ALT_JDK_IMPORT_PATH UNset *and* g++4.2 I got crash during the build. Though the crash log looks very similar in 1) and 2). Anyway, without these env. variables and g++4.0 that works good. I could double-check with g++4.2 if needed. Thanks, Andrei Christian Thalinger wrote:
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