Date: Mon, 8 Apr 1996 19:30:06 -0700 From: asami@cs.berkeley.edu (Satoshi Asami) To: ache@astral.msk.su Cc: andreas@knobel.gun.de, ports@FreeBSD.org Subject: Re: New Elm port is missing libintl (what's that !!??) Message-ID: <199604090230.TAA16084@sunrise.cs.berkeley.edu> In-Reply-To: <199604062228.CAA05714@astral.msk.su> (ache@astral.msk.su)
next in thread | previous in thread | raw e-mail | index | archive | help
* > > It seems that Configure script find libintl somewhere at your machine, * > > I just compile it without any problems. * > * > You are right, I missed to look also in /usr/local for that lib. * > I had to add -L/usr/local/lib ... now everything works fine. * * No, Elm not needs this lib at all, better variant is remove this lib from * /usr/local/lib, because intl is part of libc. Maybe it's better to fix elm to not look at it at all? At least finding it and not using it (because it didn't give -L/usr/local/lib to the linker) doesn't seem right at all. Or is it a problem with all autoconf-generated configure scripts? If so, I guess I agree that it's the system with /usr/local/lib/libintl.* that are "oddballs" and have to be fixed.... Satoshi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604090230.TAA16084>