help-cfengine
[Top][All Lists]
Advanced

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

problems installing cfengine 2.0.1 on Solaris 8 using gcc 2.95.3.


From: Julian Simpson
Subject: problems installing cfengine 2.0.1 on Solaris 8 using gcc 2.95.3.
Date: Fri, 3 May 2002 15:30:21 +0100

Hi,

I can compile cfengine just fine.

Running make will compile the code cleanly and make install puts the files
in the right places - on that host.

However, once I try to distribute that compiled code to a new host, I get
dependency issues:


bash-2.03$ sudo su -
Sun Microsystems Inc.   SunOS 5.8       Generic February 2000
# ksh -o vi
# cd /home/jsimpson/src/cfengine-2.0.1/
# make -d install
MAKEFLAGS value:
Making install in pub
MAKEFLAGS value: -d
    Building all-am because it is out of date relative to Makefile
      Building full-write.o because
/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/
2.95.3/include/limits.h does not exist
      Building full-write.o because
/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/
2.95.3/include/syslimits.h does not exist
      Building full-write.o because
/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/
2.95.3/include/stdarg.h does not exist
      Building full-write.o because
/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/
2.95.3/include/va-sparc.h does not exist
      Building full-write.o because
/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/
2.95.3/include/sys/stream.h does not exist
      Building full-write.o using suffix rule for .c.o because it is out of
date
 relative to full-write.c
source='full-write.c' object='full-write.o' libtool=no \
depfile='.deps/full-write.Po' tmpdepfile='.deps/full-write.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../src -I/usr/local/BerkeleyDB.4.0/include -I/
usr/
local/ssl/include     -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitiali
zed
-c `test -f full-write.c || echo './'`full-write.c
../depcomp: gcc: not found
*** Error code 1
make: Fatal error: Command failed for target `full-write.o'
Current working directory /home/jsimpson/src/cfengine-2.0.1/pub
*** Error code 1
make: Fatal error: Command failed for target `install-recursive'



I have installed a package with the libgcc libraries on both the compilation
host and the target host.  I have also put SSL and BerkelyDB on the target
host.  I just can't figure out how to get the binaries to link to the
correct libraries!

Any help gratefully appreciated,

Julian.





reply via email to

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