From owner-freebsd-questions Thu Nov 7 14:41:18 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA22390 for questions-outgoing; Thu, 7 Nov 1996 14:41:18 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA22375 for ; Thu, 7 Nov 1996 14:41:11 -0800 (PST) Received: from onyx.interactive.net (root@onyx.interactive.net [208.192.224.6]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id JAA17464 for ; Thu, 7 Nov 1996 09:59:02 -0800 (PST) Received: from luddite.org (host023.madison.interactive.net [208.192.224.123]) by onyx.interactive.net (8.8.2/8.8.2) with ESMTP id MAA21493 for ; Thu, 7 Nov 1996 12:58:57 -0500 (EST) Received: (from sachs@localhost) by luddite.org (8.7.5/8.7.3) id NAA00753; Thu, 7 Nov 1996 13:05:25 -0500 (EST) To: questions@freebsd.org Subject: [??] 2.1.5R : g++ 2.7.2 and _size_t warning X-Face: +i14.(3OL6caXxAJslm\+OS:-ckkfx6J6UzO>df-4b#2+d{+TH;5DC9Nc1Z7'1>s^AZ"HG7 Av0@MtZ81SyDECC9S"PEo%s"dY4&Hud:w!PjnmT,FL2Sv(5oI7Y"l;|1rf:^'n$Ghg~?x3hanxCg"N ))JT[Ja%$#"Ou)FSb(2#e3*\xq{R;b]Ur8$!%w~t4|q@<_xKd??D~Zf(r! p#GC$,Cdm:$OdYL&B!;V%Ei^{N)96)[{pWI{@{ZsEn%oMxJ><(7-!YJ\`fx From: Jay Sachs Date: 07 Nov 1996 13:05:24 -0500 Message-ID: <87hgn1232z.fsf@luddite.org> Lines: 27 X-Mailer: Gnus v5.3/XEmacs 19.14 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I recently installed gcc 2.7.2.1 & libg++ 2.7.2, and now compiling the following file: // ---- start #include #include // ---- end gives me the warning: /usr/include/string.h:41: warning: abstract declarator used as declaration (the line in question is typedef _BSD_SIZE_T_ size_t; ) It's a warning, and not debilitating, but it's annoying. It doesn't happen if I use the gcc in /usr/bin (the supplied 2.6.3). Is this a symptom of an improper install of gcc or libg++? Are there problems running 2.7.2? I noticed FBSD 2.1.5 comes with gcc 2.6.3 - for a reason? Is there something I can do to eliminate the warnings? -jay