Hi Ralf,
On Wed, 29 Mar 2006, Ralf Wildenhues wrote:
> * James Laird wrote on Tue, Mar 28, 2006 at 07:50:53PM CEST:
> >
> > When the AC_TRY_RUN macro runs a program, it invokes it with the simple
> > command
> > ./a.out
> > When cross-compiling, obviously, this test will fail or produce output
Hi James,
* James Laird wrote on Tue, Mar 28, 2006 at 07:50:53PM CEST:
>
> When the AC_TRY_RUN macro runs a program, it invokes it with the simple
> command
> ./a.out
> When cross-compiling, obviously, this test will fail or produce output
> that isn't correct for the target platform.
>
> Howe
Hi,
When the AC_TRY_RUN macro runs a program, it invokes it with the simple
command
./a.out
When cross-compiling, obviously, this test will fail or produce output
that isn't correct for the target platform.
However, on some multiprocessor machines with a separate execution node,
it's possible