Search |
University of Florida | Department of Physics
--> System Overview

--> General Public Domain

--> Bind

--> DHCP

--> Emacs

--> ftpd

--> gcc & libg++

--> Ghostscript & Ghostview

--> GNUPLOT

--> GNU Enscript

--> LAPACK & BLAS

--> Logstats

--> Netscape

--> nmh

--> perl

--> samba

--> sendmail

--> ssh Admin

--> ssh Use

--> local ssh Use

--> tcp wrappers

--> tcsh

--> teTeX

--> Xanim

 * Xfig

--> XMgr

--> Xntpd

Xfig

Get xfig from ftp.x.org. Xfig needs transfig and jpeg. library also to be installed. First compile and install the jpeg library and install it and include files in /usr/local/lib and /usr/local/include areas.  The Imakefiles in both transfig and xfig needs to be modified to comment out a line to indicate that we have our own jpeg library. Edit the Imakefile to add
BINDIR = /usr/local/bin
line.
    xmkmf
    make Makefile
    Edit the Make file to modify 
    CC=gcc
    CCOPTS= 
    MANPATH=/usr/local/man
    USRLIBDIR=/usr/local/lib
    
    make
    make -n install
    make -n install.man