Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38166 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54636 invoked from network); 11 Jun 2008 19:50:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jun 2008 19:50:35 -0000 X-Host-Fingerprint: 89.79.39.63 chello089079039063.chello.pl Received: from [89.79.39.63] ([89.79.39.63:19615] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CC/34-26183-98C20584 for ; Wed, 11 Jun 2008 15:50:34 -0400 Message-ID: To: internals@lists.php.net Date: Wed, 11 Jun 2008 21:50:29 +0200 User-Agent: Thunderbird 2.0.0.14 (X11/20080502) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 89.79.39.63 Subject: Writing extension: aditional library From: adam@klobukowski.pl (Adam Klobukowski) Hi I'm writing my custom extension, and I want to use library in it. Atm. I'm just compiling library files statically in extension, but thats not very nice. I've tried to modify config.m4 to include it but even with all other extensions, I miserably failed. This library is simple library in /lib (/lib/libsomething.a). It does not have fancy autotools macros and stuff. Plese, help me with including it. Adam Klobukowski