swarm-support
[Top][All Lists]
Advanced

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

Re: Windows 95 installation


From: Marcus G. Daniels
Subject: Re: Windows 95 installation
Date: 30 Jun 1998 14:41:08 -0700

>>>>> "PT" == Pietro Terna <address@hidden> writes:

PT> OK: Installing a /bin/sh.exe copy of sh.exe found in Cygnus
PT> dir, configure runs (now I have a zillion of --with to set, but
PT> this is another history).

I suggest putting the configure command in a shell script.  For example,
here is what I use to build a Tcl/Tk 8.1 configuration on Solaris 2.6.

$ cat build-swarm-tcltk8.1
#!/bin/sh
CC=/opt/gnu/bin/gcc $SWARMSRCDIR/configure --srcdir=$SWARMSRCDIR 
--prefix=$P/swarm/swarm --with-tcldir=$P/swarm/tcl8.1 
--with-tkdir=$P/swarm/tk8.1 --with-tclobjcdir=$P/swarm/tclobjc-tcltk8.1-gcc 
--with-bltdir=$P/swarm/blt8.0-unoff --with-ffidir=$P/development/libffi 
--with-zlibdir=/usr/local --with-pngdir=/usr/local --disable-shared 
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]