#35533: p5.12-xml-parser: Couldn't find your C compiler -----------------------------------+---------------------------------------- Reporter: Onemer117@… | Owner: mjg@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: haspatch | Port: p5.12-xml-parser -----------------------------------+---------------------------------------- Comment(by piet@…): Replying to [comment:4 jmr@…]:
Where are you seeing gcc-4.2 required? We should be specifying an appropriate compiler explicitly; for example in the attached main.log you can see that the configure command is: {{{ /opt/local/bin/perl5.12 Makefile.PL INSTALLDIRS=vendor CC="/usr/bin/clang" LD="/usr/bin/clang" }}}
I saw them in the generated Makefiles: {{{ ./Expat/Makefile:32:CC = /usr/bin/gcc-4.2 ./Expat/Makefile:39:LD = env MACOSX_DEPLOYMENT_TARGET=10.6 /usr/bin/gcc-4.2 ./Expat/Makefile:305: /usr/bin/gcc-4.2 -E -c $(PASTHRU_INC) $(INC) \ ./Makefile:412: /usr/bin/gcc-4.2 -E -c $(PASTHRU_INC) $(INC) \ }}} -- Ticket URL: <https://trac.macports.org/ticket/35533#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS