Hi,
I am just getting started with the GNU autotools and I can't get my simple example to
work.
Here is what I am stuck with:
'hello.c'
#include
int main()
{
printf("Howdy world!\n");
}
'Makefile.am'
bin_PROGRAMS = hello
> To build Makefiles I run:
> % automake
> % autoconf
> % ./configure
I found out myself: I forgot to run aclocal, just didn't see it when reading the
tutorial the first time.
Eddy
Hi,
I am not succeding in generating .dll libraries using
autoconf-2.13/automake-1.4/libtool-1.3.5 in a crossmingw32
environment over my gnu/linux box.
I believe it is a bit diferent than building in a
mingw32 or cygwin environment over a windows box
([un]fortunately I do not own windows to do t
Es schrieb Rodrigo Augusto Barbato Ferreira:
>
> Hi,
>
> I am not succeding in generating .dll libraries using
> autoconf-2.13/automake-1.4/libtool-1.3.5 in a crossmingw32
> environment over my gnu/linux box.
>
> I believe it is a bit diferent than building in a
> mingw32 or cygwin environment