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: <003301c0a8f4$0f4b3ed0$54906520@fortin> From: To: Subject: Building DLL: Cannot export _bss_end__: symbol not defined Date: Fri, 9 Mar 2001 18:52:53 -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 get the folowing when I try to build my DLL. $ make gcc -o xf_dx.dll xf_dx.c -g -shared -mwindows -lddraw -ldinput -ldxguid In file included from xf_dx.h:45, from xf_dx.c:24: xf_dx_xwin.h:14: warning: parameter names (without types) in function declaratio n 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 make: *** [xf_dx.dll] Error 1 This has worked in the past, but I just reinstalled Cygwin with all the new packages. There were several references to problems with the binutils package. Is this correct? Do I need an older binutils? John -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple