This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
New test results
- To: automake at gnu dot org
- Subject: New test results
- From: Alexander Mai <st002279 at hrzpub dot tu-darmstadt dot de>
- Date: Wed, 29 Aug 2001 11:03:04 +0200
- List-Id: Discussion list for automake <automake.gnu.org>
Ok, just tried the updated tests from automake/CVS on DU 4.0 here.
Better, not perfect ;-)
=== Running test ./lex3.test
creating cache ./config.cache
checking for a BSD compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... cc
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) is a cross-compiler... no
checking whether we are using GNU C... no
checking whether cc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of cc... tru64
checking how to run the C preprocessor... cc -E
checking for flex... flex
checking for flex... (cached) flex
checking for yywrap in -lfl... no
checking lex output file root... lex.yy
checking whether yytext is a pointer... no
checking for bison... bison -y
updating cache ./config.cache
creating ./config.status
creating Makefile
flex foo.l && mv lex.yy.c foo.c
source='foo.c' object='foo.o' libtool=no \
depfile='.deps/foo.Po' tmpdepfile='.deps/foo.TPo' \
depmode=tru64 /bin/sh ./depcomp \
cc -DPACKAGE=\"am_lex_bug\" -DVERSION=\"0.1.1\" -I. -I. -c `test -f foo.c || echo './'`foo.c
cc -o foo foo.o
ld:
Unresolved:
yywrap
make: *** [foo] Error 1
FAIL: lex3.test
===================
1 of 1 tests failed
===================
Hmm, some analysis:
the installed /usr/bin/flex is not sufficient for some
packags which I'm building on this machine. Therefore I
installed (GNU?) flxe 2.54. which resides in ~/bin and
the according libfl.a is in ~/lib.
Moving my flex executable makes the test happy again.
--
Alexander Mai
st002279@hrzpub.tu-darmstadt.de