Re: Patch libtool for m4 cvs in mingw/msys

2005-06-27 Thread Ralf Wildenhues
Hi Earnie, * earnie wrote on Tue, Jun 28, 2005 at 02:16:54AM CEST: > Ralf Wildenhues gmx.de> writes: > > > > Who created /etc/config.site (resp. which software package contains the > > one you had installed) and what are its contents? > > > > I did, a long time ago. It was to resolve issues i

Re: Patch libtool for m4 cvs in mingw/msys

2005-06-27 Thread earnie
Ralf Wildenhues gmx.de> writes: > > > > ../m4/configure -C --prefix=/usr --disable-nls --disable-shared > > > > works. So there is no need to do this patch, just delete > > /etc/config.site. > > Who created /etc/config.site (resp. which software package contains the > one you had installed) a

Re: Patch libtool for m4 cvs in mingw/msys

2005-06-24 Thread Ralf Wildenhues
Hi Peter, heromyth, Sorry for the late response. * Peter Ekberg wrote on Sun, Jun 19, 2005 at 09:31:27PM CEST: > Ralf Wildenhues wrote: > > heromyth wrote: > > > works. So there is no need to do this patch, just delete > > > /etc/config.site. > > > > Who created /etc/config.site (resp. which so

Re: Patch libtool for m4 cvs in mingw/msys

2005-06-20 Thread heromyth
Ralf Wildenhues wrote: Hi heromyth, * heromyth wrote on Fri, Jun 17, 2005 at 05:06:05PM CEST: heromyth wrote: Recently I use Libtool CVS to compile M4 CVS in mingw/msys.I have configureed M4 like this: ../m4/configure -C --prefix=/usr --disable-nls --disable-shared I trace into libtool,

RE: Patch libtool for m4 cvs in mingw/msys

2005-06-19 Thread Peter Ekberg
Ralf Wildenhues wrote: > heromyth wrote: > > works. So there is no need to do this patch, just delete > > /etc/config.site. > > Who created /etc/config.site (resp. which software package > contains the > one you had installed) and what are its contents? I think the one on my system -- currently

Re: Patch libtool for m4 cvs in mingw/msys

2005-06-19 Thread Ralf Wildenhues
Hi heromyth, * heromyth wrote on Fri, Jun 17, 2005 at 05:06:05PM CEST: > heromyth wrote: > >Recently I use Libtool CVS to compile M4 CVS in mingw/msys.I have > >configureed M4 like this: > >../m4/configure -C --prefix=/usr --disable-nls --disable-shared > > > >I trace into libtool, and found

Re: Patch libtool for m4 cvs in mingw/msys

2005-06-17 Thread heromyth
heromyth wrote: Recently I use Libtool CVS to compile M4 CVS in mingw/msys.I have configureed M4 like this: ../m4/configure -C --prefix=/usr --disable-nls --disable-shared I trace into libtool, and found it is because of $global_symbol_pipe which is always empty. I don't konw where I

Re: Patch libtool for m4 cvs in mingw/msys

2005-06-17 Thread heromyth
fi into these: if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then if test -n "$NM" ; then my_dlsyms="${my_outputname}S.c" Sorry for this line: if test -n "$global_symbol_pipe" ; then It should be: if test -z "$global_symbol_pipe" ; then