| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Date: | Fri, 9 Mar 2001 22:45:43 -0500 |
| From: | Jason Tishler <Jason DOT Tishler AT dothill DOT com> |
| To: | fortinj AT attglobal DOT net |
| Cc: | cygwin AT cygwin DOT com |
| Subject: | Re: Building DLL: Cannot export _bss_end__: symbol not defined |
| Message-ID: | <20010309224543.B1355@dothill.com> |
| Mail-Followup-To: | fortinj AT attglobal DOT net, cygwin AT cygwin DOT com |
| References: | <003301c0a8f4$0f4b3ed0$54906520 AT fortin> |
| Mime-Version: | 1.0 |
| User-Agent: | Mutt/1.2.5i |
| In-Reply-To: | <003301c0a8f4$0f4b3ed0$54906520@fortin>; from fortinj@attglobal.net on Fri, Mar 09, 2001 at 06:52:53PM -0500 |
| Organization: | Dot Hill Systems Corp. |
John, On Fri, Mar 09, 2001 at 06:52:53PM -0500, fortinj AT attglobal DOT 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 DOT Tishler AT dothill DOT com Hazlet, NJ 07730 USA WWW: http://www.dothill.com -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |