This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problems defining Makefile.am trying to cross-compile for VxWorks on cygwin


>>>>> "Niklaus" == Niklaus Giger <n.giger@netstal.com> 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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]