There's something in the shipped configure which makes gcc33 trip, cf. bento's log: checking for -lm... no checking for log... no configure: error: Cannot find a math library. You need to set MATHLIB in config.user Fix: Tell the port to regenerate the configure script by running autoconf 2.13 (2.53 won't do!). How-To-Repeat: -STABLE: CC=gcc33 CXX=g++33 make configure -CURRENT: make configure
State Changed From-To: open->closed Committed. Thanks!