This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

Why doesn't gcc 4.6 show line numbers in error messages?


Hi

I hope this isn't a silly question.  I am running gcc 4.6.3 on Ubuntu 12.  When I compile my source code I get compiler errors in a form that I don't expect. For example:

EVD.cpp:(.text+0x1c6e): undefined reference to `Matrix<std::complex<double> >::Matrix()'

Why is the location of the error shown relative to .text instead of as a simple line number?

Best regards

David


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