From owner-freebsd-questions@FreeBSD.ORG Sun Nov 30 13:57:30 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ECCD16A4CE for ; Sun, 30 Nov 2003 13:57:30 -0800 (PST) Received: from freebee.digiware.nl (dsl144.iae.nl [212.61.62.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C64043F75 for ; Sun, 30 Nov 2003 13:57:28 -0800 (PST) (envelope-from wjw@withagen.nl) Received: from vaiowjw (vaio.digiware.nl [212.61.27.74]) by freebee.digiware.nl (8.12.10/8.12.9) with SMTP id hAULvJgC063228 for ; Sun, 30 Nov 2003 22:57:19 +0100 (CET) (envelope-from wjw@withagen.nl) Message-ID: <003e01c3b78c$f13e6b10$4a1b3dd4@digiware.nl> From: "Willem Jan Withagen" To: Date: Sun, 30 Nov 2003 22:57:26 +0100 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 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Information on compiler runtime environment X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 21:57:30 -0000 Hi, I'm looking for information on the runtime environment required to embed the 'main'-routine of a pascal compiler in. It was sort of working in the A.out time but now I'm trying to convert to ELF. Looking at the GCC-linking process I see a lot of crt(1,i,n,begin,end} files being bound. But the how and what of all the details are still a mistery to me. Where can I find info about all this?? Thanx, --Willem Jan