On 6 Mar 2010, at 13:57, Vincent Richomme wrote: > So how can I tell GNUmakefile to use clang ? I also tried the following > line: > > $> CC=clang CXX=clang++ OBJC=clang make messages=yes but same problem.
This is GNU Make, not BSD Make. The correct syntax is: $ make CC=clang libobjc2 should compile with GCC, however... David -- Sent from my Apple II _______________________________________________ Gnustep-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnustep-dev
