Re: CXXLINK in generated Makefiles

2004-12-06 Thread Dale E. Martin
an ugly death when it's present. I guess I need to figure out how to write an autoconf test to figure out the libtool version. Any suggestions welcome - I'm certainly no autoconf wizard! Thanks, Dale -- Dale E. Martin, Clifton Labs, Inc. Senior Computer Engineer [EMAIL PROTECTED] http://www.cliftonlabs.com pgp key available

CXXLINK in generated Makefiles

2004-12-03 Thread Dale E. Martin
XXLINK' The command used to actually link a C++ program. So is this a bug in the autotools, a case of "error between seat and keyboard", or something else? (I'm using automake 1.9.3 and autoconf 2.59 FWIW.) Thanks! Dale -- Dale E. Martin, Clifton Labs, Inc. Senior Computer Engineer [EMAIL PROTECTED] http://www.cliftonlabs.com pgp key available

Re: Support for precompiled C++ headers

2004-11-30 Thread Dale E. Martin
gt; Many thanks in advance, I've been wondering about this as well. Anyone have an answer? Thanks! Dale -- Dale E. Martin, Clifton Labs, Inc. Senior Computer Engineer [EMAIL PROTECTED] http://www.cliftonlabs.com pgp key available

Re: problem with newer automake versions and _LTLIBRARIES?

2004-07-15 Thread Dale E Martin
ough) and the answer was to kill all of the autogenerated "stuff" - all Makefile.in files, Makefiles, libtool, ltmain.sh, config.sub, etc and regenerate completely fresh. Once I did this everything worked. Take care, Dale -- Dale E. Martin, Clifton Labs, Inc. S

preventing autoheader from overwriting my files, take 2

2004-07-15 Thread Dale E Martin
ently in linux it is not doing this, but on the FreeBSD box I'm using - same version of automake - when I run "autoreconf -i", autoheader overwrites my template and suddenly stuff is missing from it. Is there a way to supply my own template and keep autoheader from writing one for m

problem with newer automake versions and _LTLIBRARIES?

2004-07-15 Thread Dale E Martin
1.8.5 autoconf 2.59 libtool 1.5.6 Thanks, Dale -- Dale E. Martin, Clifton Labs, Inc. Senior Computer Engineer [EMAIL PROTECTED] http://www.cliftonlabs.com pgp key available

Re: preventing autoheader from overwriting my files...

2004-07-14 Thread Dale E Martin
r generate the .in file? If you have a quick pointer to where this is documented I would appreciate it. Thanks, Dale -- Dale E. Martin, Clifton Labs, Inc. Senior Computer Engineer [EMAIL PROTECTED] http://www.cliftonlabs.com pgp key available

preventing autoheader from overwriting my files...

2004-07-14 Thread Dale E Martin
rpedConfig.h.in]) Normally this works fine. But I have noticed that if I manually run "autoheader" the file WarpedConfig.h.in gets overwritten. And occasionally it happens with "autoreconf -i" as well. Am I do something wrong, missing something, or is this a feature I don't unde

Re: lex rule doesn't work when enabling C++ scanner with GNU Flex

2004-07-05 Thread Dale E Martin
that this feature is supposed to already exist (I assume that this behaviour is a regression of some sort.) In fact, I assumed it would also turn on the "-+" flag for me given the way it currently reads. As it stands I had to supply my own rules for running flex. Take care, Dale -- Dale E. Martin, Clifton Labs, Inc. Senior Computer Engineer [EMAIL PROTECTED] http://www.cliftonlabs.com pgp key available

Re: library name enforcement?

2004-05-03 Thread Dale E Martin
mething very close to this works for libtool libraries. I suppose it could have other unintended effects, though. Later, Dale -- Dale E. Martin, Clifton Labs, Inc. Senior Computer Engineer [EMAIL PROTECTED] http://www.cliftonlabs.com pgp key available

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

2004-04-16 Thread Dale E Martin
dir)/superdummy.la Then I get errors... Thanks, Dale -- Dale E. Martin, Clifton Labs, Inc. Senior Computer Engineer [EMAIL PROTECTED] http://www.cliftonlabs.com pgp key available

Re: Linking with non-libtool libraries

2004-02-19 Thread Dale E Martin
ies. So I wind up having to modify LD_LIBRARY_PATH > before running these wrapper scripts. Have you tried adding "libfoo_la_LIBADD=-lone -ltwo" to add these dependencies to your libraries, and "foo_LDADD=-lone -ltwo" to add them to your executables? Take care, Dale --

linking dlopenable modules together

2004-02-19 Thread Dale E Martin
ry that they both depend on, is this the only way? Thanks, Dale -- Dale E. Martin, Clifton Labs, Inc. Senior Computer Engineer [EMAIL PROTECTED] http://www.cliftonlabs.com pgp key available

am I missing something about configuration headers?

2003-09-05 Thread Dale E Martin
FIG_H #define FOO_CONFIG_H inline const string & getSshPath(){ static const string sshPath = "@SSH@"; return sshPath; } #endif What's the missing link here? The documentation would lead me to believe that @SSH@ should be AC_SUBSTed into /usr/bin/ssh. Thanks, Dale -

Re: a general question about config.h files

2003-04-02 Thread Dale E Martin
endif > > which config.h lacks - because it's not supposed to be installed anyway :) OK, that was one of those things I had wondered about as well :-) Thanks, Dale -- Dale E. Martin, Clifton Labs, Inc. Senior Computer Engineer [EMAIL PROTECTED] http://www.cliftonlabs.com pgp key available

a general question about config.h files

2003-03-31 Thread Dale E Martin
this problem went away. I see no way to turn off these symbols though, and I'm feeling like I'm missing some fundamental concept here. Thanks, Dale -- Dale E. Martin, Clifton Labs, Inc. Senior Computer Engineer [EMAIL PROTECTED] http://www.cliftonlabs.com pgp key available