From owner-freebsd-questions@FreeBSD.ORG Mon Jul 27 15:01:26 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0322D106566C for ; Mon, 27 Jul 2009 15:01:26 +0000 (UTC) (envelope-from martinrame@yahoo.com) Received: from web35605.mail.mud.yahoo.com (web35605.mail.mud.yahoo.com [66.163.179.144]) by mx1.freebsd.org (Postfix) with SMTP id 9A71A8FC20 for ; Mon, 27 Jul 2009 15:01:25 +0000 (UTC) (envelope-from martinrame@yahoo.com) Received: (qmail 38512 invoked by uid 60001); 27 Jul 2009 15:01:25 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1248706884; bh=WdYCZOVruhIDo7l5Hg7RgWFPphZTGg/C+eYUBXimn/8=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=sSbk2f6tqidEOrbJo/HZ/Uj48xX4yXQnxib/Nb50qjC7yOQFSnwfkV6udFWTsGYtpy2jr+POB56Me6gTumoZIIW7RiWh5OVfvLeHOLzrJIt9M+e8biZo5gHMrShkDpi3pomq13DeEYgGnnvWqj5PrScq2b2J5fSrrthegPszyUs= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=lUFQZvr/he0nSXN7yFjIgmerdIjMWx6kJTohmMsT1OH+8wr/DVEFll28Ugu7qVLYaPVbC97WlBivBcuVPdjV2Ng2FjdHuKW+UkDKl3+1NFxA1d8dYmFjJbuClNdPVbB2qLBvKCdFtj0ItVNxmQuZARCwojyZEvIhDEDGgVOZez0=; Message-ID: <948508.27822.qm@web35605.mail.mud.yahoo.com> X-YMail-OSG: XdQo.ZMVM1lxX0hOt99s0QDTsxIZ2I3X3_QGASSQAtzoADQnyqg6HEXPCqba3VmL3QEp4d3tXLI6.YB2yyaOYs9lE4XKbum8vF2vKUSd9GBf6o3r2ZjKWi.6XC_f.2J9mvIrOiOq6v9p6.MQOvIOhWE4lcV48jyDMi9UAIF6JUZwS5l_cte4Vcqf0Z28xCBi7_plMHR8zM5JbXvSk7.YX3PlmLpSG0IDFiuxBG8TV7sqVwhRYQVNpkigsM.wahnpCaqBSrhQc6i5UNu0i.ArZOcMl4zy76dXDn9FH6RNAYfzbXSxJZ5Jl3ThxBrvxtKQ_e3agCawFEFwxwJtBqseNLlKZRGbhy7BbbMU.Xrkg5_HCQ5rWfMXwO6ehCw74f1p68bu Received: from [200.80.219.194] by web35605.mail.mud.yahoo.com via HTTP; Mon, 27 Jul 2009 08:01:24 PDT X-Mailer: YahooMailClassic/6.0.19 YahooMailWebService/0.7.289.15 Date: Mon, 27 Jul 2009 08:01:24 -0700 (PDT) From: =?iso-8859-1?Q?Leonardo_M=2E_Ram=E9?= To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Shared library structure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jul 2009 15:01:26 -0000 Hi, the current version of FreePascal doesn't include shared library (.so) = support on FreeBSD. Because I like to use FPC on this operating system, I'l= l try to implement it. To do this, I need to know the structure of a FreeBSD shared library, its i= nitialization/finalization functions, and so on. Where can I find up to dat= e information about this? Thanks in advance, Leonardo M. Ram=E9 http://leonardorame.blogspot.com =0A=0A=0A