Building DLL: Cannot export _bss_end__: symbol not defined

Jason Tishler Jason.Tishler@dothill.com
Fri Mar 9 19:40:00 GMT 2001


John,

On Fri, Mar 09, 2001 at 06:52:53PM -0500, fortinj@attglobal.net wrote:
> Cannot export _bss_end__: symbol not defined
> Cannot export _bss_start__: symbol not defined
> Cannot export _data_end__: symbol not defined
> Cannot export _data_start__: symbol not defined
> collect2: ld returned 1 exit status

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

-- 
Jason Tishler
Director, Software Engineering       Phone: +1 (732) 264-8770 x235
Dot Hill Systems Corp.               Fax:   +1 (732) 264-8798
82 Bethany Road, Suite 7             Email: Jason.Tishler@dothill.com
Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com

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



More information about the Cygwin mailing list