Re: Re: mingw DLL problem
al davis <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.devel,gmane.comp.cad.geda.devel |
|---|---|
| Message-ID | <[email protected]> |
On Saturday 03 November 2007, Cesar Strauss wrote: > It worked for me, with some adjustments. See the attached > tarball. The files I modified were interface.h (export > desired symbols) and the Makefile (create and use an "import > library"). > > The method is to export the desired symbols from the > executable, creating an "import library" of the executable. > Then, when linking the shared lib, specify this import > library on the command-line. This will satisfy the missing > symbols of the shared lib. Thank you. That is the answer I was looking for.