HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 1 and Version 2 of sys-libs/gdbm/1.8.3/1


Ignore:
Timestamp:
12/30/08 23:08:20 (7 years ago)
Author:
scottmc
Comment:

initial build attempt

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]] 
    110  
     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 
     22libtool: error: you must specify a MODE. 
     23make: *** [install] Error 1 
     24~/gdbm-1.8.3>  
     25}}} 
     26 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/