#17213: doxygen ignores configure.cc, configure.cxx, fails if gcc42 was gcc_selected -------------------------------------+-------------------------------------- Reporter: ryandesign@macports.org | Owner: css@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | Port: doxygen -------------------------------------+-------------------------------------- doxygen's build process ignores the configure.cc and configure.cxx variables (which MacPorts passes to configure as CC and CXX) and just uses "cc" and "c++". This fails when MacPorts gcc42 is installed and has been selected with gcc_select. doxygen should be patched to obey the CC and CXX environment variables instead of assuming "cc" and "c++". [http://lists.macosforge.org/pipermail/macports- users/2008-November/012364.html Thanks to Jonathan Stickel] for figuring this out and reporting it. -- Ticket URL: <http://trac.macports.org/ticket/17213> MacPorts <http://www.macports.org/> Ports system for Mac OS