> I've gotten the above error message when the DLL is not exporting any
> symbols.  Add at least one __declspec(dllexport) attribute, use a .def
> file, or -Wl,--export-all-symbols.
> 
> Jason
> 

I added the -Wl,--export-all-symbols which did not work :(

However, when I used the *.def file it worked. :)
Thanks for the insight!

John


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

Reply via email to