* Steffen Dettmer wrote on Wed, Mar 03, 2010 at 12:21:32AM CET:
> On Fri, Feb 26, 2010 at 2:55 PM, NightStrike wrote:
> > When doing a make distcheck, why is for instance the --host option not
> > propagated to configure without explicitly setting
> > DISTCHECK_CONFIGURE_FLAGS?
>
> erm... isn't --
Hi Gregory,
On 3/2/2010 4:14 PM, Grégory Pakosz wrote:
./configure --host=i686-pc-linux-gnu \
--prefix=/arch/x86-linux/gnu \
CC="gcc -m32 -march=i586" \
CXX="g++ -m32 -march=i586" \
LDFLAGS="-m32"
I'm curious about why setting
On Fri, Feb 26, 2010 at 2:55 PM, NightStrike wrote:
> When doing a make distcheck, why is for instance the --host option not
> propagated to configure without explicitly setting
> DISTCHECK_CONFIGURE_FLAGS?
erm... isn't --host enabling cross-compiling?
And when cross-compiling, make check always
> You need a bi-arch system, that is, one that has the system libraries both in
> a
> 64-bit variant and in a 32-bit variant (typically in /lib64 and /lib,
> respectively).
> For compiling in 32-bit mode, I use
> ./configure --host=i686-pc-linux-gnu \
> --prefix=/arch/x86-linux/gn
* Jef Driesen wrote on Tue, Mar 02, 2010 at 10:03:35PM CET:
> On 01/03/10 19:35, Ralf Wildenhues wrote:
> >* Jef Driesen wrote on Mon, Mar 01, 2010 at 01:33:46PM CET:
> >>Since a config.h header files is not supposed to be public, that's
> >>not an option. But how can I do this correctly?
> >
> >Us
On 01/03/10 19:35, Ralf Wildenhues wrote:
Hello Jef,
* Jef Driesen wrote on Mon, Mar 01, 2010 at 01:33:46PM CET:
How do I get information generated by autotools into my public
header files? For instance I want to define version numbers
somewhere in my configure.ac file, and have the same number
Hello,
* Steffen Dettmer wrote on Tue, Mar 02, 2010 at 11:00:39AM CET:
> On Wed, Feb 24, 2010 at 7:17 PM, John Calcote wrote:
> > Alexander's solution is great, though. I'm going to use that one myself.
>
> For this, you'd need to change all Makefile.ams and it isn't working
> recursively...
Yes
Hi,
I am not really sure that this a question for this list but maybe there
is a kind sole that has the answer over here
I have a Autools based project that I *really* want to compile both on
Linux and Windows using gcc (mingw on Windows) using Autotools.
I get these warnings:
*** Warning: lin
> bin_PROGRA*M*S = main
ahh great, so it caught the typo :-)
oki,
Steffen
On Wed, Feb 24, 2010 at 7:17 PM, John Calcote wrote:
> Alexander's solution is great, though. I'm going to use that one myself.
For this, you'd need to change all Makefile.ams and it isn't working
recursively...
What is with having
AC_SUBST(TESTS)
in configure.in and running:
$ make check
10 matches
Mail list logo