From: Eli Barzilay (eli at barzilay.org) Date: Fri Sep 16 17:37:27 EDT 2011 |
|
Two hours ago, Casey Klein wrote: > > I did this: > > $ gdb path/to/drracket /cores/core.221 > > saw this message: > > This GDB was configured as > "i386-apple-darwin"..."/Users/clklein/git/new-redex-semantics/bin/drracket": > not in executable format: File format not recognized You need the actual binary executable there, not the wrapper script. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life!
Posted on the dev mailing list. |
|