Reply To: svn-1659 (and 1655) configure/build issue.

#12566
rpedde
Participant

@evans02472 wrote:

@rpedde wrote:

What’s the system and os? Alpha, I know, but what compiler, os, etc.

Doh! forgot about that – Linux (Debian 4.0 (stable+unstable))

gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)

Using built-in specs.
Target: alpha-linux-gnu
Configured with: ../src/configure -v –enable-languages=c,c++,fortran,objc,obj-c ++,treelang –prefix=/usr –enable-shared –with-system-zlib –libexecdir=/usr/l ib –without-included-gettext –enable-threads=posix –enable-nls –program-suff ix=-4.1 –enable-__cxa_atexit –enable-clocale=gnu –enable-libstdcxx-debug –en able-mpfr –disable-libssp –enable-checking=release alpha-linux-gnu
Thread model: posix

uname -a:
Linux chronictown 2.6.22.1-ds20 #4 SMP Sun Sep 9 23:45:41 EDT 2007 alpha GNU/Linux

That really is strange. It’s a straight-up gcc machine, but doesn’t detect va_args right. I have a couple other debian platforms that have va_lists that are structs not pointers, and it works on them. Strange.

Can you find what header file va_copy is defined? If you could find it and email it to me at [email protected], I’d sure like to see it.

— Ron