Hey all I once more
put forth a request for some guidance on getting log4cxx compiling on FreeBSD
5.3-RELEASE.
Since
log4cxx-0.9.7.tar.gz does not come with a ./configure all ready to go I went
ahead and was able to get the ./autogen.sh working by making the following soft
links:
aclocal ->
/usr/local/bin/aclocal15
autoconf ->
/usr/local/bin/autoconf259
autoheader->
/usr/local/bin/autoheader259
automake ->
/usr/local/bin/automake15
libtool ->
/usr/local/bin/libtool15
libtoolize ->
/usr/local/bin/libtoolize15
ltconfig ->
/usr/share/libtool13/ltconfig13
This actually allows
the ./autogen.sh script the ability to create the ./configure file. When I then
execute the ./configure I get the following output:
checking build system type...
i386-unknown-freebsd5.3
checking host system type... i386-unknown-freebsd5.3
checking target system type... i386-unknown-freebsd5.3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
./ltconfig: ./ltconfig: No such file or directory
./configure: line 3292: --cache-file=/dev/null: No such file or directory
configure: error: libtool configure failed
checking host system type... i386-unknown-freebsd5.3
checking target system type... i386-unknown-freebsd5.3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
./ltconfig: ./ltconfig: No such file or directory
./configure: line 3292: --cache-file=/dev/null: No such file or directory
configure: error: libtool configure failed
Any BSD people
out there have any suggestions on how to get around this? I of course would have
loved to install a port but only log4c is available and I am not even sure which
version.
Thanks in
advance for any help that you can offer.
Keith