This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Building DLL: Cannot export _bss_end__: symbol not defined


 
> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]