gnucap-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnucap-devel] mingw DLL problem


From: Thomas Sailer
Subject: Re: [Gnucap-devel] mingw DLL problem
Date: Sun, 04 Nov 2007 00:07:31 +0100

Here's your example made to work for me.

The key point is that when you compile bar.dll, you should also get
libbar.a. Now when you link foo which calls functions from bar, you need
to also link in libbar.a, i.e. with -lbar.

Hope this helps.

Tom

Attachment: bar.def
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]