|
From: Ethan M. <merritt@u.washington.edu> - 2009-05-08 21:43:04
|
On Friday 08 May 2009 10:34:51 pl...@pi... wrote: > HI, > > I'm trying to cross-compile gnuplot for arm. > > I set CC= and CXX= but it got thrown out with a message saying I should > use --host to cross-compile. > > The supposed "complete" list of options in ./configure --help and in > INSTALL does not mention it or cross-compiling at all The --host=arm-linux option is not something that is part of gnuplot, or gnuplot's autoconfigure scripts. It is an option for the gcc compiler. So you would need to look in the gcc docs. I would guess the best source of help would be an arm-linux forum. > where's the doc ? > > > TIA. -- Ethan A Merritt |