<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Sun, 2010-08-08 at 21:56 -0500, Yaakov (Cygwin/X) wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
<TT><FONT COLOR="#737373">> Is the library extension renaming part of the exec-hook? Why does it</FONT></TT><BR>
<TT><FONT COLOR="#737373">> have to change?</FONT></TT><BR>
<BR>
<TT><FONT COLOR="#1a1a1a">Huh?</FONT></TT><BR>
</BLOCKQUOTE>
In configure.ac, before the patch the value of LIBEXT is "so"<BR>
and after the patch it is "dll.a". I don't know if it is right or wrong, but I was<BR>
asking why the library extension had changed. I liitle googling tells me it is <BR>
a convention for import libraries.
<BLOCKQUOTE>
<PRE>
LIBEXT=so
case $host_os in
cygwin*|mingw*)
        LIBEXT=dll.a                <--- this line added by the patch
        platform_win32=yes
        ;
darwin*)
        LIBEXT=dylib
        platform_darwin=yes
        ;
esac
</PRE>
</BLOCKQUOTE>
<BR>
<BLOCKQUOTE TYPE=CITE>
<BR>
<TT><FONT COLOR="#737373">> I had a hard time understand the creative explanation "must remain !</FONT></TT><BR>
<TT><FONT COLOR="#737373">> PLATFORM_WIN32".</FONT></TT><BR>
<TT><FONT COLOR="#737373">> Perhaps something like "must be done on all platforms including</FONT></TT><BR>
<TT><FONT COLOR="#737373">> WIN32".</FONT></TT><BR>
<BR>
<TT><FONT COLOR="#1a1a1a">No, it must remain in a !PLATFORM_WIN32 conditional block.</FONT></TT><BR>
<BR>
</BLOCKQUOTE>
<BLOCKQUOTE>
<PRE>
I was looking at the toplevel makefile, my mistake.
</PRE>
</BLOCKQUOTE>
<BR>
So I can upgrade to:<BR>
<BR>
Reviewed-by: Gaetan Nadon <<A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>><BR>
<BR>
</BODY>
</HTML>