Re: bug#71487: automake-1.16.92 released

2024-06-30 Thread Stefan Kangas
reopen 71487 thanks Dave Hart writes: > After installing Libtool to the same prefix as the prerelease Automake, the > problem disappeared. I think you might have sent this to the wrong bug report. Bug#71487 is an Emacs bug, see: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71487

--whole-archive linker flag for certain libraries

2013-07-16 Thread Stefan Laner
surround the librariy paths anymore. Regards Stefan

Writing a rule

2011-12-07 Thread Stefan
.R: rm -f $@ .$@.tmp $(do_subst) $(srcdir)/$@.R >.$@.tmp chmod +x .$@.tmp chmod a-w .$@.tmp mv -f .$@.tmp $@ Now each of the *.R files depends on its source and a library fun.R… how do i get fun.R into the rule? greetings, stefan

Re: Still help needed at creating Makefile.am

2011-11-26 Thread Stefan
Hi, my intention was to create the scripts only when needed. With other Makefiles this works. cheers, Stefan Am 26.11.2011 um 20:30 schrieb Dave Hart: > On Sat, Nov 26, 2011 at 19:05, Stefan wrote: >> What fails is, that on make distcheck it looks like the scripts are not >>

Still help needed at creating Makefile.am

2011-11-26 Thread Stefan
all-local: $(noinst_PLOTS) --SNAP-- --OUCH-- Is there anybody able to help me? Not having a proper make distcheck is freaking my out a bit, right now. greetings, Stefan

Help at making Makefile.am needed

2011-11-25 Thread Stefan
freaking my out a bit, right now. greetings, Stefan

Re: Could automake-generated Makefiles required GNU make? (was: Re: [gnu-prog-discuss] portability)

2011-11-22 Thread Stefan
unsubscribe

Re: Problem with dependencies

2011-11-06 Thread Stefan
Oh, and my Automake Version is 1.10.1. Am 06.11.2011 um 10:14 schrieb Stefano Lattarini: > On Saturday 05 November 2011, Stefan wrote: >> Hi automake list! >> >> I'm trying to write a Makefile(.am) to make pdf plots from R scripts. >> Hence the plot is depe

Re: Problem with dependencies

2011-11-06 Thread Stefan
,Generated from $@.R; do not edit by hand.,g' .R: rm -f $@ .$@.tmp $(do_subst) $(srcdir)/$@.R >.$@.tmp chmod +x .$@.tmp chmod a-w .$@.tmp mv -f .$@.tmp $@ .R.pdf: ./$* all-local: $(noinst_PLOTS) greetings & thanks for looking at my stuff

Problem with dependencies

2011-11-05 Thread Stefan
s for .R in the Makefile.am (plus a bit of other settings). For changes in the R-script, the pdfs are updated, but not if I change something in the data. What am I doing wrong, here? greetings, Stefan

Re: Omit dvi rule

2009-10-20 Thread Stefan Bienert
ction by myself, before...and didn't get it. kind regards, Stefan Ralf Wildenhues wrote: > * Stefan Bienert wrote on Mon, Oct 19, 2009 at 02:06:40PM CEST: >> cd ../.. && /bin/sh >> /home/user/projects/documentation.git/share/misc/config/missing --run >> aut

Re: Omit dvi rule

2009-10-19 Thread Stefan Bienert
Ralf Wildenhues wrote: > * Stefan Bienert wrote on Mon, Oct 19, 2009 at 12:45:19AM CEST: >> Is there a way to stop automake producing a rule for dvi docs? >> It just makes my 'distcheck' fail. > > dvi: This does not work: cd ../.. && /bin/sh /home/use

Omit dvi rule

2009-10-18 Thread Stefan Bienert
Hi list! Is there a way to stop automake producing a rule for dvi docs? It just makes my 'distcheck' fail. kind regards, Stefan

Re: noinst_TEXINFOS

2009-04-30 Thread Stefan Bienert
. greetings, Stefan -- Stefan Bienert Zentrum fuer Bioinformatik Universitaet Hamburg Bundesstrasse 43 20146 Hamburg Germany Email: bien...@zbh.uni-hamburg.de Phone: +49 (40) 42838 7345 Fax:+49 (40) 42838 7332

noinst_TEXINFOS

2009-04-29 Thread Stefan Bienert
Hi List! Could it be that a primary noinst_TEXINFOS does not work with automake 1.10.2? I tried to use it in my project but nothin gets build on "make". greetings, Stefan

Texinfo, version.texi

2008-12-04 Thread Stefan Bienert
. Does anyone know, how to extend the dependencies for the version file to all include files of the main texinfo file? greetings, Stefan

Re: Treat pdf, html like info

