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

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

"make" fails because I don't have a C# compiler


From: Santiago Vila
Subject: "make" fails because I don't have a C# compiler
Date: Thu, 29 Jan 2004 19:19:40 +0100 (CET)

Hello.

Just tried gettext 0.14.

./configure --prefix=/usr
make

says:

[...]
Making all in intl-csharp
make[3]: Entering directory `/tmp/gettext-0.14/gettext-runtime/intl-csharp'
/bin/sh ../lib/csharpcomp.sh -O -g -o GNU.Gettext.dll ./intl.cs
C# compiler not found, try installing pnet, then reconfigure
make[3]: *** [GNU.Gettext.dll] Error 1

Should this not be detected in the configure stage, or, alternatively,
not to give an error in the "make" stage?


After this I tried

./configure --disable-csharp --prefix=/usr
make
make install DESTDIR=`pwd`/debian/tmp

and it happened something which I reported before:
debian/tmp/usr/lib/libgettextsrc-0.14.so is linked against the
libgettextlib-0.13.1.so library which was previously installed in /usr/lib,
not against the just created libgettextlib-0.14.so.

Well, this is to tell you that I fixed this problem in Debian gettext
0.13.1 by relibtoolizing with the Debian libtool package, so you might
want to take a look at it.

Thanks.




reply via email to

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