Compiling/linking with MSVC++ 5.0

John_Lehmann@res.raytheon.com John_Lehmann@res.raytheon.com
Thu Aug 13 07:30:00 GMT 1998


I've been trying to build an application using only the Microsoft Visual
C++ 5.0 compiler and linker.  After a number of problems, I've gotten the
errors down to four.  When I link in the Cygnus libraries, I get the
following linker errors:

libcygwin.a(libccrt0.o) : error LNK2001: unresolved external symbol
__data_start__
libcygwin.a(libccrt0.o) : error LNK2001: unresolved external symbol
__data_end__
libcygwin.a(libccrt0.o) : error LNK2001: unresolved external symbol
__bss_start__
libcygwin.a(libccrt0.o) : error LNK2001: unresolved external symbol
__bss_end__

These references to the beginning and ends of the .bss and .data segments
are apparently generated by the gnu compiler only..  Is there ANY way for
me to compile and link a gnu-win32  application using MSVC?? I realize
similar questions have been asked but i've seen no answers yet.. Any help
greatly appreciated!

john


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list