On Oct 3, 2:39 am, Stefan Schmiedl <s... at (no spam) xss.de> wrote:
On Fri, 2 Oct 2009 21:16:07 -0700 (PDT)
Tim Menzies <menzies.... at (no spam) gmail.com> wrote:
sorry if this is an FAQ but how to i build gst under cygwin? after
git
clonehttp://git.sv.gnu.org/r/smalltalk.git
i "cd" into smalltalk and tried the usual sequence
but there is no "configure" in that directory (just configure.ac)
you need the autotools, too.
autoreconf -vi
./configure
make
make install
should do it.