On Mar 30, 2000, Ganesan Rajagopal <[EMAIL PROTECTED]> wrote:
> Automake does. I have the same problem and it is caused by
> libtool. Automake passes the CXXLINK to libtool which ignores it and
> uses the C linker instead :-(.
The latest stable release of libtool does not fully support C++, and
_
3XFREE- VOTRE PORTAIL SUR LE MONDE DE L'EROTISME
Ce message n'est pas un spam. Vous êtes ou avez été inscrit dans une liste de
diffusion.
Si vous ne souhaitez plus recevoir ce message provenant de cette liste. Répondez à
en éc
From: Assar Westerlund <[EMAIL PROTECTED]>
Date: 30 Mar 2000 11:13:59 +0200
Bob Friesenhahn <[EMAIL PROTECTED]> writes:
> What about defines like WORDS_BIGENDIAN? These certainly must appear
> in a configuration header file. It seems that the only protection is
> to surround t
Bob Friesenhahn <[EMAIL PROTECTED]> writes:
> What about defines like WORDS_BIGENDIAN? These certainly must appear
> in a configuration header file. It seems that the only protection is
> to surround them with #ifndefs. Even then, other packages may have
> conflicting usage.
I would say that a
The libodbc++ project has a similar problem. They solve it by
installing odbc++/config.h with rewritten macro
names like ODBCXX_HAVE_FOO.
The rule looks like this:
config.h: $(CONFIG_HEADER) config.h.in
cat $(srcdir)/config.h.in > $@
sed -e 's/#\([^ ][^ ]*\) \([^ ][^ ]*\)/#\1 OD