PHYLIP Build Page

From Bioinformatics.Org Wiki

Jump to: navigation, search

Mystica Arrow set (with deep) 1.png [return to Winbirch/Binaries/Status]


Installation Instructions

PHYLIP3.6 available in bins. The archive also contains the documentation for compiling binaries.

Documentation for installing binaries, available in doc

The package already has the executables for windows, but if compiling the source is desired: Unsuccessful to bulid drawtree.exe and drawgram.exe from compiling the source.

Comments from Dale, for comiling the sources to build binaries:

We want to compile drawgram and drawtree without the X11 graphics option, mainly because of concern that on some systems, the compiled binaries may not find their respective libraries if the Xlibs aren't in the expected place.

In the Makefile:

 #DFLAGS  = $(CFLAGS) -DX
 DFLAGS  = $(CFLAGS)
 and
 #DLIBS  = $(CLIBS)
 DLIBS  = $(LIBS)

Note that the default of $(CLIBS) is wrong, because CLIBS is not defined, whereas LIBS is defined

LIBS = -lm

When the original DLIBS line is used, the compiler can't find the math libraries.

Personal tools
Namespaces
Variants
Actions
wiki navigation
Toolbox