bug#41726: vala-mitx2 test fails with gcc10

2020-06-06 Thread Andreas Radke
Am Sat, 6 Jun 2020 09:52:02 -0600 schrieb Karl Berry : > Hi Andy - thanks for the report. > > /usr/bin/ld: baz.o:(.bss+0x0): multiple definition of `foo'; > bar.o:(.bss+0x0): first defined here > > Looking at the sources in that test, it seems that the extern and the > initialization

bug#41726: vala-mitx2 test fails with gcc10

2020-06-05 Thread Andreas Radke
Building automake 1.16.2/autoconf 2.69 I'm seeing this test failure here compiling using gcc 10.1.0 for Arch Linux: This is due to gcc 10 defaults to -fno-common now. See https://gcc.gnu.org/gcc-10/changes.html To pass that test one can export CFLAGS="$CFLAGS -fcommon". Test also passes using

bug#40181: FAIL: t/tags-lisp-space.sh

2020-03-22 Thread Andreas Schwab
cd /home/abuild/rpmbuild/BUILD/automake-1.16.2 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x FAIL t/tags-lisp-space.sh (exit status: 1) -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7

bug#32088: Python >=3.5 test suite failures

2020-01-20 Thread Andreas K. Huettel
les" | wc -l) -eq 4 -o $(echo "$files" | wc -l) -eq 6 case $d2 in .|..) rm -f $files;; *) rm -rf "$d2";; -- Andreas K. Hüttel dilfri...@gentoo.org Gentoo Linux developer (council, toolchain, base-system, perl, libreoffice)

bug#32088: Python >=3.5 test suite failures

2020-01-19 Thread Andreas K. Huettel
ted files (line 47 there) is then (only for recent Python 3) 6, not 4. -- Andreas K. Hüttel dilfri...@gentoo.org Gentoo Linux developer (council, toolchain, base-system, perl, libreoffice) signature.asc Description: This is a digitally signed message part.

Re: Automake 1.16 build failure

2018-02-27 Thread Andreas Schwab
On Feb 27 2018, Mathieu Lirzin <m...@gnu.org> wrote: > What is the Perl version used? 5.18.2 > Can you open a bug report on <bug-autom...@gnu.org> for this issue? Done. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 4

bug#30631: Automake 1.6 fails to build with perl 5.18.2

2018-02-27 Thread Andreas Schwab
76. BEGIN failed--compilation aborted at /home/abuild/rpmbuild/BUILD/automake-1.16/bin/automake-1.16 line 76. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

Automake 1.16 build failure

2018-02-26 Thread Andreas Schwab
D/automake-1.16/bin/automake-1.16 line 76. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

bug#13107: timestamp bug when files are created just before make is run

2012-12-10 Thread Andreas Schwab
Mikulas Patocka miku...@artax.karlin.mff.cuni.cz writes: BTW. on Linux, high precision timestamps have really kernel-tick precision, not nanosecond precision. The precision is as high as what the best hardware timer provides, independent of the configured value of HZ. Andreas. -- Andreas

Re: dist-xz compression level

2010-04-12 Thread Andreas Jellinghaus
isn't xz extremely slw with -9? maybe it wasn't a bug, bit intentionally not used, as that huge extra amount of time doesn't result in that many bytes saved. is the compression level configureable somehow? Regards, Andreas

Re: dist-xz compression level

2010-04-12 Thread Andreas Jellinghaus
Am Sonntag 11 April 2010 21:37:13 schrieb Andreas Jellinghaus: isn't xz extremely slw with -9? maybe it wasn't a bug, bit intentionally not used, as that huge extra amount of time doesn't result in that many bytes saved. is the compression level configureable somehow? I did two tests

Re: dist-xz compression level

2010-04-12 Thread Andreas Jellinghaus
the environment will be accepted automatically? but some documentation would help users I think. (also some man pages don't document these environment options, at least in the versions I have, but strings indicate they exist...) Regards, Andreas

Re: dist-xz compression level

2010-04-11 Thread Andreas Jellinghaus
isn't xz extremely slw with -9? maybe it wasn't a bug, bit intentionally not used, as that huge extra amount of time doesn't result in that many bytes saved. is the compression level configureable somehow? Regards, Andreas

Re: unconditional version of EXTRA_DIST

2010-03-04 Thread Andreas Jellinghaus
+= files... endif - or plain old configure substitutions for variable content in EXTRA_DIST. EXTRA_DIST = file @list_of_files@ $(more_files) ok,thanks. will try wildcard. *html as patter will also work, if there is not even a single html file? Andreas

create libraries with libtool, but don't install *.la files?

2010-02-24 Thread Andreas Jellinghaus
shared libraries have. also applications will only load the shared libraries using the plugin mechanism, so neither dynamic not statically linkinging in the library with application code is required. can you give an example how to archive this? Thanks, Andreas

advice for pre-generating documentation

2010-02-11 Thread Andreas Jellinghaus
it on? (thus generate documentation only if asked) any better idea? thanks for your help. Regards, Andreas p.s. if you want to see the code we currently have: svn co http://www.opensc-project.org/svn/openct/trunk and look at the docs/ directory.

Re: advice for pre-generating documentation

2010-02-11 Thread Andreas Jellinghaus
the documentation with make clean or make distclean if it was generated, but not remove it if it comes from the tar.gz? use the same if/else/endif around the CLEANFILES settings? Thanks! Regards, Andreas

Re: problem --enable-shared and --enable-static together

2009-12-06 Thread Andreas Otto
Am Samstag 05 Dezember 2009 13:33:06 schrieb Ralf Wildenhues: Hello Andreas, besides answers already given: * Andreas Otto wrote on Fri, Dec 04, 2009 at 09:41:16AM CET: as you see both *lo and *.o are created. the *.o are useless and just extend the compiling time Q: what can I do

Re: problem --enable-shared and --enable-static together

2009-12-06 Thread Andreas Otto
Am Samstag 05 Dezember 2009 13:33:06 schrieb Ralf Wildenhues: Hello Andreas, besides answers already given: * Andreas Otto wrote on Fri, Dec 04, 2009 at 09:41:16AM CET: as you see both *lo and *.o are created. the *.o are useless and just extend the compiling time Q: what can I do

problem --enable-shared and --enable-static together

2009-12-04 Thread Andreas Otto
/*.lo endif brain_LDADD = -lz -lbz2 -lrt -lm -lc $(LIBMSQUE) $(BRAIN_HOME)/lib/libtokyocabinet.a I need a HELPER called HAS_STATIC defined in configure.in with AM_CONDITIONAL([HAS_STATIC], [test $enable_static = yes]) Q: Is this OK or is something better is possible ? mfg Andreas Otto

Re: OS independent build results

2009-11-01 Thread Andreas Otto
Hi, this is my solution: this add a new target .vpath_hook to the build environment and this target copy the files/directories listed in VPATH_FILES from the src into the build environment. the copy is necessary because tools like JAR expect the files in the build directory.

OS independent build results

2009-10-25 Thread Andreas Otto
is not available mfg Andreas Otto

builddir question

2009-10-23 Thread Andreas Otto
Hi, is a builddir other than . possible ? mfg aotto1968

Re: integration of perl with automake

2009-10-21 Thread Andreas Otto
Am Dienstag 20 Oktober 2009 21:07:35 schrieb Ralf Wildenhues: * Andreas Otto wrote on Tue, Oct 20, 2009 at 08:53:14AM CEST: Am Dienstag 20 Oktober 2009 08:27:01 schrieb Ralf Wildenhues: distclean-local: test -f Net-Msgque/.distclean rm -fr Net-Msgque Won't that also

Re: integration of perl with automake

2009-10-20 Thread Andreas Otto
Am Dienstag 20 Oktober 2009 08:27:01 schrieb Ralf Wildenhues: Hello Andreas, thanks for sharing your solution. A couple of comments: * Andreas Otto wrote on Mon, Oct 19, 2009 at 12:20:26PM CEST: if USE_PERL PERLMAKEFILE = Net-Msgque/Makefile PERLDEPEND= Net-Msgque/Makefile.PL

Re: integration of perl with automake

2009-10-19 Thread Andreas Otto
/Msgque.pm \ Net-Msgque/Makefile.PL \ Net-Msgque/README \ Net-Msgque/t/Net-Msgque.t \ Net-Msgque/Changes \ Net-Msgque/MANIFEST \ Net-Msgque/typemap mfg Andreas Otto

integration of perl with automake

2009-10-15 Thread Andreas Otto
Hi, to build a perl extension it's best to use the perl build-system based on perl Makefile.PL the command create a Makefile in the same directory of Makefile.PL self and in the toplefel-position perlmsgque/Makefile. I can use this makefile in an automake build environment

I need a hint to integrate a php-extension build into an existing automake

2009-10-01 Thread Andreas Otto
Hi, I want to add a php extension into an allready existing project creating various extensions to other languages as well I use automake/autoconf for build top-level project. My new php extension has the name phpmsgque build in the subdirectory of the same name. The sudirectory is

Re: cross-compiling on 64 to 32-bit Linux

2009-05-24 Thread Andreas Schwab
Bruno Haible br...@clisp.org writes: - The -m32 flag has to be passed as part of both CC / CXX and LDFLAGS. That should not be necessaray, since any command that uses $LDFLAGS needs to use $CC/$CXX anyway. - The -m64 flag is the default on bi-arch Linux systems. This is wrong. Andreas

Re: cross-compiling on 64 to 32-bit Linux

2009-05-24 Thread Andreas Schwab
Jan Engelhardt jeng...@medozas.de writes: needs to use $CC/$CXX anyway. CCLD/CXXLD. Which default to $CC/$CXX anyway. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something completely different.

Re: rebuilding following a change in prefix?

2009-05-08 Thread Andreas Schwab
build directories for each build. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something completely different.

Re: rebuilding following a change in prefix?

2009-05-08 Thread Andreas Schwab
recompile of a single object file with different options. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something completely different.

binary distribution build with automake

2009-05-08 Thread Andreas Otto
identification string 3. able to use --prefix as system-directory !without! installation requirement mfg Andreas Otto

Re: Setting shared lib version not functioning

2009-05-06 Thread Andreas Schwab
of 1:1:0 whould map to 1.0.1. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something completely different.

Re: Example on JNI compilation

2009-04-20 Thread Andreas Otto
and the acinclude.m4 file mfg Andreas Otto

problem to create a noinst_LTLIBRARIES shared libraray

2009-04-03 Thread Andreas Otto
Hi, I currently writing a java JNI extension used only for local check and this library should *not* be installed. The problem is that I need a shared library for dlopen using java file: TestMain.java === public abstract class TestMain

Re: Fix instdir-java.test failure

2009-04-01 Thread Andreas Schwab
Here is a better way to fix the failure. Andreas. 2009-04-01 Andreas Schwab sch...@linux-m68k.org * tests/instdir-java.test: Don't require gcj. Skip if javac is not available. diff --git a/tests/instdir-java.test b/tests/instdir-java.test index 54826c8..186871c 100755

Re: blank line following trailing backslash

2009-01-26 Thread Andreas
Am Montag, 26. Januar 2009 schrieb Ralf Wildenhues: Hello Andreas, * Andreas wrote on Sun, Jan 25, 2009 at 06:42:52PM CET: fileA.c \ fileB.c \ fileC.c [...] This is not nice so I thought well let's add a backslash after the last file and add an empty line at the end

blank line following trailing backslash

2009-01-25 Thread Andreas
entries identical? Or can I tell automake to ignore this or only produce a warning? Thanks a lot Andreas

Re: Portable suffix rules question

2009-01-02 Thread Andreas Schwab
is this: .php: Andreas. -- Andreas Schwab, SuSE Labs, sch...@suse.de SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something completely different.

Re: automake manual: distclean

2008-11-26 Thread Andreas Schwab
-f $(srcdir)/{} || echo {}' ';' This isn't quite portable either. POSIX only requires that find -exec substitutes in arguments consisting of exactly {}. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint

Re: Generating Autotools files without autoreconf

2008-10-01 Thread Andreas Schwab
Roberto Bagnara [EMAIL PROTECTED] writes: In other words, we would need something that acts like autoreconf except for the fact that it would not attempt to build configure from configure.ac. $ AUTOCONF=true autoreconf ... Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux

Re: Problems with conditional sources

2008-08-25 Thread Andreas Schwab
in the compilation. No matter what I try I cannot get even the above code to generate a correct makefile but obviously I am doing something wrong. Remove the indentation. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany

Re: Problems with conditional sources

2008-08-25 Thread Andreas Schwab
they are read. Any later redefinition will not change them. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something completely

Re: Problems with conditional sources

2008-08-25 Thread Andreas Schwab
John Calcote [EMAIL PROTECTED] writes: Andreas Schwab wrote: John Calcote [EMAIL PROTECTED] writes: Make is a two-pass utility. The first pass completely assimilates all macro data specified in the Makefile. THEN, the second pass generates the rule dependency tree. This is not true

Re: Warn: non-POSIX variable name

2008-08-19 Thread Andreas Schwab
make, and the result is not stored anywhere so it is recomputed each time that make is run. Even worse, it is recomputed each time the variable is _used_, ie. for every compilation job started by make. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße

Re: How can I change shared library's version number?

2008-06-06 Thread Andreas Schwab
no answer. See (libtool)Versioning. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something completely different.

Re: bug in automake? Getting ARFLAGS to work...

2008-05-21 Thread Andreas Schwab
, libtool is using AR_FLAGS, not ARFLAGS. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something completely different.

Re: build configuration help

2008-04-03 Thread Andreas Schwab
be installed on this one non-standard location (it can still be installed in standard locations). You can use -R '$ORIGIN/../lib' to make the binary relocatable. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key

Re: Problems building coreutils HEAD against gnulib HEAD

2008-02-19 Thread Andreas Schwab
in gnulib/ or gl/ is removed. +find -L m4 lib build-aux -depth -lname '*' -delete /dev/null 21 Why do you need -depth? Also, find 4.1 does not support -L nor -delete. A more portable predicate is -xtype l. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH

Re: Forcing an AC_CHECK to fail

2007-10-20 Thread Andreas Schwab
Michael B Allen [EMAIL PROTECTED] writes: So is there a way to tell a specific check to fail? You can preset the cache variable before running configure. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key

Re: Forcing an AC_CHECK to fail

2007-10-20 Thread Andreas Schwab
Michael B Allen [EMAIL PROTECTED] writes: So how to do I preset a cache variable before running configure? You can put it in the environment, or use config.site. See (autoconf)Site Defaults. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5

Re: Makefile.am assistance

2007-10-19 Thread Andreas Schwab
NightStrike [EMAIL PROTECTED] writes: Ok. I just tested your idea, and I am going to move all .a custom targets to a _DATA primary, and leave the _SCRIPTS primary for just the custom executable targets (like crt1.o, etc). crt1.o is DATA as well. Andreas. -- Andreas Schwab, SuSE Labs

Re: multi-line AC_SUBSTs as targets in Makefile.am

2007-10-08 Thread Andreas Schwab
William Pursell [EMAIL PROTECTED] writes: I'd like to get away from AC_SUBST_FILE, but I don't see a way around the manner in which automake is building the Makefile. Is there a way to construct a generic target via AC_SUBST? How about using AM_CONDITIONAL instead? Andreas. -- Andreas

Re: read-only git mirror of automake cvs repository

2007-10-08 Thread Andreas Schwab
that is to point HOME= at an empty directory for the git-cvsimport run. I think you should be able to use '-p -x' to pass -x to cvsps. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B

Re: strange choice of compiler on HP-UX

2007-09-26 Thread Andreas Schwab
!!! I am not root of this system :-( You don't need to be root to change PATH. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something

Re: strange choice of compiler on HP-UX

2007-09-26 Thread Andreas Schwab
to change this by adjusting PATH. You are free to create your own directory. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something

Re: ${} and $()

2007-08-17 Thread Andreas Schwab
Jan Engelhardt [EMAIL PROTECTED] writes: is there any real difference between $(var) and ${var}, and is the latter as much POSIX as the first? Depends on the context. For a shell there is a big difference between them. When interpreted by make they are identical. Andreas. -- Andreas

Re: ${} and $()

2007-08-17 Thread Andreas Schwab
Jan Engelhardt [EMAIL PROTECTED] writes: (And the stupid reply: am I on automake@gnu.org or [EMAIL PROTECTED] :-) automake both about makefiles and configue scripts. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany

Re: multiple cpu's

2007-08-10 Thread Andreas Schwab
Bob Rossi [EMAIL PROTECTED] writes: Can automake take advantage of multiple cpu's? This has nothing to do with automake. Just use the appropriate switch for make to enable parallel execution. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5

Re: PING: Automake list

2007-08-09 Thread Andreas Schwab
NightStrike [EMAIL PROTECTED] writes: Where should I look instead for automake archives? Since the list is @gnu.org, you should be looking at lists.gnu.org. (Also, Gmane is a good place to look.) Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH

Re: Desktop file and exec path

2007-02-08 Thread Andreas Schwab
@ in glpegsolitaire.desktop.in and put this in your makefile: glpegsolitaire.desktop: $(srcdir)/glpegsolitaire.desktop.in sed 's:@DATADIR@:$(datadir):' $(srcdir)/glpegsolitaire.desktop.in glpegsolitaire.desktop.in Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH

Re: adding libraries and header file directories

2006-11-09 Thread Andreas Schwab
-lelem_chmgmt_api -lelem_ core_api -lelem_mobj_api -lelem_fault_api -lelem_rel_api etc. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276

Re: How do I get configuration files installed?

2006-10-27 Thread Andreas Schwab
also. How can I tell it that I want that file to end up in bin/lib? binlibdir = $(bindir)/lib binlib_DATA = bin/lib/cipher.txt Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B

Re: depcomp deficiency [was: m4-1.4.7 build feedback]

2006-09-28 Thread Andreas Schwab
interprets -- as an ambigous abbreviation instead of the end-of-option-marker. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something

Re: depcomp deficiency [was: m4-1.4.7 build feedback]

2006-09-27 Thread Andreas Schwab
, and passes all remaining arguments unchanged. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something completely different.

Re: Forcing static link of libstdc++

2006-09-20 Thread Andreas Schwab
Mike Melanson [EMAIL PROTECTED] writes: If I install gcc 4.0.2 as a separate compiler on an older machine, I wonder if it will be an option to link to libstdc++.so.5? That won't work. The C++ runtime library is tightly coupled with the compiler. Andreas. -- Andreas Schwab, SuSE Labs

Re: convenience libraries binary size

2006-08-01 Thread Andreas Schwab
? (*Note (automake)Options::.) Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something completely different.

How to build src/server and src/client separately?

2006-06-15 Thread Andreas Ntaflos
clues how to configure my project for the desired behaviour. Thanks in advance! Andreas -- Andreas daff Ntaflos Vienna, Austria GPG Fingerprint: 6234 2E8E 5C81 C6CB E5EC 7E65 397C E2A8 090C A9B4 pgparBUvbUMkS.pgp Description: PGP signature

Re: mailing list administrivia (was: aclocal 1.9.6 and drive letters)

2006-06-02 Thread Andreas Büning
Bob Proulx schrieb: Ralf Wildenhues wrote: * Andreas Büning wrote: Some weeks ago I sent a mail to the automake-patches mailing list but it never appeared there. Then I tried the bug-automake mailing list. I checked the mailing list archives on lists.gnu.org my posting never

aclocal 1.9.6 and drive letters

2006-05-26 Thread Andreas Büning
split(/:/) by split (/(?=\w\w):/) which will ignore the first colon if there aren't at least two characters before the colon. Maybe you'll find a better solution since I'm not a perl expert. Regards, Andreas Büning--- old/automake-1.9.6/aclocal.in Sat Jul 9 11:28:44 2005 +++ gnu/automake-1.9.6

Re: make distcheck not finding custom code generation script

2006-05-13 Thread Andreas Ntaflos
it was definately worth writing it. Thanks, once again! Andreas -- Andreas daff Ntaflos daff AT dword DOT org Vienna, Austria GPG Fingerprint:6234 2E8E 5C81 C6CB E5EC 7E65 397C E2A8 090C A9B4 GPG Public Key ID: 090CA9B4 GPG Public Key: http://daffit.meownz.info/publickey

Re: Broken makefile given Autoconf version mismatch

2006-04-16 Thread Andreas Schwab
in the AC_OUTPUT_FILES macro). Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something completely different.

Re: Broken makefile given Autoconf version mismatch

2006-04-16 Thread Andreas Schwab
blanks, and another command verb. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something completely different.

Re: best aclocal include practice wanted

2006-03-04 Thread Andreas Schwab
this line to the toplevel Makefile.am: ACLOCAL_AMFLAGS = -I config/m4 Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something

Re: build paths and generated sources

2006-01-29 Thread Andreas Schwab
separately, thus you should use two separate rules: %.h: %.ui @UIC@ -o $@ $ %.cpp: %.h %.ui @UIC@ -o $@ -i $^ This make sure that each comand argument has the correct directory part. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße

Re: Moving from manual Makefiles to Automake

2005-11-09 Thread Andreas Schwab
a space. -DBUILDDATE=`date +'%Y-%b-%d %R'` Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something completely

Re: AM_FCFLAGS not working as I expect...

2005-11-05 Thread Andreas Schwab
-fPIC -o .libs/typeSizes.o FFLAGS is only used for Fortran 77 compilations. For Fortran 9x compilations FCFLAGS is used. See Fortran 77 Support and Fortran 9x Support in the automake manual. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5

Re: configure can not determin 'HAVE_LIMITS'

2005-10-26 Thread Andreas Schwab
, it could be problem elsewhere inside of your configure script, or could be a problem with your include paths. Note that limits is a C++ header. By default, configure scripts don't use the C++ compiler when checking for headers. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE

Re: Defining Macros With Literal Values

2005-10-26 Thread Andreas Schwab
can use AC_DEFINE_UNQUOTED to define a macro to the result of a shell substitution. You can easily extract the value from the output of the preprocessor. Don't use the output of a compiled program because that would make cross-compiling impossible. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL

Re: I can't get xxx_AR to work

2005-07-30 Thread Andreas Buening
AR or ARFLAGS and to set them with AC_SUBST. I think this should work. Andreas

Re: Specifying AM_CPPFLAGS from within configure.ac

2005-06-06 Thread Andreas Schwab
conftest.cc:5: warning: zero-length printf format string Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstrae 5, 90409 Nrnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something completely different.

Re: .DELETE_ON_ERROR ?

2005-05-10 Thread Andreas Schwab
Stepan Kasal [EMAIL PROTECTED] writes: Hello, I've just stumbled over this problem: Makefile.am contains: foo.h: foo.x $(GENERATOR) foo.x foo.h But the GENERATOR command failed and I have empty foo.h. Use a temporary file and rename that afterwards. Andreas. -- Andreas Schwab

Re: F90 vs. F77

2005-04-19 Thread Andreas Schwab
Scott Kruger [EMAIL PROTECTED] writes: I am using automake version 1.8.2 This is quite old, the latest version is 1.9.5. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756

Re: 5.9 The Future of `aclocal'

