Subject: Re: cross-compiler building notes (Was: Is 1.4.1 fpe busted?)
To: Richard Pennington <rich@introl.com>
From: Bill Studenmund <wrstuden@nas.nasa.gov>
List: port-mac68k
Date: 09/08/1999 09:37:59
On Tue, 7 Sep 1999, Richard Pennington wrote:

> The program was cross compiled on an i386-netbsd system, but it is statically
> linked. Should that work?

Assuming it was linked with 1.4 (or 1.4.1) libraries, I think so.

Try running ktrace, i.e. ktrace programname program_options . It will spit
out a trace file readable with kdump (I suggest kdump > trace so you can
view it at your leisure).

Take care,

Bill