From 06c3c3fd46eb498c471074bef355b02807f3647a Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Mon, 8 Mar 1999 17:23:47 +0000 Subject: [PATCH] * TODO: removed .a library namespace clash for win32. It is now resolved. --- ChangeLog | 3 +++ TODO | 8 +------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2d107a02e..51d9075d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ * doc/libtool.texi (old_archive_from_expsyms_cmds, extract_expsyms_cmds): documented these new variables. + * TODO: removed .a library namespace clash for win32. It is + now resolved. + 1999-03-06 Alexandre Oliva * libltdl/ltdl.c (LTDL_LAZY_OR_NOW): renamed from LTDL_NOW; prefer diff --git a/TODO b/TODO index 76e7d5842..3d0116b55 100644 --- a/TODO +++ b/TODO @@ -64,7 +64,7 @@ In the future: ************** * Fix */demo on win32. -This may require resolving some of the items below. +This may simply require resolving the item below. * Figure out how to use data items in dlls with win32. The difficult part is compiling each object which will be linked with an @@ -72,12 +72,6 @@ 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. -* Resolve the name clash between import libs and static libs on win32. -Probably the best way to do this is to create lib$name-dll.a for the import -library, and continue to use lib$name.a for the static lib. libtool ---mode=link can then favour -dll.a over .a if there is a choice. No point in -doing this until we can export data items (above). - * If not cross-compiling, have the static flag test run the resulting binary to make sure everything works. -- 2.47.2