Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 1999 10:04:03 -0400
From:      Brandon Fosdick <bfoz@glue.umd.edu>
To:        freebsd-ports@freebsd.org
Subject:   Help! gtk, glib, imlib library names wrong?
Message-ID:  <37611753.1D2B5FA9@glue.umd.edu>

next in thread | raw e-mail | index | archive | help
I just cvsup'd the latest ports and went to install gnome, etc...
imlib's makefile looks for gtklib12 but gtk12 installed gtklib-12 so 'make
install' thinks gtk isn't installed (but it is). Temp fix: changed imlib's
makefile. But... 'make configure', while testing for gtk, compiles a test
program which links to gtklib12. 'ldconfig -r' doesn't know anything about
gtklib12, but it does have gtklib-12. Temp fix: add '--disable-gtktest' to
CONFIG_ARGS in makefile. However, when it comes time to build, nothing can
link to gtk since ld is looking for gtklib12, which isn't there. Similar
story with glib during install of gtk.

None of this happened last time i installed these ports. I've already tried
linking gtklib12 to gtklib-12.so.2 and then running ldconfig. Didn't work. Any
ideas? 

Thanks,
Brandon

-- 
bfoz@glue.umd.edu
"Lead, follow, or get run over"
"In life there are those who steer, and those who push"
"I'm not impatient, the world is too slow"
"Life is short, so have fun, play hard, and leave a good looking corpse"


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37611753.1D2B5FA9>