From owner-freebsd-questions Sun May 27 19:28:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from falcon.mail.pas.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by hub.freebsd.org (Postfix) with ESMTP id 3C6C237B423 for ; Sun, 27 May 2001 19:28:38 -0700 (PDT) (envelope-from dleimbac@earthlink.net) Received: from 1Cust42.tnt1.starkville.ms.da.uu.net (1Cust42.tnt1.starkville.ms.da.uu.net [63.30.107.42]) by falcon.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id TAA07845 for ; Sun, 27 May 2001 19:28:10 -0700 (PDT) Message-Id: <200105280228.TAA07845@falcon.mail.pas.earthlink.net> Date: Sun, 27 May 2001 21:31:23 CDT From: dave To: questions@freebsd.org Subject: final gcc comment here from me. Reply-To: dleimbac@earthlink.net X-Mailer: Spruce 0.6.5 for X11 w/smtpio 0.7.9 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ahh... It makes sense now... There is only libstdc++.a and libgcc.a on my alpha boxen at work. Whatever it was doing with stdio.h may have been libstdc++ related then. That's good to know... Thanks to everyone who helped me with this question and again I apologize for coming off as an ignorant SOB. The website at http://www.gnu.org/software/gcc/gcc.html is a little misleading: " Currently GCC contains front-ends for C, C++, Objective C, Chill, Fortran, and Java as well as libraries for these languages (libstdc++, libgcj,...). " So naturally when I built the compiler and say stdlib and stdio involved I assumed these were glibc things. I also assumed that even though glibc can be dowloaded separately from gcc that it may be a component of gcc (thanks to the paragraph above from the website). Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message