2008-11-08 Thread Stefan Bienert
Argh! I really hate this konqueror of KDE! With putting the pdf and html documentation into EXTRA_DIST everything works fine. It's just this mean konqueror file browser which does not show the archive properly. Sorry to have disturbed the list with this problem. greetings, Stefan

Re: Treat pdf, html like info

2008-11-08 Thread Stefan Bienert
, Stefan

Re: Treat pdf, html like info

2008-11-08 Thread Stefan Bienert
Thanks a lot! Everything works fine and this in less than 5minutes work! Seems like a new record in automake-configuration to me. greetings, Stefan

Treat pdf, html like info

2008-11-07 Thread Stefan Bienert
Hi there, is there an easy way to traet pdf, html in the same way info targets are treated? I would like to have `make all` producing info, pdf and html docs from texinfo sources. Also installation of all three targets should happen on `make install`. greetings, Stefan

AW: AC_SEARCH_LIB - search path (?)

2008-07-14 Thread Klett, Stefan
annot compile See `config.log' for more details. And I don't know what to make out of that. Furthermore the config.log does not contain any references to "-lgeneva" - I guess the configure script fails before the library is included (what after all was the purpose to use A

Report to stdout like Linux kernel compilation does

2008-04-11 Thread Stefan Bienert
hope somebody can understand what I want to do. greetings, Stefan -- Stefan Bienert Zentrum fuer Bioinformatik Universitaet Hamburg Bundesstrasse 43 20146 Hamburg Germany Email: [EMAIL PROTECTED] Phone: +49 (40) 42838 7345 Fax:+49 (40) 42838 7332

make dist trouble

2008-03-14 Thread Klett, Stefan
make dist" working as intended Thanks a lot in advance Best Regards Stefan ---- Stefan Klett (Dipl. Informatiker) | E-mail: [EMAIL PROTECTED] Forschungszentrum Karlsruhe / KIT | Web: http://www.fzk.de SCC Steinbuch Centre for Comput

-lm -lz

2008-03-06 Thread Stefan Bienert
Hello, after an hour of searching, how am I supposed to invoke "-lm -lz" into my compilation? The documentation states something about using "LIBS" as a variable, autoconf also speaks of "LIBS" but nobody tells one what to do with that variable. greetings, Ste

Re: [solved] Problems with headers and subdirectories

2008-02-28 Thread Stefan Bienert
Hi again, I just wanted to note that I fixed my problem. It seems as if I messed up the noinst_ prefixes throughout my project. If everything is set properly, it works. greetings, Stefan -- Stefan Bienert Zentrum fuer Bioinformatik Universitaet Hamburg Bundesstrasse 43 20146 Hamburg

Re: Problems with headers and subdirectories

2008-02-28 Thread Stefan Bienert
used anymore. Should'nt noinst_HEADERS be set before line 49? I am using automake 1.9.6 regards, Stefan -- Stefan Bienert Zentrum fuer Bioinformatik Universitaet Hamburg Bundesstrasse 43 20146 Hamburg Germany Email: [EMAIL PROTECTED] Phone: +49 (40) 42838 7345 Fax:+49 (40) 42838 7332

Re: Problems with headers and subdirectories

2008-02-27 Thread Stefan Bienert
../../../src/librtbbasic/memmgr.c: At top level: ../../../src/librtbbasic/memmgr.c:473: error: conflicting types for ‘xrealloc’ ../../../src/librtbbasic/memmgr.c:205: error: previous implicit declaration of ‘xrealloc’ was here ../../../src/librtbbasic/memmgr.c: In function ‘checked_xrealloc’: ../../../src/librtbbasic/memmgr.c:532: warning: implicit declaration of function ‘XFREE’ ../../../src/librtbbasic/memmgr.c:532: warning: nested extern declaration of ‘XFREE’ ../../../src/librtbbasic/memmgr.c: At top level: ../../../src/librtbbasic/memmgr.c:662: warning: conflicting types for ‘xfree’ ../../../src/librtbbasic/memmgr.c:165: warning: previous implicit declaration of ‘xfree’ was here make[4]: *** [memmgr.o] Error 1 make[4]: Leaving directory `/home/zbh/projects/phd/recode/usr/phd-0.1/_build/src/librtbbasic' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/zbh/projects/phd/recode/usr/phd-0.1/_build/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/zbh/projects/phd/recode/usr/phd-0.1/_build/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/zbh/projects/phd/recode/usr/phd-0.1/_build' make: *** [distcheck] Error 2 greetings, Stefan

Problems with headers and subdirectories

2008-02-27 Thread Stefan Bienert
each make distcheck, the header is not copied nor is an appropriate -I path set. Help! Stefan -- Stefan Bienert Zentrum fuer Bioinformatik Universitaet Hamburg Bundesstrasse 43 20146 Hamburg Germany Email: [EMAIL PROTECTED] Phone: +49 (40) 42838 7345 Fax:+49 (40) 42838 7332

