On Wed, 2 Jun 1999, Julian Elischer wrote: > How does one build a gdb that can read aout programs, in an ELF > system?
Not easily. The old gdb-4.16 could be built this way by not defining FREEBSD_ELF but its a lot of hassle since you need a.out bfd etc. You possibly pick an a.out gdb binary out of an old release and try that. -- Doug Rabson Mail: [email protected] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-hackers" in the body of the message

