bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mscorlib: No such library


From: Bruno Haible
Subject: Re: mscorlib: No such library
Date: Thu, 6 Jan 2005 15:03:47 +0100
User-agent: KMail/1.5

Frank Griessbaum wrote:
> I tried to built gettext-0.14.1 on AIX 5.1 and failed during "make" (Please
> see below). It looks like that this library (mscorlib) should come with
> pnet.
> ...
> /bin/sh ../lib/csharpcomp.sh -O -g -o GNU.Gettext.dll ./intl.cs
> mscorlib: No such library
> make[3]: *** [GNU.Gettext.dll] Error 1

It looks like an installation/configuration problem of you pnet installation.
GNU gettext doesn't reference mscorlib, and it works with pnet on Linux.

> I installed pnet-0.6.10 with following configure options:
>
>  ./configure --enable-threads=posix --without-libffi --without-libgc
>
> Maybe I lost by this configure options this library? But unfortunately
> there is no other way to get pnet build on this AIX 5.1

I'd suggest that you call

  env CSHARP_VERBOSE=1 /bin/sh ../lib/csharpcomp.sh -O -g -o GNU.Gettext.dll 
./intl.cs

to see which commands are executed, try to run them manually, and see if
you can isolate the problem on the pnet side.

Bruno





reply via email to

[Prev in Thread] Current Thread [Next in Thread]