swarm-support
[Top][All Lists]
Advanced

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

Re: Problem Installing Swarm 1.2


From: Greg Robinson
Subject: Re: Problem Installing Swarm 1.2
Date: Mon, 29 Jun 1998 16:11:01 +0930 (CST)

Marcus G. Daniels Wrote:
> 
> >>>>> "GR" == Greg Robinson <address@hidden> writes:
> 
> GR> no files with .m suffix found to match any .o file in $(OBJECTS)
> 
> Could you tell me what command you used to build Swarm?  I can't reproduce it.
> 
> Note: be careful about modifying Makefile.am files.  You need to have
> a modified version of automake (in pub/swarm/needed-software/developer). 

Wanna reproduce it? Sure, here's a typescript:

Script started on Mon Jun 29 15:58:08 1998
{sun-s20}/home/robinson/swarm 3:58pm 1 > /bin/rm -fr swarm-1.2
{sun-s20}/home/robinson/swarm 3:58pm 2 > gunzip < swarm-1.2.tar.gz | tar xf -
{sun-s20}/home/robinson/swarm 3:59pm 3 > cd swarm-1.2
{sun-s20}/home/robinson/swarm/swarm-1.2 3:59pm 4 > ./configure --disable-shared 
--with-defaultdir=/usr/local
creating cache ./config.cache
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking host system type... sparc-sun-solaris2.5.1
checking for ranlib... ranlib
checking for ld used by GCC... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
checking whether ln -s works... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking command to parse /usr/ccs/bin/nm -p output... yes
checking how to hardcode library paths into programs... immediate
checking for /usr/ccs/bin/ld option to reload object files... -r
checking dynamic linker characteristics... solaris2.5.1 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
checking for GUI libs... -lXpm -lX11 $(X_EXTRA_LIBS)
checking how to run the C preprocessor... gcc -E
checking for X... libraries , headers /usr/openwin/include
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... no
checking for gethostbyname in -lnsl... yes
checking for connect... no
checking for connect in -lsocket... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... no
checking for tclsh... 1
checking directory of tcl.h... /usr/local/include
checking directory and version of libtcl... /usr/local/lib, tcl8.0
checking directory of tk.h... /usr/local/include
checking directory and version of libtk... /usr/local/lib, tk8.0
checking directory of tclObjc.h... /usr/local/include
checking directory of libtclobjc.a... /usr/local/lib
checking directory of libBLT.so... /usr/local/lib
checking directory of libffi.so... /usr/local/lib
checking directory of libffi include... /usr/local/include
checking directory of zlib.h... /usr/local/include
checking directory of libz... /usr/local/lib
checking directory of png.h... /usr/local/include
checking directory of libpng... /usr/local/lib
checking for main in -ldl... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating m4/Makefile
creating src/Makefile
creating src/activity/Makefile
creating src/analysis/Makefile
creating src/collections/Makefile
creating src/defobj/Makefile
creating src/gui/Makefile
creating src/misc/Makefile
creating src/objectbase/Makefile
creating src/random/Makefile
creating src/simtools/Makefile
creating src/simtoolsgui/Makefile
creating src/space/Makefile
creating src/tkobjc/Makefile
creating src/tkobjc/tk/Makefile
creating Makefile.appl
creating Makefile.lib
creating config.h
{sun-s20}/home/robinson/swarm/swarm-1.2 4:02pm 5 > make -v
GNU Make version 3.75, by Richard Stallman and Roland McGrath.
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96
        Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Report bugs to <address@hidden>.

