On Fri, 2004-02-20 at 18:30, Thomas 'Tom' R. Treadway III wrote:
> So, I should change:
>
> all: sstruct
>
> to
>
> all: sstruct$(EXEEXT)
No. Normally, you should not set "all:" at all.
> Automake appears to automatically change
> EXTRA_PROGRAMS = sstruct
>
> to
> EXTRA_PROGRAMS = sstruct$(EXE
So, I should change:
all: sstruct
to
all: sstruct$(EXEEXT)
Automake appears to automatically change
EXTRA_PROGRAMS = sstruct
to
EXTRA_PROGRAMS = sstruct$(EXEEXT)
Thanks,
trt
"Thomas" == Thomas 'Tom' R Treadway <[EMAIL PROTECTED]> writes:
Thomas> I using automake-1.8.2, (autoconf-2.59, libto
On Fri, 20 Feb 2004, Alexandre Duret-Lutz wrote:
>
> Thomas> Are there known issues with cygwin, and automake-1.8.2?
>
> No reports yet. Does the test suite pass?
GraphicsMagick builds fine under Cygwin. It uses Automake 1.8.2 with
AM_CPPFLAGS.
Bob
==
Bob Fr
>>> "Thomas" == Thomas 'Tom' R Treadway <[EMAIL PROTECTED]> writes:
Thomas> I using automake-1.8.2, (autoconf-2.59, libtool-1.5)
Thomas> I have a makefile with:
Thomas> AM_CPPFLAGS = \
Thomas> -I$(includedir)
Thomas> running make on every machine I've tried, generates something like:
Thoma
I using automake-1.8.2, (autoconf-2.59, libtool-1.5)
I have a makefile with:
AM_CPPFLAGS = \
-I$(includedir)
running make on every machine I've tried, generates something like:
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/tmp/include -g -c sstruct.c
but, the cygwin machine generates:
gcc -g sstruct.c -