>>>>> "Niklaus" == Niklaus Giger <[EMAIL PROTECTED]> writes:

Niklaus> AUTOMAKE_OPTIONS = dejagnu
Niklaus> bin_PROGRAMS = calc.o
Niklaus> calc_SOURCES = calc.c

The variable should be named "calc_o_SOURCES" and not "calc_SOURCES".

Niklaus> checking for C compiler default output... configure: error: C compiler
Niklaus> cannot create executables

This isn't really an automake problem.  If your cross-compiler can't
create executables then you'll need to do some special hackery.  I
suggest asking on the autoconf list.

Tom


Reply via email to