<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Install GD for PHP on Mac OS X 10.5 Leopard</title>
	<atom:link href="http://www.gigoblog.com/2008/10/08/install-gd-for-php-on-mac-os-x-105-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gigoblog.com/2008/10/08/install-gd-for-php-on-mac-os-x-105-leopard/</link>
	<description>A collection of technology tips and other words</description>
	<lastBuildDate>Thu, 02 Feb 2012 19:33:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Compiling PHP-GD on Mac OSX 10.5 &#124; Gravity Layouts</title>
		<link>http://www.gigoblog.com/2008/10/08/install-gd-for-php-on-mac-os-x-105-leopard/comment-page-2/#comment-3642</link>
		<dc:creator>Compiling PHP-GD on Mac OSX 10.5 &#124; Gravity Layouts</dc:creator>
		<pubDate>Sat, 26 Nov 2011 10:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=141#comment-3642</guid>
		<description>[...] I&#8217;ve followed the helpful instructions here: Install GD for PHP on Mac OS X 10.5 Leopard [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;ve followed the helpful instructions here: Install GD for PHP on Mac OS X 10.5 Leopard [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.gigoblog.com/2008/10/08/install-gd-for-php-on-mac-os-x-105-leopard/comment-page-2/#comment-3606</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 03 Dec 2010 06:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=141#comment-3606</guid>
		<description>Followed the instructions. Worked perfectly. For 10.5.8 I had to change the CURL file address of the PHP source. I also had to enable Root. Thanks for the great tutorial.</description>
		<content:encoded><![CDATA[<p>Followed the instructions. Worked perfectly. For 10.5.8 I had to change the CURL file address of the PHP source. I also had to enable Root. Thanks for the great tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MidnaMac</title>
		<link>http://www.gigoblog.com/2008/10/08/install-gd-for-php-on-mac-os-x-105-leopard/comment-page-2/#comment-3603</link>
		<dc:creator>MidnaMac</dc:creator>
		<pubDate>Sun, 17 Oct 2010 17:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=141#comment-3603</guid>
		<description>Very good.
This is still very helpful.
Save my day and my week.
Thank you.</description>
		<content:encoded><![CDATA[<p>Very good.<br />
This is still very helpful.<br />
Save my day and my week.<br />
Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hanif</title>
		<link>http://www.gigoblog.com/2008/10/08/install-gd-for-php-on-mac-os-x-105-leopard/comment-page-2/#comment-3599</link>
		<dc:creator>Hanif</dc:creator>
		<pubDate>Tue, 20 Apr 2010 19:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=141#comment-3599</guid>
		<description>If you have problems with &lt;i&gt;&quot;gcc-4.0: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags&quot;&lt;/i&gt; 

just remove all the &lt;i&gt;-arch XXX&lt;/i&gt; that is not your computers architecture, for example 64 bit intels only needs the -arch x86_64 flags</description>
		<content:encoded><![CDATA[<p>If you have problems with <i>&#8220;gcc-4.0: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags&#8221;</i> </p>
<p>just remove all the <i>-arch XXX</i> that is not your computers architecture, for example 64 bit intels only needs the -arch x86_64 flags</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jneff</title>
		<link>http://www.gigoblog.com/2008/10/08/install-gd-for-php-on-mac-os-x-105-leopard/comment-page-2/#comment-3586</link>
		<dc:creator>jneff</dc:creator>
		<pubDate>Sat, 22 Aug 2009 15:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=141#comment-3586</guid>
		<description>If your libjpeg installation isn&#039;t working try this for the build

MACOSX_DEPLOYMENT_TARGET=10.5 CFLAGS=&quot;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp&quot; CCFLAGS=&quot;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe&quot; CXXFLAGS=&quot;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe&quot; LDFLAGS=&quot;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -bind_at_load&quot; ./configure --enable-shared --disable-dependency-tracking</description>
		<content:encoded><![CDATA[<p>If your libjpeg installation isn&#8217;t working try this for the build</p>
<p>MACOSX_DEPLOYMENT_TARGET=10.5 CFLAGS=&#8221;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp&#8221; CCFLAGS=&#8221;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe&#8221; CXXFLAGS=&#8221;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe&#8221; LDFLAGS=&#8221;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -bind_at_load&#8221; ./configure &#8211;enable-shared &#8211;disable-dependency-tracking</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: markp</title>
		<link>http://www.gigoblog.com/2008/10/08/install-gd-for-php-on-mac-os-x-105-leopard/comment-page-2/#comment-3584</link>
		<dc:creator>markp</dc:creator>
		<pubDate>Thu, 06 Aug 2009 12:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=141#comment-3584</guid>
		<description>When I try to run the make command for libjpeg (64 bit architecture) I get the following error

make  all-am
  CC     jaricom.lo
gcc-4.0: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags
make[1]: *** [jaricom.lo] Error 1
make: *** [all] Error 2

bit stumped with  this one. 

PS jpeg-6b is gone now - I&#039;m using jpeg-7

Cheers</description>
		<content:encoded><![CDATA[<p>When I try to run the make command for libjpeg (64 bit architecture) I get the following error</p>
<p>make  all-am<br />
  CC     jaricom.lo<br />
gcc-4.0: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags<br />
make[1]: *** [jaricom.lo] Error 1<br />
make: *** [all] Error 2</p>
<p>bit stumped with  this one. </p>
<p>PS jpeg-6b is gone now &#8211; I&#8217;m using jpeg-7</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry</title>
		<link>http://www.gigoblog.com/2008/10/08/install-gd-for-php-on-mac-os-x-105-leopard/comment-page-2/#comment-3583</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Tue, 04 Aug 2009 14:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=141#comment-3583</guid>
		<description>if you get this error at the fist make:
make[1]: *** [jaricom.lo] Error 1
make: *** [all] Error 2

then you might want to use this for the first 64-bit-only command:
MACOSX_DEPLOYMENT_TARGET=10.5 CFLAGS=&quot;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp&quot; CCFLAGS=&quot;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe&quot; CXXFLAGS=&quot;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe&quot; LDFLAGS=&quot;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -bind_at_load&quot; ./configure --enable-shared --disable-dependency-tracking

the only thing added to that command is --disable-dependency-tracking</description>
		<content:encoded><![CDATA[<p>if you get this error at the fist make:<br />
make[1]: *** [jaricom.lo] Error 1<br />
make: *** [all] Error 2</p>
<p>then you might want to use this for the first 64-bit-only command:<br />
MACOSX_DEPLOYMENT_TARGET=10.5 CFLAGS=&#8221;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp&#8221; CCFLAGS=&#8221;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe&#8221; CXXFLAGS=&#8221;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe&#8221; LDFLAGS=&#8221;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -bind_at_load&#8221; ./configure &#8211;enable-shared &#8211;disable-dependency-tracking</p>
<p>the only thing added to that command is &#8211;disable-dependency-tracking</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alejandro</title>
		<link>http://www.gigoblog.com/2008/10/08/install-gd-for-php-on-mac-os-x-105-leopard/comment-page-2/#comment-3582</link>
		<dc:creator>Alejandro</dc:creator>
		<pubDate>Mon, 03 Aug 2009 18:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=141#comment-3582</guid>
		<description>Hallo, Thanks a lot for this tutorial. I found it really good. 
One thing during the &quot;Install libjpeg configuration&quot; for 64 bits, I had this problem: 
bash-3.2# make
make  all-am
  CC     jaricom.lo
gcc-4.0: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags
make[1]: *** [jaricom.lo] Error 1
make: *** [all] Error 2

This can be solve by adding to the configuration:  
--disable-dependency-tracking

so then we have MACOSX_DEPLOYMENT_TARGET=10.5 CFLAGS=&quot;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp&quot; CCFLAGS=&quot;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe&quot; CXXFLAGS=&quot;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe&quot; LDFLAGS=&quot;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -bind_at_load&quot; ./configure --enable-shared --disable-dependency-tracking

Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hallo, Thanks a lot for this tutorial. I found it really good.<br />
One thing during the &#8220;Install libjpeg configuration&#8221; for 64 bits, I had this problem:<br />
bash-3.2# make<br />
make  all-am<br />
  CC     jaricom.lo<br />
gcc-4.0: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags<br />
make[1]: *** [jaricom.lo] Error 1<br />
make: *** [all] Error 2</p>
<p>This can be solve by adding to the configuration:<br />
&#8211;disable-dependency-tracking</p>
<p>so then we have MACOSX_DEPLOYMENT_TARGET=10.5 CFLAGS=&#8221;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp&#8221; CCFLAGS=&#8221;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe&#8221; CXXFLAGS=&#8221;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe&#8221; LDFLAGS=&#8221;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -bind_at_load&#8221; ./configure &#8211;enable-shared &#8211;disable-dependency-tracking</p>
<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stef</title>
		<link>http://www.gigoblog.com/2008/10/08/install-gd-for-php-on-mac-os-x-105-leopard/comment-page-2/#comment-3581</link>
		<dc:creator>stef</dc:creator>
		<pubDate>Sun, 02 Aug 2009 10:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=141#comment-3581</guid>
		<description>With 64-bit architecture, to compile the current release of &lt;a href=&quot;http://www.ijg.org/files/jpegsrc.v7.tar.gz&quot; rel=&quot;nofollow&quot;&gt;libjpeg&lt;/a&gt; (version 7), add the option &lt;b&gt;--disable-dependency-tracking&lt;/b&gt; to the configure command : 

&lt;code&gt;MACOSX_DEPLOYMENT_TARGET=10.5 CFLAGS=&quot;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp&quot; CCFLAGS=&quot;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe&quot; CXXFLAGS=&quot;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe&quot; LDFLAGS=&quot;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -bind_at_load&quot; ./configure --enable-shared --disable-dependency-tracking&lt;/code&gt;

This is one way to fix the GCC compilation error : &quot;&lt;i&gt;gcc-4.0: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags&lt;/i&gt;&quot;


for GD compilation, nothing change?</description>
		<content:encoded><![CDATA[<p>With 64-bit architecture, to compile the current release of <a href="http://www.ijg.org/files/jpegsrc.v7.tar.gz" rel="nofollow">libjpeg</a> (version 7), add the option <b>&#8211;disable-dependency-tracking</b> to the configure command : </p>
<p><code>MACOSX_DEPLOYMENT_TARGET=10.5 CFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp" CCFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe" CXXFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe" LDFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64 -bind_at_load" ./configure --enable-shared --disable-dependency-tracking</code></p>
<p>This is one way to fix the GCC compilation error : &#8220;<i>gcc-4.0: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags</i>&#8221;</p>
<p>for GD compilation, nothing change?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gustavo</title>
		<link>http://www.gigoblog.com/2008/10/08/install-gd-for-php-on-mac-os-x-105-leopard/comment-page-2/#comment-3580</link>
		<dc:creator>Gustavo</dc:creator>
		<pubDate>Tue, 14 Jul 2009 22:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=141#comment-3580</guid>
		<description>The php version today and jpegsrc are both updated. This tutorial will not work anymore, at list for dummies like me...</description>
		<content:encoded><![CDATA[<p>The php version today and jpegsrc are both updated. This tutorial will not work anymore, at list for dummies like me&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

