This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Problems defining Makefile.am trying to cross-compile for VxWorks on cygwin
- From: Tom Tromey <tromey at redhat dot com>
- To: "Niklaus Giger" <n dot giger at netstal dot com>
- Cc: <automake at gnu dot org>
- Date: 15 Aug 2002 12:07:16 -0600
- Subject: Re: Problems defining Makefile.am trying to cross-compile for VxWorks on cygwin
- References: <sd5be10c.088@netstal.com>
- Reply-to: tromey at redhat dot com
>>>>> "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