am--refresh target assumed to be provided by top-level Makefile is not documented

2009-05-27 Thread Samuel Bronson
Hi. I've noticed that when trying to build gdb from git with --enable-maintainer-mode, I get this error: make[2]: Entering directory `/home/naesten/hacking/archer/build/gdb' CONFIG_FILES=gnulib/Makefile \ CONFIG_COMMANDS=depfiles \ CONFIG_HEADERS= \ CONFIG_LINKS= \

KDE linking problem with automake projects

2009-05-27 Thread Erwin Brandenberger
OS: Ubuntu 9.04 IDE: KDE Project HC is Program and not a Library. Why it uses libtool ? Any help ? Making all in HC /bin/bash ../../libtool --tag=CXX --mode=link g++ -DRUN_UNIX -DRUN_LINUX -g -O2 -o HC HCApp.o HCDocument.o HCGridMDIChild.o HCImages.o HCMainWindow.o HCPpSimulationSheet.o

Re: KDE linking problem with automake projects

2009-05-27 Thread Bob Friesenhahn
On Wed, 27 May 2009, Erwin Brandenberger wrote: OS: Ubuntu 9.04 IDE: KDE Project HC is Program and not a Library. Why it uses libtool ? Any help ? It seems that the libtool used has a bug on your system or the libtool has been delivered improperly (e.g. mixing files from multiple libtool

Re: Multiple Lexer Solution

2009-05-27 Thread Ralf Wildenhues
Hello Philip, * Philip Herron wrote on Wed, May 27, 2009 at 01:51:36PM CEST: I think i see the portable solution to the multiple lexer problem we have been having, i think i will just put in a test case and update the documentation on whats the best way to use automake to handle it for you.

Re: makes which break with `silent-rules'

2009-05-27 Thread Jan Engelhardt
On Sunday 2009-05-24 15:24, Thomas Dickey wrote: On Sun, 24 May 2009, Bruno Haible wrote: - The `silent-rules' option enables Linux kernel-style silent build output. This option requires the widely supported but non-POSIX `make' feature of recursive variable expansion, We are talking