MinGW link against an MS Windows import library

2004-04-13 Thread Bill Jones
how do I specify a static import library with a *.lib extension to be used by libtool for resolving the symbols provided by a non-libtool DLL when building a dependent DLL with libtool? Any help would be appreciated even if I am doing something totally stupid, wtj

Re: MinGW link against an MS Windows import library

2004-04-14 Thread Bill Jones
as set to the path of the .dll file but it was not loadable. I should probably add that my DLL loader functions correctly for similar libtool modules I build that do not require linking against any 3rd party .lib files. wtj Earnie Boyd wrote: Tim Van Holder wrote: Bill Jones wrote: So

Re: MinGW link against an MS Windows import library

2004-04-14 Thread Bill Jones
appropriate to have libtool conform to that spec under Windows (MinGW/Cygwin in particular) as I am sure that this will occur frequently. Thanks for the response. wtj Tim Van Holder wrote: Bill Jones wrote: So the basic question is how do I specify a static import library with a *.lib extension to

Re: MinGW link against an MS Windows import library

2004-04-15 Thread Bill Jones
tj Earnie Boyd wrote: Tim Van Holder wrote: Bill Jones wrote: So the basic question is how do I specify a static import library with a *.lib extension to be used by libtool for resolving the symbols provided by a non-libtool DLL when building a dependent DLL with libtool? The trivial solution

Building a DLL with libltdl support

2004-07-01 Thread Bill Jones
g wrong is greatly appreciated. wtj -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Bill Jones [EMAIL PROTECTED] Mail Stop 125 Data Analysis and Imaging Branch 15 Langley Boulevard Systems Engineering Competency NASA Langley Research Center

Re: Building a DLL with libltdl support

2004-07-02 Thread Bill Jones
uses it throughout libltdl. Therefore, you must use the LT_SCOPE macro for any symbols in file.c that need also to be exported. An alternative is to simply pass "--export-all-symbols" to GNU ld assuming that all symbols need export. wtj Bill Jones wrote: I am trying to build a DLL

Libtool convenience library on x86_64

2004-12-20 Thread Bill Jones
this to be actually fixed at some point? Is there a work around for using libtool convenience libraries in building shared libtool libraries? Any help would be appreciated, wtj -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Bill Jones