www.delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
From: | "Ralf Habacker" <Ralf DOT Habacker AT freenet DOT de> |
To: | "Cygwin" <cygwin AT sources DOT redhat DOT com> |
Subject: | conditional problem with devel automake detected |
Date: | Wed, 19 Dec 2001 11:32:16 +0100 |
Message-ID: | <000001c18878$6e157e80$651c440a@BRAMSCHE> |
MIME-Version: | 1.0 |
X-Priority: | 3 (Normal) |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook 8.5, Build 4.71.2173.0 |
Importance: | Normal |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.50.4133.2400 |
Hi, I have some note to the devel automake for cygwin. In a kde Makefile.am (kdemultimedia/mpg123_artsplugin/mpg123/Makefile.am) there are some conditionals like .... #486, 586, 686 if ARCH_486 ARCH_CFLAGS = -DROT_I386 -DI386_ASSEM -DI486_OPT -DLINUX -DREAL_IS_FLOAT libmpg123_la_SOURCES = $(COMMON_SRC) decode_i386.c dct64_i386.c decode_i486.c dct64_i486.c endif if ARCH_586 ARCH_CFLAGS = -DROT_I386 -DI386_ASSEM -DPENTIUM_OPT -DLINUX -DREAL_IS_FLOAT libmpg123_la_SOURCES = $(COMMON_SRC) decode_i386.c dct64_i386.c decode_i586.s endif ... lib_LTLIBRARIES = libmpg123.la libmpg123_la_LDFLAGS = -module -avoid-version ... The devel automake fails with the following error: automake: mpg123_artsplugin/mpg123/Makefile.am: warning: automake does not support libmpg123_la_SOURCES being defined conditionally The stable automake does not have this error. 2. Additional when using asm files the devel automake says something about 'Assembler sources used, but no "ASFLAGS" in configure.in detected' ... The stable release does not have this problem. Regards Ralf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |