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
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
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
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
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
"
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
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