[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
all-redirect not working in cygwin
From: |
Qiang Peng |
Subject: |
all-redirect not working in cygwin |
Date: |
Tue, 18 Jun 2002 10:39:54 -0700 (PDT) |
Hi,
I run automake with Makefile.am which has the line
"all : all-redirect",
It works under Redhat Linux 7.2, but it does not work
when I run in Cygwin.
Belows are the error messages:
-----------------------------------------------------
Makefile:415: warning: overriding commands for target
`all'
Makefile:136: warning: ignoring old commands for
target `all'
make: *** No rule to make target `all-redirect',
needed by `all'. Stop.
-----------------------------------------------------
here is the script I am using.
-----------------------------------------------------
#! /bin/sh
aclocal
autoheader
libtoolize --force --copy
automake --cygnus --foreign --add-missing --copy
autoconf
configure
make
-----------------------------------------------------
Thanks.
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
- all-redirect not working in cygwin,
Qiang Peng <=