swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Swarm-1.1 on RedHat5.0


From: Marcus G. Daniels
Subject: Re: Swarm-1.1 on RedHat5.0
Date: 08 Apr 1998 09:38:52 -0700

FWIW, here's the script I use to build BLT 8.0-unoff-sfi.  
I have P set to where I install local packages, e.g. /packages,
and S set to where I put source trees, e.g. /src.  I don't build
in the source tree, I create another directory, e.g.:

$ cd /build
$ mkdir blt8.0-unoff-sfi
$ build-blt8.0-unoff-sfi # (the script below)

Btw, there is a binary distribution specifically for Redhat 5.

#!/bin/sh
cwd=`pwd`

WITHGCC='--with-cc=/opt/gnu/bin/gcc'
CFLAGS="-I$cwd/src -I$S/blt8.0-unoff/src -I$S/blt8.0-unoff -I$S/tcl8.0/generic 
-I$S/tk8.0/generic -I$S/tcl8.0/unix -I$S/tk8.0/unix"

# it adds an extra blt8.0-unoff for some reason.
PREFIX=--prefix=$P/swarm

TCLLIBDIR=$P/swarm/tcl8.0/lib TCLINCDIR=$P/swarm/tcl8.0/include 
TKLIBDIR=$P/swarm/tk8.0/lib TKINCDIR=$P/swarm/tk8.0/include 
$S/blt8.0-unoff/unix/configure $WITHGCC --with-cflags="$CFLAGS" $PREFIX 
--srcdir=$S/blt8.0-unoff/unix --mandir=$MANDIR --infodir=$INFODIR 
--datadir=$DATADIR

make 

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.
                  ==================================


reply via email to

[Prev in Thread] Current Thread [Next in Thread]