configure.cmd

Ryan Schmidt ryandesign at macports.org
Sun Sep 28 17:39:29 PDT 2014


On Sep 28, 2014, at 7:29 PM, Mark Brethen wrote:
> 
> The config log looks like pretty basic stuff; probably why it works.

I don't doubt that it works for you in the situation you tested; I'm worried that it might not support all the features MacPorts is providing by setting those various environment variables.

For example, MacPorts sets CC and CXX as environment variables during the normal configure phase, but during your post-configure block, you're setting CC and CXX as configure.args. Why? Does the configure script forget the values of CC and CXX from the first run and go back to its defaults on the second run? If so, are you sure that only applies to CC and CXX, or might it also apply to CFLAGS, CXXFLAGS, LDFLAGS, and the other variables MacPorts uses?




More information about the macports-dev mailing list