Re: Problems on make distcheck

2008-02-07 Thread Stefan Bienert
(btw, this should really be mentioned in the manual, which's current version gave me the impression that I have to put everything in the distributiopn by myself.). with best regards, Stefan -- Stefan Bienert Zentrum fuer Bioinformatik Universitaet Hamburg Bundesstrasse 43 20146 Ha

Re: Problems on make distcheck

2008-02-03 Thread Stefan Bienert
config]) AC_CONFIG_MACRO_DIR([share/misc/m4]) greetings, Stefan

Re: Problems on make distcheck

2008-02-03 Thread Stefan Bienert
Hi there, the output of make distcheck is attached to this mail. greetings, Stefan{ test ! -d prj-0.1 || { find prj-0.1 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr prj-0.1; }; } test -d prj-0.1 || mkdir prj-0.1 list='src share '; for subdir in $list; do

Problems on make distcheck

2008-01-31 Thread Stefan Bienert
ittle" bit confusing at this point... best regards, Stefan -- Stefan Bienert Zentrum fuer Bioinformatik Universitaet Hamburg Bundesstrasse 43 20146 Hamburg Germany Email: [EMAIL PROTECTED] Phone: +49 (40) 42838 7345 Fax:+49 (40) 42838 7332

Re: Forcing static link of libstdc++

2006-09-26 Thread Stefan Puiu
ts in core code. We felt it was better to roll with a version that compiled the current code and move forward with making the Player work on current Linux systems. I agree it always has to be a trade off. I was just suggesting that there might be some more drawbacks to the approach you've chosen. Thanks for listening, Stefan. -- -Mike Melanson

Re: Forcing static link of libstdc++

2006-09-26 Thread Stefan Puiu
because of two-phase lookup. Is it something two-phase lookup related? Is it only in one part of the code, and reproducible in a small program? Stefan.

Re: Forcing static link of libstdc++

2006-09-26 Thread Stefan Puiu
log. Also, compared to the obscure problems in the approach you've chosen outlined by Ralf and Johan Petersson's article, Flash 7's problems on Linux (use of the OSS API, videos on youtube exhibiting sync problems between audio and video, alleged instability and memory leaks caused to Fi

Re: redirecting produced files

2006-08-28 Thread Stefan Puiu
post on this list by Ralf Wildenhues. Stefan. On 8/26/06, Isajha <[EMAIL PROTECTED]> wrote: For this question i produced little example program without I got the following automake (and autoconf) code - the real code is made up of several static and dynamic libraries as well as several executab

Re: automake and DualCore

2006-07-04 Thread Stefan Puiu
Well, the ccache project page (ccache.samba.org) says ccache is based on compilercache: "The idea came from Erik Thiele [,who] wrote the original compilercache program as a bourne shell script. ccache is a re-implementation of Erik's idea in C with more features and better performance." Then the

Re: Non-recursive makefiles

2006-06-05 Thread Stefan Puiu
ree non-recursive make is not an universal solution, but I think it can still be useful in certain project setups - especially those where making the build system notice a file change requires two or more runs of 'make'. Just my 2 cents, Stefan.

Re: Non-recursive makefiles

2006-05-28 Thread Stefan Puiu
So, my question would be: how do people mix recursive makefiles with dependency handling? Or in hybrid approaches? Stefan. On 5/24/06, Morrison <[EMAIL PROTECTED]> wrote: Hear hear! After spending a fair bit of time considering the non- recursive makefile approach for a rather complex pr

Re: LDADD and linker options like --whole-archive

2006-04-21 Thread Stefan Puiu
ficially patched CVS versions of the autotools would probably not be contemplated by people making this kind of decisions here. Stefan. On 4/20/06, Marc Alff <[EMAIL PROTECTED]> wrote: > Let me try to explain how the whole thing would work in your case : > Assumption is that tod

Re: LDADD and linker options like --whole-archive

2006-04-20 Thread Stefan Puiu
Hi and thanks for replying, On 4/19/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > Hi Stefan, > Have you ever considered using Libtool? Its convenience archives would > be a portable alternative to --whole-archive. I'm not that familiar with libtool. And you have to bear i

Re: LDADD and linker options like --whole-archive

2006-04-20 Thread Stefan Puiu
recently changed our build to separate these, because before somebody had just put everything under --whole-archive, and I managed to shrink the biggest binary by 10MB. Or do you suggest that I would only make the --whole-archive libraries into relocatables? Stefan. On 4/19/06, Marc Alff <[EMAIL

LDADD and linker options like --whole-archive

2006-04-19 Thread Stefan Puiu
nker options like --start-group, which make sense to be used in Makefile.ams. I'm using automake 1.9.5, and GNU make 3.80. Stefan.