Hello Reuben,
* Reuben Hawkins wrote on Tue, Apr 05, 2011 at 05:51:52AM CEST:
> In my build process, I need to have all the libraries copied to
> $(top_builddir)/lib and all the bins to $(top_builddir)/bin and headers,
Can you explain to us why you would need that to be done?
> etc... Is there
On Tue, 5 Apr 2011, Dave Hart wrote:
On Mon, Apr 4, 2011 at 22:15 PM, Martin Hicks wrote:
Is there a way to specify a different compiler for compile-time helper
programs that are used during the build of a package?
I think the short answer is no. I have some source files in a package
which a
Hi automake,
In my build process, I need to have all the libraries copied to
$(top_builddir)/lib and all the bins to $(top_builddir)/bin and headers,
etc... Is there some de facto standard what to do this with automake? This
source tree is somewhat deeply nested (if that makes any difference).
On Mon, Apr 4, 2011 at 22:15 PM, Martin Hicks wrote:
> Is there a way to specify a different compiler for compile-time helper
> programs that are used during the build of a package?
I think the short answer is no. I have some source files in a package
which are built by running a C program, whic
I've run into this a few times and I've never seen a solution.
Is there a way to specify a different compiler for compile-time helper
programs that are used during the build of a package? Basically the
HOSTCC vs. Target CC that is implemented in the linux kernel tree for
cross compiles.
Or is th