<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>iamstuffed.com &#187; 7-zip</title>
	<atom:link href="http://iamstuffed.com/blog/tag/7-zip/feed/" rel="self" type="application/rss+xml" />
	<link>http://iamstuffed.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 16 Apr 2010 01:36:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Compiling p7zip for OSX 10.4</title>
		<link>http://iamstuffed.com/blog/2008/03/05/compiling-p7zip-for-osx-104/</link>
		<comments>http://iamstuffed.com/blog/2008/03/05/compiling-p7zip-for-osx-104/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 20:14:25 +0000</pubDate>
		<dc:creator>iamstuffed</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[7-zip]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[p7zip]]></category>

		<guid isPermaLink="false">http://iamstuffed.com/blog/2008/03/05/compiling-p7zip-for-osx-104/</guid>
		<description><![CDATA[p7zip is a unix command line version of the 7-zip program.  Generally, the algorithm used by 7-zip to compress files (LZMA) produces smaller files than zip, gzip, and bzip2.  Recently I tried installing it on my work laptop, an Apple MacBook Pro, by downloading and compiling from source (version 4.57).  Compilation finished just fine but [...]]]></description>
			<content:encoded><![CDATA[<p>p7zip is a unix command line version of the 7-zip program.  Generally, the algorithm used by 7-zip to compress files (LZMA) produces smaller files than zip, gzip, and bzip2.  Recently I tried installing it on my work laptop, an Apple MacBook Pro, by downloading and compiling from source (version 4.57).  Compilation finished just fine but whenever I tried running the command line utility, it would crap out and give the following message:</p>
<p><code>dyld: lazy symbol binding failed: lazy pointer not found<br />
dyld: lazy pointer not found<br />
Trace/BPT trap<br />
</code></p>
<p>After searching for a little bit, the fix for this is simple: just remove the -s flag from the ALLFLAGS=${OPTFLAGS} line in makefile.machine.  Recompile the code, install it, and it works fine.  According to the gcc man page, the -s removes &#8220;all symbol table and relocation information from the executable&#8221;.  This is probably just a problem with the compiler on OSX Tiger.<br />
<code><br />
make<br />
sudo make install<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://iamstuffed.com/blog/2008/03/05/compiling-p7zip-for-osx-104/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
