On Thu, 23 Aug 2012 02:28:53 +0200 =?KOI8-R?B?z8zYx8Egy9LZ1sHOz9fTy8HR?= wrote:
> Glenn, why does ast-open do not like it when I try to build it with a
> C++ compiler as CC?

the C build generates headers and libraries that are compatible with C++
but its C source
bin/package sniffs out cc=CC and bails to avoid catastrophe later

you can shunt the bin/package C++ check
on linux.i386-64 with CC=g++ it fails on the first compile 
(src/cmd/INIT/mamake.c)

_______________________________________________
ast-developers mailing list
ast-developers@research.att.com
https://mailman.research.att.com/mailman/listinfo/ast-developers

Reply via email to