ASQ Edition 2004

2003-10-15 Thread Publications Canadian Publications
English CSD 2004 (Subsidies Grants Loans) contact us for details. COMMUNIQUE Publications Canadiennes 1556 Grand Marnier Val David Qc J0T 2N0 ANNUAIRE DES SUBVENTIONS AU QUÉBEC 2004 MAINTENANT DISPONIBLE Dépot légal-Bibliothèque Nationale du Québec ISBN 2-922870-06-5...$ 49.95 Un total de 1

Re: AM_CONDITIONAL not working properly, or I just don't understand :-(

2003-10-15 Thread Gary V. Vaughan
Kevin P. Fleming wrote: Gary V. Vaughan wrote: Actually, you *do* need to install the libraries even if they are linked into the program statically because libltdl looks up the pseudolibrary (.la) in the module directory to get metadata about (even preloaded) modules. Fixing this is on the TOD

Re: AM_CONDITIONAL not working properly, or I just don't understand :-(

2003-10-15 Thread Kevin P. Fleming
Gary V. Vaughan wrote: Completely untested, but have you tried: pkglib_LTLIBRARIES = noinst_LTLIBRARIES = if INSTALL_LIBS pkglib_LTLIBRARIES += $(LIBLIST) else noinst_LTLIBRARIES += $(LIBLIST) endif Just tried it, same results, automake reports each module in LIBLIST as "already going to be inst

dynamic libraries, static executable

2003-10-15 Thread Jose Roman Bilbao
Hi, Is it possible to build a statically linked program against dynamic libraries so I dont need them anymore? If so... How can I do it? If not... must I build statically all the dynamic libraries I wan to include in my program?. Many thanks, Roman

Re: AM_CONDITIONAL not working properly, or I just don't understand :-(

2003-10-15 Thread Gary V. Vaughan
Kevin P. Fleming wrote: Gary V. Vaughan wrote: Completely untested, but have you tried: pkglib_LTLIBRARIES = noinst_LTLIBRARIES = if INSTALL_LIBS pkglib_LTLIBRARIES += $(LIBLIST) else noinst_LTLIBRARIES += $(LIBLIST) endif Just tried it, same results, automake reports each module in LIBLIST as "

Re: AM_CONDITIONAL not working properly, or I just don't understand :-(

2003-10-15 Thread Kevin P. Fleming
Gary V. Vaughan wrote: Argh! No wait, I am a dufus. A noinst_LTLIBRARY is always a convenience library, whereas a pkglib_LTLIBRARY is affected by configure --disable-shared etc. Even if you somehow got past the syntax problems, the semantics are all wrong anyhow. I'm not sure I follow all of

host=target, build=host and package behavior

2003-10-15 Thread Sylvain BERTRAND
Hi, I sent an email to those mailing lists with an account from the mail15.com spammer. I apologize for the trouble. I post a sum up of my message: I wanted to use the host and target options to compile "native cross" binutils. Namely with --host=i686-pc-linux-gnu and --target=i686-pc-linux-gnu