This is the mail archive of the cygwin@sources.redhat.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]

Build libraries with gcc


Hello,

I have a question building libraries using gcc under cygwin.

When compiling in Linux/Unix, I have no error message. When compiling
under Windows, I get the following error message with any of my
libraries:

g++ -shared -pg -o libGIF.so main.o readGIF.o writeGif.o

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
Cannot export _monstartup: symbol not defined
main.o(.text+0x31):main.c: undefined reference to `_monstartup'
collect2: ld returned 1 exit status


Tank you for any help!!

Patrick




--
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]