Date: Tue, 30 Jun 1998 09:48:57 -0700 From: William Schmidt Subject: help on compling source To: djgpp AT delorie DOT com Message-id: <359916F9.C9E60D8@mci2000.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Precedence: bulk I have been trying to build the compiler form the source and have failed. The djmake script returns an compler arg error with va_start in the cccp.c file I have not been able to trace this down any help or surgestions would be welcome. I have include a copy of the output prodeced by the djmake script. I am running on a amd k6 system with win95 and lfn=y and djconfig was run with no addional paramters. thankfully your, william schmidt C:\djgpp\gnu\gcc-2.81\build.djg>sh djmake.sh gcc -DIN_GCC -g -DHAVE_CONFIG_H -DSTANDARD_INCLUDE_DIR=\"\$DJDIR/include\" -DSTANDARD_INCLUDE_COMPONENT=\"\" -I. -I.. -I../config \ -DGCC_INCLUDE_DIR=\"\$DJDIR/lib/gcc-lib/djgpp/2.81/include\" \ -DGPLUSPLUS_INCLUDE_DIR=\"\$DJDIR/lang/cxx\" \ -DOLD_GPLUSPLUS_INCLUDE_DIR=\"\$DJDIR/lib/g++-include\" \ -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" \ -DCROSS_INCLUDE_DIR=\"\$DJDIR/lib/gcc-lib/djgpp/2.81/sys-include\" \ -DTOOL_INCLUDE_DIR=\"\$DJDIR/djgpp/include\" \ -c `echo ../cccp.c | sed 's,^\./,,'` ../cccp.c:8825: macro `va_start' used with too many (2) args ../cccp.c:8887: macro `va_start' used with too many (2) args ../cccp.c:8932: macro `va_start' used with too many (2) args ../cccp.c:8972: macro `va_start' used with too many (2) args ../cccp.c:9015: macro `va_start' used with too many (2) args ../cccp.c:9034: macro `va_start' used with too many (2) args ../cccp.c:9065: macro `va_start' used with too many (2) args ../cccp.c:10077: macro `va_start' used with too many (2) args make.exe: *** [cccp.o] Error 1