On 14 Mar, 12:06, "martinw" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Just starting out looking at autotools, I have fallen at the first
> hurdle!
> Using cygwin under WinXP.
>
> When I type aclocal I get thje following error message:
>
> CYGWIN_NT-5.1 % aclocal
> autom4te-2.61: cannot create C:\WINDOWStemp/am4t7669.5964: No such
> file or directory
>  at /usr/bin/autom4te-2.61 line 940
> aclocal-1.10: autom4te failed with exit status: 1
>
> My configure.in:
> AC_PREREQ(2.59)
>
> AC_INIT([test1], [0.1], [EMAIL PROTECTED])
>
> AM_INIT_AUTOMAKE([1.9 foreign])
>
> AC_PROG_CC
>
> AC_CONFIG_FILES([Makefile])
> AC_OUTPUT
>
> My Makefile.am:
> bin_PROGRAMS = test1
> test1_SOURCES = main.c
>
> Umm - can anybpody help?

OK - my $TMPDIR environment variable was corrupted - now fixed.
Apologies for time wasting.


_______________________________________________
help-gnu-utils mailing list
help-gnu-utils@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-utils

Reply via email to