2005-01-30 Thread Andreas Schwab
comes from AUTOMAKE_OPTIONS in Makefile.am or from AM_INIT_AUTOMAKE, and --add-missing is added with --install. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276

Re: CCing list replies (was: Configuring automake says autoconf 2.58 or higher needed. Have au toconf 2.59 installed. What is/goes wrong?)

2005-01-16 Thread Andreas Schwab
Ralf Wildenhues [EMAIL PROTECTED] writes: This is not addressed at me, but I also had to learn the hard way that - some gnu.org lists but not all automatically exclude subscribers if they are listed in To: or Cc:. This is customizable, see the mailman options page. Andreas. -- Andreas

Re: troubles with conditional install using automake

2004-12-01 Thread Andreas Schwab
on the dependency list of e, for example, it will be expanded already while the makefile is being read in. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5

Re: Error because README is missing

2004-11-29 Thread Andreas Schwab
of the input file you need to do that on the m4 level. Untested code ahead. m4_syscmd([test -f build.sh.in])dnl m4_if(m4_sysval, 0, [AC_CONFIG_FILES(build.sh)]) Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint

Re: Disabling optimization

2004-11-18 Thread Andreas Schwab
Stepan Kasal [EMAIL PROTECTED] writes: out of curiosity, what would be wrong with the following? if test -n ${CXXFLAGS}; then CXXFLAGS=-g fi AC_PROG_CXX I think you got it backwards. This makes it impossible to override CXXFLAGS. Andreas. -- Andreas

