bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Use $(MKDIR_P) instead of @MKDIR_P@


From: Bruno Haible
Subject: Re: Use $(MKDIR_P) instead of @MKDIR_P@
Date: Tue, 1 Sep 2009 11:05:09 +0200
User-agent: KMail/1.9.9

Eric Blake wrote:
> > I usually modify CC instead.  I never tried for gnulib, but it would
> > look like this:
> >
> >     MINGW=$(cygpath -u '\mingw')
> >     export PATH=$MINGW/bin:$PATH
> >     ./configure --host=i586-pc-mingw32 --prefix=$MINGW \
> >       CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \
> 
> I also prefer to modify CC, not CFLAGS

Thanks for your advice. I'm changing the README.woe32 of my packages
accordingly.

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]