getting a 64 bit integer type

2001-06-28 Thread Dale E Martin
Is there a way to get a system's 64 bit integer type using autoconf? If this is a newbie question, please point me at where I should be looking for the answers first. Thanks! Dale -- Dale E. Martin, Clifton Labs, Inc. Senior Computer Engineer [EMAIL PROTECTED]

Re: getting a 64 bit integer type

2001-07-05 Thread Dale E Martin
ine all of the available native types for the language it supports? Or is this a fairly unique bit of information to require? Thanks, Dale -- Dale E. Martin, Clifton Labs, Inc. Senior Computer Engineer [EMAIL PROTECTED] http://www.cliftonlabs.com pgp key available

Re: PCCTS?

2001-10-15 Thread Dale E Martin
nges to the build system to build shared libraries. He hasn't done it because he's more of a Windows guy. So I've considered doing an autotools/libtool build and sending the changes upstream. Anyone have any thoughts about it? Thanks, Dale -- Dale E. Martin, Clifton Labs, Inc. Senior Computer Engineer [EMAIL PROTECTED] http://www.cliftonlabs.com pgp key available

Re: PCCTS?

2001-10-15 Thread Dale E Martin
f_constraints': > config.c:279: warning: unused variable `zzcnt' > config.c:271: warning: unused variable `zzaRetPtr' > config.c:271: warning: unused variable `zzpf' > config.c:296: warning: label `fail' defined but not used > config.c:298: warnin

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 -