gEDA-dev: mingw DLL problem
Cesar Strauss
cestrauss at gmail.com
Sat Nov 3 20:49:00 EDT 2007
al davis wrote:
> MS-Windows????????????
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.
Caveat: The shared libs will no longer work if the executable is
renamed. The executable name is encoded in the "import library".
Hope this helps,
Cesar
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mingw.tar.gz
Type: application/gzip
Size: 810 bytes
Desc: not available
Url : http://www.seul.org/pipermail/geda-dev/attachments/20071103/07650727/attachment.bin
More information about the geda-dev
mailing list