Re: cross-compiling difficulty with on-the-fly gen/build/use paradigm

2012-08-20 Thread Miloslav Trmac
- Original Message - I'm having a problem trying to cross-compile audit. The problem is that gen_actiontabs_h is built using the cross-compiler (for ARM), and then it's asked to run on the host (x86_64). Is there a simple way around this? A complex way, perhaps? Extra points for

Re: cross-compiling difficulty with on-the-fly gen/build/use paradigm

2012-08-18 Thread Steve Grubb
On Friday, August 17, 2012 08:19:48 PM John Baron wrote: I'm having a problem trying to cross-compile audit. The problem is that gen_actiontabs_h is built using the cross-compiler (for ARM), and then it's asked to run on the host (x86_64). [I've seen some discussion of cross- compiling, but

cross-compiling difficulty with on-the-fly gen/build/use paradigm

2012-08-17 Thread John Baron
I'm having a problem trying to cross-compile audit. The problem is that gen_actiontabs_h is built using the cross-compiler (for ARM), and then it's asked to run on the host (x86_64). [I've seen some discussion of cross- compiling, but this issue hasn't been brought up, AFAICT] make