On Mon, 20 Mar 2000 23:37:45 PST, the world broke into rejoicing as
Dave Peticolas <[EMAIL PROTECTED]> said:
> > I've gotten my AXP box out of mothballs, and was going to see about
> > getting GnuCash to compile there. Might as well locate as many
> > bugs as possible...
> >
> > I'm running "pretty-recent Debian unstable" on it; GNOME 1.0.56-1,
> > it would seem.
> >
> > Killer thing that's breaking: it can't find libgtkxmhtml.
>
> Do you have any error messages in config.log?
Hmmm... That sounds like a useful place to look:
% cgrep gtk-xmhtml config.log
int main() {
XmHTMLTextScrollToLine()
; return 0; }
configure:2965: checking gtk-xmhtml/gtk-xmhtml.h
configure:2972: gcc -E -I/usr/include -DNEED_GNOMESUPPORT_H
-I/usr/lib/gnome-libs/include -I/usr/lib/glib/include -I/usr/X11R6/include conftest.c
>/dev/null 2>conftest.out
configure:2996: checking for gtk_xmhtml_new in -lgtkxmhtml
configure:3015: gcc -o conftest -g -O2 -rdynamic -L/usr/lib -L/usr/X11R6/lib
-lgtkxmhtml -lXpm -ljpeg -lpng -lz -lSM -lICE -lgtk -lgdk -lgmodule -lglib -ldl -lXi
-lXext -lX11 -lm conftest.c -lgtkxmhtml -lpng -ljpeg -lz -lm 1>&5
/usr/bin/ld: cannot find -lXpm
collect2: ld returned 1 exit status
configure: failed program was:
#line 3004 "configure"
#include "confdefs.h"
Looks like I may need to search out libXpm...
That should be helpful... Thanks...
--
The shortest distance between two puns is a straight line.
[EMAIL PROTECTED] - <http://www.hex.net/~cbbrowne/lsf.html>