This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: --enable-languages no longer works
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Cc: Andrew Pinski <pinskia at physics dot uc dot edu>, gcc-bugs at gcc dot gnu dot org, gcc at gcc dot gnu dot org
- Date: Fri, 29 Aug 2003 13:06:09 -0400
- Subject: Re: --enable-languages no longer works
On Friday, Aug 29, 2003, at 12:59 US/Eastern, Kaveh R. Ghazi wrote:
When I use --enable-languages=c with current mainline, it still builds
all language frontends. It does however turn off the target libs for
these languages. I know it worked in the begining of August.
Anyone have any ideas?
I just used --enable-languages=c++,f77,objc yesterday
(I do not want to build java, it is too slow to build and
ada has problems build on powerpc-apple-darwin) and it did
not build the other front-ends.
Are you sure the object directory was clean?
Andrew Pinski