Re: Profiled-arc builds?

2008-07-15 Thread Ralf Wildenhues
Hi Bob, * Bob Friesenhahn wrote on Wed, Jul 16, 2008 at 02:51:10AM CEST: > It it is useful to be able to support profiled builds in which a first > build is created, the program is executed, and then a second build is > done with code paths optimized based on the branching behavior during >

Profiled-arc builds?

2008-07-15 Thread Bob Friesenhahn
It it is useful to be able to support profiled builds in which a first build is created, the program is executed, and then a second build is done with code paths optimized based on the branching behavior during execution. Is this within the realm of possibility for future Automake? Bob

Re: problems with AM_PYTHON_PATH

2008-07-15 Thread Vikram Ambrose
Note that this is a similar problem someone has hit cross compiling http://projects.linuxtogo.org/pipermail/openembedded-devel/2007-March/001722.html Vikram Ambrose wrote: I'm trying to cross compile an app that uses Python.h In my configure.ac i have... --- configure.ac -- if tes

problems with AM_PYTHON_PATH

2008-07-15 Thread Vikram Ambrose
I'm trying to cross compile an app that uses Python.h In my configure.ac i have... --- configure.ac -- if test "$with_python" != "no" ; then # This only checks for the python interpreter, and not the dev headers # but it also sets various other python variables, eg PY