gnome-lib
- From: FRBall <frb umr edu>
- To: gnome-list gnome org
- Subject: gnome-lib
- Date: Sun, 12 Apr 1998 02:13:41 -0500
I got a cvs snapshot of gnome-libs Sunday, and libgnome refused to
compile.
The makefile had it linking glib without adding the path to it.
(in libgnome/Makefile)
I had to change this:
libgnome_la_LIBADD = -lglib -lm $(DL_LIB)
to
libgnome_la_LIBADD = -L/usr/local/gtk/lib -lglib -lm $(DL_LIB)
in order for it to compile correctly.
Thanks,
Franklin Belew
PS: I'm not on the list so CC: to me please
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]