Further problems compiling gnucash 1.9.5

Derek Atkins warlord at MIT.EDU
Wed May 3 15:15:44 EDT 2006


Hi,

Quoting Joern Schauermann <john at wispa.de>:

> - set $PATH to include /usr/include

You don't need to do this.  PATH is only for executables, and there
are no executables in /usr/include

> - ran make again which failed on some warnings (log are lost :( )
> - ran configure again with flag "--disable-error-on-warning"
> - encountered several libtool errors, log attached

Most of the libtool errors you can safely ignore.  This, however,
is your current issue:

  grep: /usr/lib/libosp.la: No such file or directory
  /usr/bin/sed: can't read /usr/lib/libosp.la: No such file or directory
  libtool: link: `/usr/lib/libosp.la' is not a valid libtool archive

> It would be nice if someone has some hints.

Your problem is that you installed some package that includes a libtool
archive (.la) that references libosp.la (the libtool archive for the osp
library) but you don't have libosp.la installed.  So either you're missing
the -devel package from libosp, or some package that uses libosp is
improperly packaged to include the .la.

-derek

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available



More information about the gnucash-devel mailing list