Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13286 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79042 invoked by uid 1010); 12 Oct 2004 19:53:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 74885 invoked from network); 12 Oct 2004 19:53:08 -0000 Received: from unknown (HELO mproxy.gmail.com) (64.233.170.194) by pb1.pair.com with SMTP; 12 Oct 2004 19:53:08 -0000 Received: by mproxy.gmail.com with SMTP id v30so139430rnb for ; Tue, 12 Oct 2004 12:53:08 -0700 (PDT) Received: by 10.38.179.57 with SMTP id b57mr1769311rnf; Tue, 12 Oct 2004 12:53:08 -0700 (PDT) Received: by 10.38.8.10 with HTTP; Tue, 12 Oct 2004 12:53:08 -0700 (PDT) Message-ID: <90e24d4e041012125377f90111@mail.gmail.com> Date: Tue, 12 Oct 2004 14:53:08 -0500 Reply-To: Jeremy Johnstone To: internals@lists.php.net Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Compiling extensions From: phpdev@gmail.com (Jeremy Johnstone) Forgive me if this sounds like a newbie type question, but hopefully someone has some advice for me. I am wanting to distribute an extension I wrote for PHP and was wondering what the best way to compile it for all platforms would be. I am completely comfortable compiling the extension under Linux for all versions of PHP, but looking for the best way to compile for *BSD, Solaris, OSX, and Windows. Is there a way to do this easily or am I forced to setup a machine with each platform and compile from it? I thought there was another way, but not sure, so I thought I would ask.