bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

automake-1.6.x problem with demo/


From: Owen Taylor
Subject: automake-1.6.x problem with demo/
Date: Sun, 3 Nov 2002 18:44:36 -0500 (EST)
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/21.2

With and automake-1.6.3, a test suite failure occurs in the 
demo-make.test:

cd /home/otaylor/src/redhat/BUILD/libtool-1.4.3/tests/../demo && aclocal
cd /home/otaylor/src/redhat/BUILD/libtool-1.4.3/tests/../demo && automake 
--foreign Makefile
automake: Makefile.am: object `hello.lo' created both with libtool and without
automake: Makefile.am: object `foo.lo' created both with libtool and without

I fixed this by:

 cp hello.c hell0.c
 cp foo.c foo0.c

And using the following patch.

Regards,
                                        Owen

--- libtool-1.4.3/demo/Makefile.am.testfailure  Sun Nov  3 17:47:55 2002
+++ libtool-1.4.3/demo/Makefile.am      Sun Nov  3 17:47:58 2002
@@ -119,7 +119,7 @@
 # This is one of the essential tests for deplibs_check_method=pass_all.
 # If this one passes with pass_all, it is likely that pass_all works
 EXTRA_LIBRARIES = libhell0.a
-libhell0_a_SOURCES = hello.c foo.c
+libhell0_a_SOURCES = hell0.c foo0.c
 EXTRA_LTLIBRARIES = libhell1.la libhell2.la
 libhell1_la_SOURCES = hell1.c
 libhell1_la_LIBADD = -L. -lhell0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]