> > 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++
Ross Smith wrote:
> Are you using -Ur? If not, RTFM. If you are, I'm out of suggestions.
Danny Smith wrote:
> The problem is with the .stabs debugging symbols in C++ - and it has been
> around for awhile as you have already noted. Debugging symbols don't seem to
> cause problem in C.
>
> This sho
Hello,
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.
Here is how to reproduce the problem. Given the foll
3 matches
Mail list logo