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]

Building DLL: Cannot export _bss_end__: symbol not defined


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


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