|
From: | Tom Tromey |
Subject: | Re: Problems defining Makefile.am trying to cross-compile for VxWorks on cygwin |
Date: | 15 Aug 2002 12:07:16 -0600 |
User-agent: | Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
>>>>> "Niklaus" == Niklaus Giger <address@hidden> 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
[Prev in Thread] | Current Thread | [Next in Thread] |