[Fwd: Re: [Mono-dev] Mono 1.1.9.1 Windows Installer Released]

Zoltan Varga vargaz at gmail.com
Fri Sep 30 20:23:35 EDT 2005


                                             Hi,

> I'd like to be able to build with the latest cygwin but have not been
> able to get it linking correctly:
>
> *** Warning: linker path does not have real file for library -lintl.
> *** I have the capability to make that library automatically link in
> when
> *** you link to this library. But I can only do this if you have a
> *** shared version of the library, which you do not appear to have
> *** because I did check the linker path looking for a file starting
> *** with libintl and none of the candidates passed a file format test
> *** using a file magic. Last file
> checked: /cygdrive/c/mono/Mono-1.1.8.3/bin/libintl-1.dll
> *** Warning: libtool could not satisfy all declared inter-library
> *** dependencies of module libglibsharpglue. Therefore, libtool will
> create
> *** a static module, that should work as long as the dlopening
> *** application is linked with the -dlopen flag.
> ar cru .libs/libglibsharpglue.a error.o list.o object.o slist.o type.o
> unichar.o value.o valuearray.o
> ranlib .libs/libglibsharpglue.a
> creating libglibsharpglue.la
>

This works fine on my system using latest cygwin. My libint is in
/lib/libintl.a. Perhaps you don't have that package installed, or
libintl-1.dll is in a directory
in your PATH so libtool finds it first ?

                  Zoltan



More information about the Mono-devel-list mailing list