Subject: Re: Pb with Gtk and Gettext
To: Eric Jacoboni <jaco@teaser.fr>
From: Johnny Lam <jlam@jgrind.org>
List: tech-pkg
Date: 10/04/2001 06:45:59
On Thu, Oct 04, 2001 at 12:11:58PM +0200, Eric Jacoboni wrote:
> >>>>> "Nick" == Nick Hudson <skrll@netbsd.org> writes:
> 
> Nick> Are you using -current/1.5? Do you have LOCALBASE=/usr/local in
> Nick> your /etc/mk.conf?
> 
> I'm using -current. LOCALBASE=/usr/local in my /etc/mk.conf.
> 
> $ uname -a
> NetBSD titine.fr.eu.org 1.5Y NetBSD 1.5Y (TITINE-Current-20010918) #1:\
> Wed Oct  3 02:18:29 CEST 2001 \
> root@titine.fr.eu.org:/usr/src/sys/arch/i386/compile/TITINE i386

NetBSD-current on i386 is ELF, and the ld.so.conf file doesn't work the
way you think it does (see ld.so.conf(5) for more).  Also, -current has
it's own libintl.so in /usr/lib, so you shouldn't be linking against a
libintl.so in /usr/local if you're building from pkgsrc.  Lastly, I
believe -current for the past week since the new toolchain became the
default has had a bug in ld(1) where interlibrary dependencies aren't
recorded properly.  Any of these may be the cause of the problem that
you're seeing.

	Cheers,

	-- Johnny Lam <jlam@jgrind.org>