Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
0188d615
Commit
0188d615
authored
19 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
notes on porting/install
parent
32e1bf43
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/porting_install.shtml
+41
-0
41 additions, 0 deletions
doc/porting_install.shtml
with
41 additions
and
0 deletions
doc/porting_install.shtml
0 → 100755
+
41
−
0
View file @
0188d615
<!--#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"-->
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment