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

Re: No Debugging Symbols in c++


On Mon, 6 Dec 1999, Earnie Boyd wrote:

> I was wishing to build jikes-1.10 with debugging turned on, '-g' on the c++
> command line.  Gdb reports that it can't find any symbols.  This is with the
> Cygwin V1 CD.  Any suggestions?
> 
> BTW, Mumit's patches are included in this version and builds OOB.
> 

Check your Makefile carefully. I bet Jikes is adding -s ("strip") when 
linking, which defeats the purpose of compiling with -g.

Regards,
Mumit



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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