Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4136 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15268 invoked by uid 1010); 22 Aug 2003 21:49:45 -0000 Received: (qmail 15194 invoked from network); 22 Aug 2003 21:49:44 -0000 Received: from unknown (HELO adsl-209-204-144-251.sonic.net) (209.204.144.251) by pb1.pair.com with SMTP; 22 Aug 2003 21:49:44 -0000 Received: from [127.0.0.1] (helo=192.168.1.2) by adsl-209-204-144-251.sonic.net with smtp (Exim 4.20) id 19qJn7-0000jr-RT; Fri, 22 Aug 2003 14:49:53 -0700 Received: from 192.168.1.253 (SquirrelMail authenticated user mark) by 192.168.1.2 with HTTP; Fri, 22 Aug 2003 14:49:53 -0700 (PDT) Message-ID: <1847.192.168.1.253.1061588993.squirrel@192.168.1.2> In-Reply-To: <20030822203700.96087.qmail@pb1.pair.com> References: <4719.192.168.1.103.1061332762.squirrel@192.168.1.2> <20030820145716.2919.qmail@pb1.pair.com> <4043.192.168.1.253.1061584115.squirrel@192.168.1.2> <20030822203700.96087.qmail@pb1.pair.com> Date: Fri, 22 Aug 2003 14:49:53 -0700 (PDT) To: jay@php.net Cc: internals@lists.php.net Reply-To: mes@zeroc.com User-Agent: SquirrelMail/1.4.0-1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal Subject: Re: [PHP-DEV] Re: Support for C++ extension in UNIX builds From: mes@zeroc.com ("Mark Spruiell") > Mark Spruiell wrote: >> >> Unlike GCC, Sun's C and C++ compilers are independent entities, therefore >> you can't link a C++ program or shared library when the C compiler is >> driving the linker. It's also not possible to compile PHP's C code with >> Sun's C++ compiler. >> >> I guess we're a little spoiled by GCC. :) >> >> - Mark >> > > I suppose so. I rarely use Sun's compiler so I won't hazard a guess as to > what's going on here. I guess you don't have access to gcc on that machine, > eh? GCC works great for me on Linux, but we haven't needed to port our code to GCC on Solaris yet. - Mark