Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] No symbol "new" in current context

Intel has a whitepaper on debugging with gdb:

http://cache-www.intel.com/cd/00/00/21/92/219299_intel_debugger.pdf

Perhaps it will help.

Cheers,
Craig



On Dec 20, 2006, at 10:02 AM, jdaues wrote:

I am attempting to debug a fortran program and I am getting the error:
No symbol "new" in current context
I have removed the optimization option.
The program runs fine in non-debug.

Using:
Intel Fortran compiler 9.0
Eclipse 3.2 with photran
gdb 3.4
OpenSuSE 10.1

Is the Intel compiler compatible with gdb?
Any other ideas as to what could be wrong?

Thanks
_______________________________________________
photran mailing list
photran@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/photran



Back to the top