Had someone success to debug external build FLTK applications, e.g.
from FLTK's test folder, in Xcode 3.2 ?
GDB reports only no symbol detected in Xcode.
Details:
fltk-1.3.x-r6943
./configure --enable-debug (results in the -g and -arch i386 options)
Xcode 3.2
$ file test/demo
test/demo: Mach-O executable i386
$ nm test/demo
...
000038fc T _main
U _malloc
...
Plain gdb, on the command line, does accept breakpoints but not in Xcode.
So obviously the -g option created by FLTK's configure script does not
suffice for Xcode.
kind regards
Kai-Uwe Behrmann
--
developing for colour management
www.behrmann.name + www.oyranos.org
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk