I'm a newbie at installing packages on Unix systems, and I'm trying to get
Sablotron 0.44 installed on a FreeBSD 3.3 system where my domain is hosted.
I don't have root privileges. I've copied below what I get when I try to run
the installation: it chokes when it tries to make xmltok.c (in the Expat
package). I'd be very grateful if some kind soul could let me know what I
need to do to make this work.

bash-2.03$ ./configure
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) 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 host system type... i386-unknown-freebsdelf3.3
checking build system type... i386-unknown-freebsdelf3.3
checking for ranlib... (cached) ranlib
checking for gcc... (cached) 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... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ld used by GCC... (cached) /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
updating cache ./config.cache
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... no
checking if gcc static flag -static works... -static
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking whether the linker (/usr/libexec/elf/ld) supports shared
libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/libexec/elf/ld option to reload object files... -r
checking dynamic linker characteristics... freebsdelf3.3 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for c++... (cached) c++
checking whether the C++ compiler (c++  ) works... yes
checking whether the C++ compiler (c++  ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking how to run the C++ preprocessor... (cached) c++ -E
checking for presence of Expat... yes
checking for iconv.h... (cached) no
checking for timeb.h... (cached) no
checking for sys/timeb.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for ieeefp.h... (cached) yes
checking for ftime... (cached) no
checking for gettimeofday... (cached) yes
checking for isnan... (cached) yes
checking for isinf... (cached) yes
checking for finite... (cached) yes
checking for mtrace... (cached) no
creating ./config.status
creating Makefile
creating Sablot/Makefile
creating Sablot/engine/Makefile
creating Sablot/command/Makefile
creating Expat/Makefile
creating autocfg/autocfg.h
autocfg/autocfg.h is unchanged

bash-2.03$ make
Making all in Expat
make: don't know how to make xmltok.c. Stop
*** Error code 1

Stop.
bash-2.03$ 

Thanks!

Peter Binkley


Reply via email to