Re: Disabling optimization

2004-11-18 Thread Andreas Schwab
Thomas 'Tom' R. Treadway III [EMAIL PROTECTED] writes: CXXFLAGS=`echo $CXXFLAGS | sed -e 's|-O2||'` This assumes that CXXFLAGS does not contain -frob-O2any. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key

Re: Feature request

2004-09-17 Thread Andreas Schwab
. Put the options in ACLOCAL_AMFLAGS in the toplevel Makefile.am and autoreconf will take care of everything. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5

Re: two binaries with different libraries

2004-09-02 Thread Andreas Schwab
HAVE_LIBITSDB 1 _ACEOF LIBITSDB=-litsdb]) What's wrong with AC_DEFINE? Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something completely different.

Re: two binaries with different libraries

2004-08-31 Thread Andreas Schwab
to be checked for and use the appropriate @LIBFOO@ in the definition for each program_LDADD. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something

Re: distcheck bug

2004-07-16 Thread Andreas Schwab
Bob Friesenhahn [EMAIL PROTECTED] writes: eval isset=$\{`echo $var`'+set'\} This is equivalent to eval isset=\${$var+set} Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3

Re: Is it a bug with the latest AUTOMAKE?

2004-06-15 Thread Andreas Schwab
Avneet Chhabra [EMAIL PROTECTED] writes: Does someone on this list help and know the correct answer? Please try autoreconf. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5

