Skip to content
Snippets Groups Projects
Commit 0188d615 authored by edgrif's avatar edgrif
Browse files

notes on porting/install

parent 32e1bf43
No related branches found
No related tags found
No related merge requests found
<!--#set var="banner" value="ZMap Developer Docs"-->
<!--#include virtual="/perl/header"-->
<!--#set var="author" value="edgrif@sanger.ac.uk" -->
<h1>Porting and Installation Notes</h1>
<h2>Mac OSX</h2>
<h3>compiles</h3>
<P>The compile environment on the Mac is basically gcc et. al. so all should be
very straight forward, but.....
<ul>
<li><b>Linking and expat</b>
<ul>
<li><b>Problem</b>we had problems linking with expat for a while because there
seemed to be a rogue
copy of expat in the Mac X11 libraries ! As this was back level it messed up our
code.
<li><b>Solution</b>This problem seems to have gone away now (OSX 10.3.9)
</ul>
</ul>
<h3>DDD</h3>
<P>We had problems with ddd and getting it to find the source code correctly.
<P>In the end we had to comment out the following line in ~/ddd/.init:
<P><pre>set pathname-substitutions
</pre>
<P>this seems to work now.
<p>
<!--#include virtual="/perl/footer"-->
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment