Has anyone successfully built Metakit 2.4.9.3 on FreeBSD 4.9? If so, can
you help me with this (probably) pilot error on my part?

I'm attempting to convert e4graph over to metakit 2.4.9.3 and ran into
some build problems. I'm probably doing something wrong.. Anyways I've
tried to follow the instructions in README but it does not seem to build
libmk4.so and I'm getting an error during install, see the attached log
file.

Thanks! --JYL

[EMAIL PROTECTED]:~/compile/metakit-2.4.9.3/builds$ uname -a
FreeBSD x86-freebsd1 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #23: Thu Sep 18
22:40:16 PDT 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386


Script started on Sun Feb 22 21:45:55 2004
bash: dircolors: command not found
[EMAIL PROTECTED]:~/compile/metakit-2.4.9.3/builds$ ../unix/configue re --pre 
fix=`pwd`/../../install
checking for Python configuration... not enabled
checking for Tcl headers... not enabled
checking for building with threads... no (default)
checking for g++... g++
checking for C++ compiler default output... 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 g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... i386-unknown-freebsd4.9
checking host system type... i386-unknown-freebsd4.9
checking for gcc... gcc
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 for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking for /usr/libexec/elf/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /usr/bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C++ preprocessor... g++ -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... no
checking if we can lock with hard links... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... freebsd4.9 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... yes
creating libtool

