Tom Schneider wrote:
A program of mine is giving a segmentation fault and it's hard to locate. So I need to compile with debugging on and then run dbx to find the line number.
Did you try the addr2line utility (mentioned in a previous email) ? Or run the program under control of gdb and then use the 'bt' command to list a backtrace when it crashes.
Regards,
Adriaan van Os