well peeps.
i actually browsed through the libtool mail archives and read the note about
cygwin specific things (especially the mail/cygwin32 file).
here is a set of updates to libtool.m4, ltmain.in (and automake.in) that
does just about all of it, as far as I can tell. the libtool check suite
p
Alexandre Oliva wrote:
>
> On Mar 6, 2001, Bryce McKinlay <[EMAIL PROTECTED]> wrote:
>
> > Perhaps it would suffice to simply clear "wl" when entering the
> > incremental mode, assuming we know the linker will always be called
> > directly when doing incremental.
>
> Yep. Please try this patc
Alexandre Oliva wrote:
> On Mar 6, 2001, Bryce McKinlay <[EMAIL PROTECTED]> wrote:
>
> > Perhaps it would suffice to simply clear "wl" when entering the
> > incremental mode, assuming we know the linker will always be called
> > directly when doing incremental.
>
> Yep. Please try this patch.
On Thursday 08 March 2001 10:54 pm, Kevin Wright wrote:
> From the README.txt in the bzipped version of Edwards libtool-cygwin:
>
> PPS. Really smart cookies will notice a seemingly nonsensical diff in
> the patch file. That's because someone committed some file(s) into
> cvs with embedded bina
Tor,
>From the README.txt in the bzipped version of Edwards libtool-cygwin:
PPS. Really smart cookies will notice a seemingly nonsensical diff in
the patch file. That's because someone committed some file(s) into
cvs with embedded binary characters. I have no idea what they were,
but I remov
Gary V. Vaughan writes:
> The attached files are FYI, and represent the commits I made to HEAD.
> + yes,cygwin*)
> + library_names_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} |
>[sed -e 's/[.]/-/g']`${versuffix}.dll'
> +;;
> + yes,mingw*)
> + library_names_s
I have a bit of a problem creating a DLL that depends on a second DLL on the
MS Windows 98 platform. I'm using all the latest versions of the GNU autotools
(libtool, automake, and autoconf) with the cygwin environment. I've read the
(excellent) GNU Autotools book, and I've read the manuals, but...