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
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
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
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,
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
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
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
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