Re: Invoking executables and AC_TRY_RUN

2006-03-31 Thread James Laird
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

Re: Invoking executables and AC_TRY_RUN

2006-03-29 Thread Ralf Wildenhues
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

Invoking executables and AC_TRY_RUN

2006-03-29 Thread James Laird
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