Re: gdb-apple Error

2013-11-22 Thread James Furness
I’ll reply to both here to save mails. It turns out it is running fine. Many thanks guys, I really appreciate the help. I’ve been staring at errors and warnings from different places all week, I missed that it was running fine and assumed the worst. Regards, James >From Eric Gallager: > Two t

Re: gdb-apple Error

2013-11-22 Thread Brandon Allbery
On Fri, Nov 22, 2013 at 9:56 AM, James Furness wrote: > So as an experiment I thought I would try to use gdb-apple instead of the > ‘vanilla’ gdb (again downloaded from macports). However when I try to run > gdb-apple from the terminal, it will run fine without a program to debug, > however when I

Re: gdb-apple Error

2013-11-22 Thread Eric Gallager
Two things: 1. If they are just warnings and not errors, they can safely be ignored. 2. Are you sure the warning is coming from apple-gdb and not from the inferior program being debugged? On Fri, Nov 22, 2013 at 9:56 AM, James Furness wrote: > Hi, > > I have just installed gdb-apple using macpo

gdb-apple Error

2013-11-22 Thread James Furness
Hi, I have just installed gdb-apple using macports in the hope that it might help with some Fortran debugging blues (details here if anyone would like to try and help: http://www.eclipse.org/forums/index.php/m/1203083/#msg_1203083) So as an experiment I thought I would try to use gdb-apple ins