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