Re: automake for plugins (no PROGRAMS, no LIBRARIES)

2004-04-02 Thread Andreas Schwab
' is not a standard library name). Use libtool with -module. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something completely different.

Re: CVS access broken???

2004-02-26 Thread Andreas Schwab
:[EMAIL PROTECTED]:/cvsroot/automake co automake automake is not hosted on savannah, but on sourceware. :pserver:[EMAIL PROTECTED]:/cvs/automake Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B

Extra recursive targets

2004-02-24 Thread Andreas Schwab
Is there a way to add additional recursive targets to a makefile? I tried to use RECURSIVE_TARGETS += foo-recursive but automake complains about the use of `+='. When changing that to a simple `=' the generated makefile has only foo-recursive as RECURSIVE_TARGETS. Andreas. -- Andreas Schwab

Re: installing headers files in /usr/local/include...

2004-02-11 Thread Andreas Schwab
this with automake. include_HEADERS = Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 And now for something completely different.

Re: AM_AUTOCONF does not work?

2004-02-09 Thread Andreas Schwab
$GL_LIBS) You need to fix the quoting. AM_CONDITIONAL( WITH_OPENGL, test -n $GL_FLAGS) #AM_CONDITIONAL( WITH_OPENGL, test -n $GL_LIBS) Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5

  1   2   >