Andreas Røsdal wrote:
>
> Commetning out -Wmissing-prototypes -Werror in the Makefile solved this
> compilation error.
>
Try removing the -I/mingw/include option instead, it should work as
well. Normally, warnings in system headers are ignored, but if
/mingw/include is explicitly added to the s
On Wed, 6 Jun 2007, Andreas Røsdal wrote:
On Tue, 5 Jun 2007, Cesar Strauss wrote:
I'm trying to compile guile 1.8.1 for the mingw32 platform on Windows.
When running configure, I get this error message:
I was able to compile guile on mingw32.
First, you should use the guile-core-1.8-20070429
On Tue, 5 Jun 2007, Cesar Strauss wrote:
I'm trying to compile guile 1.8.1 for the mingw32 platform on Windows.
When running configure, I get this error message:
I was able to compile guile on mingw32.
First, you should use the guile-core-1.8-20070429.tar.gz snapshot, or
use "cvs" to download
Hi,
Andreas Røsdal <[EMAIL PROTECTED]> writes:
> I'm trying to compile guile 1.8.1 for the mingw32 platform on Windows.
> When running configure, I get this error message:
>
>
> checking for lt_dlinit in -lltdl... no
> configure: error: libltdl not found. See README.
>
>
> However, I have compil
Andreas Røsdal wrote:
> Hello,
>
> I'm trying to compile guile 1.8.1 for the mingw32 platform on Windows.
> When running configure, I get this error message:
>
>
> checking for lt_dlinit in -lltdl... no
> configure: error: libltdl not found. See README.
>
>
> However, I have compiled and inst
Hello,
I'm trying to compile guile 1.8.1 for the mingw32 platform on Windows.
When running configure, I get this error message:
checking for lt_dlinit in -lltdl... no
configure: error: libltdl not found. See README.
However, I have compiled and installed libtool. (libtool-1.5.22)
So I commen