From: Gary V. Vaughan Date: Tue, 23 Mar 1999 10:40:00 +0000 (+0000) Subject: * TODO (cygwin): food for though re: mutually dependant dlls. X-Git-Tag: release-1-3b~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63fc505ad8e9b520077084c358be0bd0ccc7a40a;p=thirdparty%2Flibtool.git * TODO (cygwin): food for though re: mutually dependant dlls. --- diff --git a/ChangeLog b/ChangeLog index a8837dc7b..cc934bfa1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-03-23 Gary V. Vaughan + + * TODO (cygwin): food for though re: mutually dependant dlls. + 1999-03-21 Alexandre Oliva * tests/build-relink.test: if we relink and have hardcode_direct, diff --git a/TODO b/TODO index d1487063f..f4b855a35 100644 --- a/TODO +++ b/TODO @@ -39,6 +39,12 @@ import lib differently than if it will be linked with a static lib. This will almost definitely require that automake pass some hints about linkage in to each object compilation line. +* jeffdb@goodnet.com writes + all you need to do for mutually dependant + .dll's is to create an implib from a .def file +so it appears that we might need to detect and handle mutual dependencies +specially on win32 =(O| + * If not cross-compiling, have the static flag test run the resulting binary to make sure everything works.