[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] libtool and gm2
From: |
Christoph Schlegel |
Subject: |
Re: [Gm2] libtool and gm2 |
Date: |
Tue, 9 Dec 2014 22:20:14 +0100 |
On Tue, 09 Dec 2014 09:07:51 -0500
john o goyo <address@hidden> wrote:
> On 09/12/2014 07:07, Gaius Mulley wrote:
> >
> > Hi,
> >
> > I've changed the way gm2 generates shared libraries to coexist with
> > libtool. All the shared library examples (and swig) in gm2/examples
> > have been altered and work with the new changes.
>
> config.status: error: cannot find input file:
> `gm2/examples/swig/strio/Makefile.in'
> make[1]: *** [configure-gcc] Error 1
Interesting, I get (Cygwin/Windows7):
config.status: creating gm2/examples/swig/strlib/Makefile
config.status: error: cannot find input file:
`gm2/examples/swig/strio/Makefile.in'
Makefile:3834: recipe for target 'configure-gcc' failed
make[1]: *** [configure-gcc] Error 1
make[1]: Leaving directory '/home/Christoph/gm2build'
Makefile:881: recipe for target 'all' failed
make: *** [all] Error 2
Regards
Christoph