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?
[...]
/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.
Looks like libtool/autoconf madness.
I suggest:
make distclean
cd ../unix
aclocal
libtoolize -f -c
autoconf
cd ../builds
../unix/configure
make
make installI'm sorely tempted to throw out everything related to autoconf, libtool, and even make. Older versions of Metakit used to have the following build instructions:
gcc -O2 -shared -I../include ../src/*.cpp -o libmk4.so
And I sure miss those times. Things use to be *simple* (does anyone remember that concept?).
-jcw
_____________________________________________ Metakit mailing list - [EMAIL PROTECTED] http://www.equi4.com/mailman/listinfo/metakit
