Re: problem with gcc33

From: Kris Kennaway (kkenn_at_rot13.obsecurity.org)
Date: 10/31/03


Date: Thu, 30 Oct 2003 23:00:04 GMT

On 2003-10-30, Sven Meier <sven.d.meier@gmx.net> wrote:

>> Since you are using FreeBSD 5.1, I would edit the wine Makefile and remove
>> the gcc33 dependency, since you already have it installed in /usr/bin.
>>
>
> Actually, I cannot even install gcc33 properly. a 'make install' in
> usr/ports/lang/gcc33 gives the following message:
>
> /usr/libexec/ld-elf.so.1: Shared object "libintl.so.4" not found

Well, there you go..you have an inconsistent system, because you
updated gettext without updating everything that uses it. A few
months ago gettext switched from libintl.so.4 to .so.5, so if you
remove .so.4 but still have applications that use it they obviously
become unusable.

portupgrade -rR gettext

Kris