Re: Difficulty cross-compiling

2009-10-13 Thread Harlan Stenn
William, I did a lot of what you are talking about when I was there - do you have access to any of the ATC stuff? H

RE: Difficulty cross-compiling

2009-10-13 Thread William Tracy (wtracy)
[mailto:st...@ntp.org] Sent: Tuesday, October 13, 2009 6:31 PM To: William Tracy (wtracy) Cc: John Calcote; automake@gnu.org Subject: Re: Difficulty cross-compiling William, I did a lot of what you are talking about when I was there - do you have access to any of the ATC stuff? H

Re: Difficulty cross-compiling

2009-10-12 Thread John Calcote
Hi William, On 10/12/2009 12:26 PM, William Tracy (wtracy) wrote: I'm trying to cross-compile a library that uses GNU Autotools (Google Coredumper, to be specific) for PPC using the MontaVista tool chain. The sequence of commands I'm following is: $ ./configure --host=ppc CC=/path/to/gcc

RE: Difficulty cross-compiling

2009-10-12 Thread William Tracy (wtracy)
. _ Thanks for the reply, though. --- William Tracy -Original Message- From: John Calcote [mailto:john.calc...@gmail.com] Sent: Monday, October 12, 2009 12:00 PM To: William Tracy (wtracy) Cc: automake@gnu.org Subject: Re: Difficulty cross-compiling You don't state your target OS, only the CPU

Re: Difficulty cross-compiling

2009-10-12 Thread Ralf Corsepius
On 10/12/2009 08:26 PM, William Tracy (wtracy) wrote: Hello, I'm trying to cross-compile a library that uses GNU Autotools (Google Coredumper, to be specific) for PPC using the MontaVista tool chain. The sequence of commands I'm following is: $ ./configure --host=ppc CC=/path/to/gcc