{sun-s20}/home/robinson/swarm/swarm-1.2 4:02pm 6 > gcc -v
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.5.1/2.8.1/specs
gcc version 2.8.1
{sun-s20}/home/robinson/swarm/swarm-1.2 4:02pm 7 > make
make all-recursive
make[1]: Entering directory `/home/robinson/swarm/swarm-1.2'
Making all in src
make[2]: Entering directory `/home/robinson/swarm/swarm-1.2/src'
for i in collections defobj activity objectbase tkobjc gui random simtools 
simtoolsgui analysis space misc ; do make -C $i headers ; done
make[3]: Entering directory `/home/robinson/swarm/swarm-1.2/src/collections'
CC="gcc" CFLAGS="-DHAVE_CONFIG_H -I. -I. -I../.. -I.. -I./.. -I./../defobj  -g 
-O2" OBJECTS="Array.lo Collection.lo InputStream.lo List.lo List_linked.lo 
List_mlinks.lo Map.lo OrderedSet.lo OutputStream.lo Set.lo String.lo 
collections.lo predicates.lo" sh ../../src/defobj/make-h2x collections.xm .
making collections.xm collections.xt collections.xc
no files with .m suffix found to match any .o file in $(OBJECTS)
make[3]: *** [classes.h] Error 1
make[3]: Leaving directory `/home/robinson/swarm/swarm-1.2/src/collections'
make[3]: Entering directory `/home/robinson/swarm/swarm-1.2/src/defobj'
CC="gcc" CFLAGS="-DHAVE_CONFIG_H -I. -I. -I../.. -I.. -I./.. -I./../collections 
-I./../misc  -g -O2" OBJECTS="Create.lo Customize.lo DefClass.lo DefObject.lo 
Program.lo Symbol.lo Zone.lo defobj.lo" sh ../../src/defobj/make-h2x defobj.xm .
making defobj.xm defobj.xt defobj.xc
no files with .m suffix found to match any .o file in $(OBJECTS)
make[3]: *** [classes.h] Error 1
make[3]: Leaving directory `/home/robinson/swarm/swarm-1.2/src/defobj'
make[3]: Entering directory `/home/robinson/swarm/swarm-1.2/src/activity'
CC="gcc" CFLAGS="-DHAVE_CONFIG_H -I. -I. -I../.. -I./../collections 
-I./../defobj -I.. -I./..  -g -O2" OBJECTS="Action.lo ActionGroup.lo 
CompoundAction.lo Schedule.lo SwarmProcess.lo XActivity.lo activity.lo" sh 
../../src/defobj/make-h2x activity.xm .
making activity.xm activity.xt activity.xc
no files with .m suffix found to match any .o file in $(OBJECTS)
make[3]: *** [classes.h] Error 1
make[3]: Leaving directory `/home/robinson/swarm/swarm-1.2/src/activity'
make[3]: Entering directory `/home/robinson/swarm/swarm-1.2/src/objectbase'
make[3]: Nothing to be done for `headers'.
make[3]: Leaving directory `/home/robinson/swarm/swarm-1.2/src/objectbase'
make[3]: Entering directory `/home/robinson/swarm/swarm-1.2/src/tkobjc'
make[3]: Nothing to be done for `headers'.
make[3]: Leaving directory `/home/robinson/swarm/swarm-1.2/src/tkobjc'
make[3]: Entering directory `/home/robinson/swarm/swarm-1.2/src/gui'
make[3]: Nothing to be done for `headers'.
make[3]: Leaving directory `/home/robinson/swarm/swarm-1.2/src/gui'
make[3]: Entering directory `/home/robinson/swarm/swarm-1.2/src/random'
make[3]: Nothing to be done for `headers'.
make[3]: Leaving directory `/home/robinson/swarm/swarm-1.2/src/random'
make[3]: Entering directory `/home/robinson/swarm/swarm-1.2/src/simtools'
make[3]: Nothing to be done for `headers'.
make[3]: Leaving directory `/home/robinson/swarm/swarm-1.2/src/simtools'
make[3]: Entering directory `/home/robinson/swarm/swarm-1.2/src/simtoolsgui'
make[3]: Nothing to be done for `headers'.
make[3]: Leaving directory `/home/robinson/swarm/swarm-1.2/src/simtoolsgui'
make[3]: Entering directory `/home/robinson/swarm/swarm-1.2/src/analysis'
make[3]: Nothing to be done for `headers'.
make[3]: Leaving directory `/home/robinson/swarm/swarm-1.2/src/analysis'
make[3]: Entering directory `/home/robinson/swarm/swarm-1.2/src/space'
make[3]: Nothing to be done for `headers'.
make[3]: Leaving directory `/home/robinson/swarm/swarm-1.2/src/space'
make[3]: Entering directory `/home/robinson/swarm/swarm-1.2/src/misc'
make[3]: Nothing to be done for `headers'.
make[3]: Leaving directory `/home/robinson/swarm/swarm-1.2/src/misc'
Making all in collections
make[3]: Entering directory `/home/robinson/swarm/swarm-1.2/src/collections'
make[3]: *** No rule to make target `../defobj/types.h', needed by `Array.lo'.  
Stop.
make[3]: Leaving directory `/home/robinson/swarm/swarm-1.2/src/collections'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/robinson/swarm/swarm-1.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/robinson/swarm/swarm-1.2'
make: *** [all-recursive-am] Error 2
{sun-s20}/home/robinson/swarm/swarm-1.2 4:02pm 8 > 

script done on Mon Jun 29 16:02:46 1998

(It's probably gcc or something.  Trust me to use the latest).

Anyone?

Greg.

-- 
Work: address@hidden
Home: address@hidden

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