From: Ian Edwards (ian_at_concerto.demon.co.uk)
Date: Thu Sep 12 2002 - 09:14:34 BST
On 11-Sep-02 Jitesh Patel wrote: > How come I can't see any of my C++ files when using ups and g++? I used the > add source path and it still didn't work..... Hello Jitesh, are you using GCC 3.1 or later ? ( try : g++ --version ) GCC 3.1 has changed the default format for debugging information from STABS to DWARF2 (except on Solaris). To use UPS you will have to compile your programs with '-gstabs' instead of '-g'. Regards, Ian. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Ian Edwards <ian_at_concerto.demon.co.uk> 12-Sep-02 09:14:34 Early Music Record Labels - http://www.recordlabels.org/ 'ups' debugger for C/C++/f77 - http://www.concerto.demon.co.uk/UPS/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
This archive was generated by hypermail 2.1.4 : Thu Sep 12 2002 - 10:00:30 BST