Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4555 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91597 invoked by uid 1010); 23 Sep 2003 16:30:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 91478 invoked from network); 23 Sep 2003 16:30:27 -0000 Received: from unknown (HELO blobule.suds) (66.11.170.154) by pb1.pair.com with SMTP; 23 Sep 2003 16:30:27 -0000 Received: by blobule.suds (Postfix, from userid 501) id 03C812F717; Tue, 23 Sep 2003 12:30:26 -0400 (EDT) To: Manfred Stienstra Cc: internals@lists.php.net In-Reply-To: <1064332750.15197.13.camel@tail.dwerg.net> References: <1064332750.15197.13.camel@tail.dwerg.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8-3mdk Date: 23 Sep 2003 12:30:26 -0400 Message-ID: <1064334626.25515.106.camel@blobule.suds> Mime-Version: 1.0 Subject: Re: [PHP-DEV] MonetDB extension From: robert@interjinn.com (Robert Cummings) On Tue, 2003-09-23 at 11:59, Manfred Stienstra wrote: > gcc -fpic -DCOMPILE_DL=1 -I/usr/local/include -I. -I.. -I ../.. > -I../../Zend -I../../include -I../../main -I../../TSRM -c -o monet.o > monet.c I had this problem myself recently before I figured out how to build the standalone shared module. If memory serves me correctly your above line is incorrect and should be as follows: > gcc -fpic -DCOMPILE_DL_MONET=1 -I/usr/local/include -I. -I.. -I ../.. > -I../../Zend -I../../include -I../../main -I../../TSRM -c -o monet.o > monet.c The change was to add _MONET to the -DCOMPILE_DL portion of the statement. HTH, Rob. -- .------------------------------------------------------------. | InterJinn Application Framework - http://www.interjinn.com | :------------------------------------------------------------: | An application and templating framework for PHP. Boasting | | a powerful, scalable system for accessing system services | | such as forms, properties, sessions, and caches. InterJinn | | also provides an extremely flexible architecture for | | creating re-usable components quickly and easily. | `------------------------------------------------------------'