This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: A FrontEnd in C++?


khalid aggag wrote:
Isnt this possible by having a C++ compiler already installed on the system and enabling the C++ as a langauge to be built?
I've always felt that langauge front-ends shoudl not be child
directories of the main gcc directory, but sibling directories,
that would/could be built *after* the main gcc directory,
using the shared libbackend.a.  But that would require a lot of
Makefile hacking, plus some design work.
--
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]