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]
Other format: [Raw text]

RE: ld -r errors with C++ objects


> From: Brian R. Gaeke [mailto:gaeke@uiuc.edu]
> 
> When I link two particular .o files together into a new relocatable
> (using ld -r) I get errors from ld, instead of a new .o file. This
> happens in many of our C++ projects, but only on Cygwin. I have
> reduced the test cases significantly.

ld doesn't speak C++. Use g++ to link C++ modules.

Ross Smith ...................... Pharos Systems, Auckland, New Zealand

           "Remember when we told you there was no future?
                   Well, this is it." -- Blank Reg

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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