Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@sources.redhat.com Delivered-To: mailing list cygwin@sources.redhat.com Message-ID: <001701c01314$54c38fb0$92d698d1@hotrod> From: shell@shellware.com (Shell M. Shrader) To: Subject: Problem Making GCC 2.95.2 with Cygwin 1.1.4 Date: Thu, 31 Aug 2000 02:26:00 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 I'm having a problem during the make bootstrap portion of the GCC 2.95.2 install. I've tried to get a good build following the instructions to the letter and have also tried a couple deviatons posted by others recently but I always get the same error after about 45 minutes of what looks like are some very serious compiles... /usr/local/build/gcc/xgcc -B/usr/local/build/gcc/ -B/usr/i686-cygwin/bin/ -c -DS kip_f2c_Undefs -I. -I/usr/local/src/gcc-2.95.2/libf2c/libU77 -I/usr/local/sr c/gc c-2.95.2/libf2c/libU77/../libI77 -I.. -I/usr/local/src/gcc-2.95.2/libf2c/lib U77/ .. -DHAVE_CONFIG_H -g -O2 /usr/local/src/gcc-2.95.2/libf2c/libU77/etime_.c In file included from /usr/include/windef.h:143, from /usr/include/windows.h:96, from /usr/local/src/gcc-2.95.2/libf2c/libU77/etime_.c:37: /usr/include/winnt.h:1640: warning: unnamed struct/union that defines no instanc es /usr/include/winnt.h:1648: warning: unnamed struct/union that defines no instanc es /usr/include/winnt.h:2163: warning: unnamed struct/union that defines no instanc es /usr/include/winnt.h:2222: warning: unnamed struct/union that defines no instanc es /usr/include/winnt.h:2260: warning: unnamed struct/union that defines no instanc es /usr/include/winnt.h:2263: warning: unnamed struct/union that defines no instanc es /usr/include/winnt.h:2269: warning: unnamed struct/union that defines no instanc es /usr/include/winnt.h:2270: warning: unnamed struct/union that defines no instanc es /usr/include/winnt.h:2387: warning: unnamed struct/union that defines no instanc es /usr/include/winnt.h:2413: warning: unnamed struct/union that defines no instanc es In file included from /usr/include/windows.h:100, from /usr/local/src/gcc-2.95.2/libf2c/libU77/etime_.c:37: /usr/include/winbase.h:814: warning: unnamed struct/union that defines no instan ces /usr/include/winbase.h:815: warning: unnamed struct/union that defines no instan ces /usr/include/winbase.h:910: warning: unnamed struct/union that defines no instan ces In file included from /usr/include/windows.h:130, from /usr/local/src/gcc-2.95.2/libf2c/libU77/etime_.c:37: /usr/include/mmsystem.h:1191: warning: unnamed struct/union that defines no inst ances /usr/include/mmsystem.h:1195: warning: unnamed struct/union that defines no inst ances /usr/include/mmsystem.h:1216: warning: unnamed struct/union that defines no inst ances /usr/include/mmsystem.h:1220: warning: unnamed struct/union that defines no inst ances /usr/include/mmsystem.h:1235: warning: unnamed struct/union that defines no inst ances /usr/include/mmsystem.h:1246: warning: unnamed struct/union that defines no inst ances /usr/include/mmsystem.h:1258: warning: unnamed struct/union that defines no inst ances /usr/local/src/gcc-2.95.2/libf2c/libU77/etime_.c: In function `G77_etime_0': /usr/local/src/gcc-2.95.2/libf2c/libU77/etime_.c:89: union has no member named ` HighPart' /usr/local/src/gcc-2.95.2/libf2c/libU77/etime_.c:90: union has no member named ` LowPart' /usr/local/src/gcc-2.95.2/libf2c/libU77/etime_.c:93: union has no member named ` HighPart' /usr/local/src/gcc-2.95.2/libf2c/libU77/etime_.c:94: union has no member named ` LowPart' /usr/local/src/gcc-2.95.2/libf2c/libU77/etime_.c:101: union has no member named `HighPart' /usr/local/src/gcc-2.95.2/libf2c/libU77/etime_.c:102: union has no member named `LowPart' make[2]: *** [etime_.o] Error 1 make[2]: Leaving directory `/usr/local/build/i686-cygwin/libf2c/libU77' make[1]: *** [u77] Error 2 make[1]: Leaving directory `/usr/local/build/i686-cygwin/libf2c' make: *** [all-target-libf2c] Error 2 Am I missing updated includes and headers? Still being somewhat new at this as best as I can tell I've either got bad references in etime_.c or possibly some sort of problem with the nameless UNION statements in winnt.h, winntsup.h, etc. Any suggestions on how to proceed would be greatly appreciated. Shell M. Shrader shell@shellware.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com