Changes between Version 1 and Version 2 of sys-libs/gdbm/1.8.3/1
- Timestamp:
- 12/30/08 23:08:20 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
sys-libs/gdbm/1.8.3/1
v1 v2 1 * cp /boot/common/share/libtool/config/config.guess . 2 * cp /boot/common/share/libtool/config/config.sub . 3 * libtoolize --force --copy 4 * aclocal 5 * automake 6 * autoconf 7 * ./configure --prefix=/boot/common 8 9 configure fails for lack of qt3, qt4, dbus, rip those checks out and it will eventually pass.[[BR]] 1 10 11 * make 12 * make install 13 14 make install fails: 15 16 {{{ 17 ~/gdbm-1.8.3> make install 18 ./mkinstalldirs /boot/common/lib \ 19 /boot/common/include /boot/common/share/man/man3 \ 20 /boot/common/share/info 21 /bin/sh ./libtool /bin/install -c -c libgdbm.la /boot/common/lib/libgdbm.la 22 libtool: error: you must specify a MODE. 23 make: *** [install] Error 1 24 ~/gdbm-1.8.3> 25 }}} 26
