Re: libtool: bug in AC_PROG_LD

2009-06-19 Thread Charles Wilson
Yaakov (Cygwin/X) wrote: > There's a bug in LT_PATH_LD (AC_PROG_LD) when called prior to LT_INIT > (AC_PROG_LIBTOOL): ... > > Patch attached. Seems like an obvious fix. I've posted it upstream and am waiting for approval. But I'd planned to roll out a new libtool from latest git-master soon; I'l

libtool: bug in AC_PROG_LD

2009-06-15 Thread Yaakov (Cygwin/X)
Chuck, There's a bug in LT_PATH_LD (AC_PROG_LD) when called prior to LT_INIT (AC_PROG_LIBTOOL): checking for ld used by gcc... /usr/lib/gcc/i686-pc-cygwin/4.3.2/../../../../i686-pc-cygwin/bin/ld: no input files ./configure: line 3955: : command not found Yet this does not occur when the sa