* TODO (cygwin): food for though re: mutually dependant dlls.

This commit is contained in:
Gary V. Vaughan 1999-03-23 10:40:00 +00:00
parent 50e3b8b1db
commit 63fc505ad8
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1999-03-23 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
* TODO (cygwin): food for though re: mutually dependant dlls.
1999-03-21 Alexandre Oliva <oliva@dcc.unicamp.br>
* tests/build-relink.test: if we relink and have hardcode_direct,

6
TODO
View File

@ -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.