swarm-support
[Top][All Lists]
Advanced

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

Swarm-1.3 configure --with-*dir options


From: Rick Riolo
Subject: Swarm-1.3 configure --with-*dir options
Date: Fri, 28 Aug 1998 11:06:14 -0400 (EDT)

I configured my swarm-1.3 like this (recall the /tmp/configure
is just a way to force use of the bash shell):

/tmp/configure --srcdir=$SWARMSRCDIR --prefix=/s/Swarm/swarm-1.3 
--disable-shared --with-ffcalldir=/usr/local --with-pngdir=/usr/local 
--with-zlibdir=/usr/local

As mentioned before, on hpux 9.05 at least this all works.
But there are some loose ends...

All those --with-*dir seem to get translated into repeats
of -L parameters in the gcc commands eventually emitted.
For example, if I make app I see for the link step, it 
first calls the libtool-swarm (why do we need that now?)
and then gcc to do the link, in each case with 
-L/usr/local/lib repeated six times!  
There is also a repeat of -L/s/Swarm/swarm-1.3/lib for some reason:

/s/Swarm/swarm-1.3/bin/libtool-swarm --mode link gcc -g -O2 
-L/s/Swarm/swarm-1.3/lib -L/s/Swarm/swarm-1.3/lib -L/usr/local/lib 
-L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib 
-L/usr/local/lib -L/usr/lib/X11R5  -o testpars main.o ModelSwarm.o 
Parameters.o RParameters.o RParameter.o RunningAverage.o rint.o 
Shuffler.o RAverager.o -lspace -lspace -lanalysis -lsimtools 
-lsimtoolsgui -ltkobjc -ltclobjc -lactivity -lrandom -lobjectbase 
-lcollections -ldefobj -lmisc -lBLT -ltk4.0 -ltcl7.4 -lpng -lz -lavcall 
-lXpm -lX11  -lm -lobjc -ldld 
gcc -g -O2 -L/s/Swarm/swarm-1.3/lib -L/s/Swarm/swarm-1.3/lib 
-L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib 
-L/usr/local/lib -L/usr/local/lib -L/usr/lib/X11R5 -o testpars main.o 
ModelSwarm.o Parameters.o RParameters.o RParameter.o RunningAverage.o 
rint.o Shuffler.o RAverager.o -lspace -lspace -lanalysis -lsimtools 
-lsimtoolsgui -ltkobjc -ltclobjc -lactivity -lrandom -lobjectbase 
-lcollections -ldefobj -lmisc -lBLT -ltk4.0 -ltcl7.4 -lpng -lz -lavcall 
-lXpm -lX11 -lm -lobjc -ldld

So my questions:
Can I just leave those --with-*dir off the configure,
since those are all in /usr/local/lib ?

Where is the extra /s/Swarm/swarm-1.3/lib coming from,
and might it indicated I need to configure differently?

Thanks.
 - r

 Rick Riolo                           
address@hidden Program for Study of Complex Systems (PSCS)
4477 Randall Lab                
University of Michigan         Ann Arbor MI 48109-1120
Phone: 734 763 3323                  Fax: 734 763 9267
http://www.pscs.umich.edu/PEOPLE/rlr-home.html


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