>> ... and set: >> export LDFLAGS='-L/opt/local/lib' >> export CPPFLAGS='-I/opt/local/include' > > What requires these flags to be set manually?
These are the locations where software gets installed by MacPorts and they are not normally searched by gcc. -Tobias