On Jul 10, 2000, Mo DeJong <[EMAIL PROTECTED]> wrote:

> dnl   This is a hack to work around a bug in autoconf/libtool
> dnl   We need to export CC and CC_FOR_BUILD so that libtool
> dnl   uses the compiler found by ./configure and we can cross.

I was wrong.  ltconfig no longer auto-detects CC, it uses whatever is
passed in from its environment.  You don't have to export CC,
AC_PROG_LIBTOOL passes it down to ltconfig.

CC_FOR_BUILD may still be useful, though.

> Now I just need to figure out how to make libtool name it "foo.dll"
> instead of libfoo-0-0-0.dll.

-avoid-version

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Reply via email to