This is the mail archive of the gcc-bugs@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]

Re: Some weird bug with non gnu-make


On Wed, Jul 11, 2001 at 01:23:10PM -0300, Alexandre Oliva wrote:
> On Jul 11, 2001, Marc Espie <espie@schutzenberger.liafa.jussieu.fr> wrote:
> 
> > I don't exactly know where to fix that. I believe that libtool should at
> > least be changed not to worry about spaces in the command line it invokes.
> 
> The best fix is to use --tag CC or CXX or GCJ, so that libtool doesn't
> waste time trying to figure out which configuration it's supposed to
> use from the command-line arguments, and failing at that.

So, since this is occuring in libstdc++-v3, I assume the Makefile's should
use libtool --tag CXX, or am I missing something ?

This is important for 3.0.1, btw, as it makes it easier to build gcc with
any make...


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