From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12621 invoked by alias); 12 May 2002 16:42:13 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 12614 invoked from network); 12 May 2002 16:42:12 -0000 Received: from unknown (HELO smtp-relay01.tc.dsvr.net) (212.69.192.4) by sources.redhat.com with SMTP; 12 May 2002 16:42:12 -0000 Received: from [212.69.196.146] (helo=dedicated2.dsvr.co.uk) by smtp-relay01.tc.dsvr.net with esmtp (Exim 3.33 #3) id 176wLV-0003fZ-00 for gcc-help@gcc.gnu.org; Sun, 12 May 2002 17:37:17 +0100 Received: from zarquin (host217-39-236-62.in-addr.btopenworld.com [217.39.236.62]) by dedicated2.dsvr.co.uk (8.11.6/8.11.6) with SMTP id g4CGgAX00667 for ; Sun, 12 May 2002 17:42:10 +0100 Message-ID: <008d01c1f9d3$f915dda0$0a00000a@zarquin> From: "Robert Spanton" To: Subject: Yaaarrgghh - help me, please! Date: Sun, 12 May 2002 09:42:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-SW-Source: 2002-05/txt/msg00117.txt.bz2 I'm trying to port the C++ libraries to my own os, yet there appears to be one barrier. This appears to be the file called "libc.a". I have looked around for a while to try and find out what this file actually contains and how g++ uses it. I did find that it is automatically linked into my code when i do compile for my os. This is all I know. Does anyone out there know (of a list - as there are probably loads) what functions I need to put into my own libc.a file? Cheers, Robert