swarm-support
[Top][All Lists]
Advanced

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

Re: making 1.2


From: Marcus G. Daniels
Subject: Re: making 1.2
Date: 09 Jul 1998 09:17:51 -0700

>>>>> "D3" == Doug Donalson <address@hidden> writes:

D3> Let me see if I can translate:

D3> Put ./configure --with-tclobjcdir=/Swarm/packages/tclobjc
D3> --with-bltdir=/Swarm/packages/blt8.0-unoff --with-bltlibname=blt80
D3> --with-ffidir=/Swarm/packages/libffi
D3> --with-zlibdir=/Swarm/packages/zlib
D3> --with-pngdir=/Swarm/packages/png

D3> into a shell script.

Here's what I use:

---
#!/bin/sh
$SWARMSRCDIR/configure --srcdir=$SWARMSRCDIR --with-bltdir=$P/blt8.0-unoff 
--with-bltlibname=BLT80 --with-tclobjcdir=$P/tclobjc --with-ffidir=$P/libffi 
--with-zlibdir=$P/zlib --with-pngdir=$P/png --prefix=$P/swarm
make
---

In .bash_login I added:

---
export SWARMSRCDIR=$SWARMROOT/swarm-1.2
export SWARMHOME=$P/swarm
---

D3> BTW: I have deleted and reinstalled several times.  I noticed that
D3> in the makefile for src the subdirectory list was something like:

There shouldn't ever be a need to modify the Makefiles.  Don't
change Makefile.am or Makefile.in files unless you know what you are doing.

However, note that you can run `make' any of the subdirectories.

                  ==================================
   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]