checking for ANSI C header files... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for long... yes
checking size of long... 4
checking for long long... yes
checking for mmap... yes
checking for memmove... yes
checking for bcopy... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
[EMAIL PROTECTED]:~/compile/metakit-2.4.9.3/builds$ 
[EMAIL PROTECTED]:~/compile/metakit-2.4.9.3/builds$ make install
/bin/sh ./libtool --mode=compile g++ -c  -g -O2  -I../unix/../include  
-I../unix/../src -I. ../unix/../src/column.cpp
mkdir .libs
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/column.cpp  
-fPIC -DPIC
mv -f column.o .libs/column.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/column.cpp 
>/dev/null 2>&1
mv -f .libs/column.lo column.lo
/bin/sh ./libtool --mode=compile g++ -c  -g -O2  -I../unix/../include  
-I../unix/../src -I. ../unix/../src/custom.cpp
rm -f .libs/custom.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/custom.cpp  
-fPIC -DPIC
mv -f custom.o .libs/custom.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/custom.cpp 
>/dev/null 2>&1
mv -f .libs/custom.lo custom.lo
/bin/sh ./libtool --mode=compile g++ -c  -g -O2  -I../unix/../include  
-I../unix/../src -I. ../unix/../src/derived.cpp
rm -f .libs/derived.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/derived.cpp  
-fPIC -DPIC
mv -f derived.o .libs/derived.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/derived.cpp 
>/dev/null 2>&1
mv -f .libs/derived.lo derived.lo
/bin/sh ./libtool --mode=compile g++ -c  -g -O2  -I../unix/../include  
-I../unix/../src -I. ../unix/../src/fileio.cpp
rm -f .libs/fileio.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/fileio.cpp  
-fPIC -DPIC
mv -f fileio.o .libs/fileio.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/fileio.cpp 
>/dev/null 2>&1
mv -f .libs/fileio.lo fileio.lo
/bin/sh ./libtool --mode=compile g++ -c  -g -O2  -I../unix/../include  
-I../unix/../src -I. ../unix/../src/field.cpp
rm -f .libs/field.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/field.cpp  
-fPIC -DPIC
mv -f field.o .libs/field.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/field.cpp 
>/dev/null 2>&1
mv -f .libs/field.lo field.lo
/bin/sh ./libtool --mode=compile g++ -c  -g -O2  -I../unix/../include  
-I../unix/../src -I. ../unix/../src/format.cpp
rm -f .libs/format.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/format.cpp  
-fPIC -DPIC
mv -f format.o .libs/format.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/format.cpp 
>/dev/null 2>&1
mv -f .libs/format.lo format.lo
/bin/sh ./libtool --mode=compile g++ -c  -g -O2  -I../unix/../include  
-I../unix/../src -I. ../unix/../src/handler.cpp
rm -f .libs/handler.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/handler.cpp  
-fPIC -DPIC
mv -f handler.o .libs/handler.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/handler.cpp 
>/dev/null 2>&1
mv -f .libs/handler.lo handler.lo
/bin/sh ./libtool --mode=compile g++ -c  -g -O2  -I../unix/../include  
-I../unix/../src -I. ../unix/../src/persist.cpp
rm -f .libs/persist.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/persist.cpp  
-fPIC -DPIC
mv -f persist.o .libs/persist.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/persist.cpp 
>/dev/null 2>&1
mv -f .libs/persist.lo persist.lo
/bin/sh ./libtool --mode=compile g++ -c  -g -O2  -I../unix/../include  
-I../unix/../src -I. ../unix/../src/remap.cpp
rm -f .libs/remap.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/remap.cpp  
-fPIC -DPIC
mv -f remap.o .libs/remap.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/remap.cpp 
>/dev/null 2>&1
mv -f .libs/remap.lo remap.lo
/bin/sh ./libtool --mode=compile g++ -c  -g -O2  -I../unix/../include  
-I../unix/../src -I. ../unix/../src/std.cpp
rm -f .libs/std.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/std.cpp  -fPIC 
-DPIC
mv -f std.o .libs/std.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/std.cpp 
>/dev/null 2>&1
mv -f .libs/std.lo std.lo
/bin/sh ./libtool --mode=compile g++ -c  -g -O2  -I../unix/../include  
-I../unix/../src -I. ../unix/../src/store.cpp
rm -f .libs/store.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/store.cpp  
-fPIC -DPIC
mv -f store.o .libs/store.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/store.cpp 
>/dev/null 2>&1
mv -f .libs/store.lo store.lo
/bin/sh ./libtool --mode=compile g++ -c  -g -O2  -I../unix/../include  
-I../unix/../src -I. ../unix/../src/string.cpp
rm -f .libs/string.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/string.cpp  
-fPIC -DPIC
mv -f string.o .libs/string.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/string.cpp 
>/dev/null 2>&1
mv -f .libs/string.lo string.lo
/bin/sh ./libtool --mode=compile g++ -c  -g -O2  -I../unix/../include  
-I../unix/../src -I. ../unix/../src/table.cpp
rm -f .libs/table.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/table.cpp  
-fPIC -DPIC
mv -f table.o .libs/table.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/table.cpp 
>/dev/null 2>&1
mv -f .libs/table.lo table.lo
/bin/sh ./libtool --mode=compile g++ -c  -g -O2  -I../unix/../include  
-I../unix/../src -I. ../unix/../src/univ.cpp
rm -f .libs/univ.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/univ.cpp  -fPIC 
-DPIC
mv -f univ.o .libs/univ.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/univ.cpp 
>/dev/null 2>&1
mv -f .libs/univ.lo univ.lo
/bin/sh ./libtool --mode=compile g++ -c  -g -O2  -I../unix/../include  
-I../unix/../src -I. ../unix/../src/view.cpp
rm -f .libs/view.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/view.cpp  -fPIC 
-DPIC
mv -f view.o .libs/view.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/view.cpp 
>/dev/null 2>&1
mv -f .libs/view.lo view.lo
/bin/sh ./libtool --mode=compile g++ -c  -g -O2  -I../unix/../include  
-I../unix/../src -I. ../unix/../src/viewx.cpp
rm -f .libs/viewx.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/viewx.cpp  
-fPIC -DPIC
mv -f viewx.o .libs/viewx.lo
g++ -c -g -O2 -I../unix/../include -I../unix/../src -I. ../unix/../src/viewx.cpp 
>/dev/null 2>&1
mv -f .libs/viewx.lo viewx.lo
/bin/sh ./libtool --mode=link g++ -o libmk4.la  -g -O2  -I../unix/../include  
-I../unix/../src -I. -lstdc++  -avoid-version column.lo custom.lo derived.lo fileio.lo 
field.lo format.lo  handler.lo persist.lo remap.lo std.lo store.lo string.lo table.lo  
univ.lo view.lo viewx.lo 
rm -fr .libs/libmk4.la .libs/libmk4.* .libs/libmk4.*
ar cru .libs/libmk4.al column.lo custom.lo derived.lo fileio.lo field.lo format.lo 
handler.lo persist.lo remap.lo std.lo store.lo string.lo table.lo univ.lo view.lo 
viewx.lo
ranlib .libs/libmk4.al
creating libmk4.la
(cd .libs && rm -f libmk4.la && ln -s ../libmk4.la libmk4.la)
mkdir -p 
/home/users/j/jy/jyljyljyl/compile/metakit-2.4.9.3/builds/../../install/include 
/home/users/j/jy/jyljyljyl/compile/metakit-2.4.9.3/builds/../../install/lib
/bin/sh ./libtool --mode=install /usr/bin/install -c -m 644 ../unix/../include/mk4.h  
../unix/../include/mk4.inl  ../unix/../include/mk4str.h  ../unix/../include/mk4str.inl 
/home/users/j/jy/jyljyljyl/compile/metakit-2.4.9.3/builds/../../install/include
/usr/bin/install -c -m 644 ../unix/../include/mk4.h 
/home/users/j/jy/jyljyljyl/compile/metakit-2.4.9.3/builds/../../install/include/mk4.h
/usr/bin/install -c -m 644 ../unix/../include/mk4.inl 
/home/users/j/jy/jyljyljyl/compile/metakit-2.4.9.3/builds/../../install/include/mk4.inl
/usr/bin/install -c -m 644 ../unix/../include/mk4str.h 
/home/users/j/jy/jyljyljyl/compile/metakit-2.4.9.3/builds/../../install/include/mk4str.h
/usr/bin/install -c -m 644 ../unix/../include/mk4str.inl 
/home/users/j/jy/jyljyljyl/compile/metakit-2.4.9.3/builds/../../install/include/mk4str.inl
/bin/sh ./libtool --mode=install /usr/bin/install -c libmk4.la 
/home/users/j/jy/jyljyljyl/compile/metakit-2.4.9.3/builds/../../install/lib
/usr/bin/install -c .libs/libmk4.lai 
/home/users/j/jy/jyljyljyl/compile/metakit-2.4.9.3/builds/../../install/lib/libmk4.la
install: .libs/libmk4.lai: No such file or directory
*** Error code 71

Stop in /home/users/j/jy/jyljyljyl/compile/metakit-2.4.9.3/builds.
[EMAIL PROTECTED]:~/compile/metakit-2.4.9.3/builds$ exit
exit

Script done on Sun Feb 22 21:52:27 2004

_____________________________________________
Metakit mailing list  -  [EMAIL PROTECTED]
http://www.equi4.com/mailman/listinfo/metakit

Reply via email to