Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <000f01c0a969$e1d88ea0$af906520@fortin> From: To: References: <003301c0a8f4$0f4b3ed0$54906520 AT fortin> <20010309224543 DOT B1355 AT dothill DOT com> Subject: Re: Building DLL: Cannot export _bss_end__: symbol not defined Date: Sat, 10 Mar 2001 08:56:17 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 > 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