If you write "bin_PROGRAMS = ../bin/helloinvite" then you must write
"___bin_helloinvite_SOURCES = main.c say.c invite.c".
On 11/3/06, Praveen M R <[EMAIL PROTECTED]> wrote:
src/Makefile.am
AM_CPPFLAGS = -I$(srcdir)/../include
bin_PROGRAMS = ../bin/helloinvite
helloinvite_SOURCES = main.c say.c
Run libtoolize to generate ltmain.sh
On 11/3/06, Praveen M R <[EMAIL PROTECTED]> wrote:
hi,
I am getting following error.
[EMAIL PROTECTED] one]$ automake --add-missing
configure.ac:3: required file `./ltmain.sh' not found
regards,
Praveen
On 11/13/06, Paulo J. Matos <[EMAIL PROTECTED]> wrote:
By passing CXXFLAGS='' to configure I was able to remove -g and -O2
but now with specific _CXXFLAGS during linking, no flags are showing
up. What's the problem? And is passing an empty list of flags to
configure the only way to achieve what