configure checks it's standard directory arguments for consistency, e.g.
exec_prefix prefix bindir sbindir libexecdir etc.
Is there a way to check my own directory argument in the same way, e.g.
by adding my directory variable to the list of standard directory
variables. Or is there a ready to use
Ralf Wildenhues wrote:
> Hello Christian,
>
> * Christian Rössel wrote on Wed, May 13, 2009 at 05:50:43PM CEST:
>> configure checks it's standard directory arguments for consistency, e.g.
>> exec_prefix prefix bindir sbindir libexecdir etc.
>>
>> Is there a
Steven G. Johnson schrieb:
Hi, I noticed a failure of the "checking whether we are cross compiling"
on BlueGene/L, where it erroneously decides that it is *not*
cross-compiling when in fact it *is*. I'm willing to submit a patch for
this (my copyright assignment is on file), but first I wanted
Ralf Wildenhues schrieb:
Hello Christian,
sorry, I saw your mail only after sending my other.
* Christian Rössel wrote on Sat, Jun 06, 2009 at 08:19:08AM CEST:
Note that we are working on some heuristics to detect supercomputer
platforms like Blue Gene, Cray, NEC etc. that require cross
Steven G. Johnson schrieb:
Christian Rössel wrote:
Therefore I usually specify --host *and* --build if I want to cross
compile. If $host != $build, configure sets cross_compiling to yes
Ah yes, that is an easier workaround than hacking the configure script.
Hi Steven,
I don't think
Steven G. Johnson schrieb:
Christian Rössel wrote:
Therefore I'm not sure if my macro will be general enough to be
included in config.guess. But a macro
AC_SET_HOST_FOR_CROSS_COMPILE_SUPERCOMPUTERS will be useful for many
applications.
So, all packages that you might potentially wa
Dear Natalie,
Am 5/15/2010 10:52 AM, schrieb Natalie Tasman:
> I'm working on a build system with autotools. I'd like to
> cross-compile, building a mingw/windows executable from linux. So far,
> my system works well with the --host option (and appropriate cross tools
> installed, from the mi
Hi Santilin,
On 10/19/2010 09:56 AM, santilistas wrote:
> Hi list,
>
> I have been looking for a long while Qt4 macros for autoconf and they
> seem not to exist.
>
> I don't want to make a full Qt4 project, but include Qt4 as a plugin
> into my project.
>
> Has anyone got those macros?
there is a
Hi,
AC_OPENMP returns "none needed" for the IBM xl Fortran compilers (xlf*,
bgxlf*, mpixlf*). This is wrong, you need to use -qsmp=omp.
configure tries to compile following program:
| program main
| call omp_get_num_threads
| end
Compilation succeeds without specifying any Ope
Hi Ralf,
Am 2/20/2011 7:55 AM, schrieb Ralf Wildenhues:
> Hi Christian, Markus,
>
> * Christian Rössel wrote on Fri, Feb 18, 2011 at 03:57:30PM CET:
>> AC_OPENMP returns "none needed" for the IBM xl Fortran compilers (xlf*,
>> bgxlf*, mpixlf*). This is w
Hi Jim, hi Ralf, hi all,
On 03/29/2011 08:35 AM, Ralf Wildenhues wrote:
> Hello Jim,
>
> * Jim Galarowicz wrote on Mon, Mar 28, 2011 at 09:08:02PM CEST:
>> I was wondering if anyone can point me to any information on how to
>> configure from a top-level directory multiple sub-directories with
>> d
7_dummy_main_test],[1],[])
AC_F77_DUMMY_MAIN
AC_OUTPUT
Any help appreciated.
Best regards,
Christian
--
Christian Rössel
Jülich Supercomputing Centre
Telefon +49 2461 61-1773
---
Jim,
Am 05.05.2011 17:38, schrieb Jim Galarowicz:
Hi all,
I'm writing to see if the patch that Christian developed will become a part of
the mainline autoconf.
My team members do not want to use a non-mainstream method to configure. Is
there is a possibility of this becoming mainstream?
T
llow the user to pass
> arguments to our --with-mpi option which then disables the use of the MPI
> compilers.
>
>
>
> I've attached hopefully all relevant m4 files we use in our project, Global
> Arrays.
>
> Website: http://www.emsl.pnl.gov/docs/global/
>
> SVN: htt
Am 15.06.2011 20:15, schrieb Olaf Lenz:
Hi!
On 06/15/2011 12:20 PM, Peter Simons wrote:
Now, I wonder what to do about AX_MPI. It seems to me like your
macros make that older version obsolete. Do you think we should
deprecate AX_MPI and delete it, eventually?
In principle, the macro is still
On 05/05/2012 03:07 PM, Richard Ash wrote:
On Thu, 2012-05-03 at 21:28 +0930, Michael Talbot-Wilson wrote:
Is there any way for the main configure, as generated by autoconf, to
automatically override defaults for options in the one invoked with
AC_CONFIG_SUBDIRS()? Or can it only be done by the
Jeffrey,
On 11/21/2013 03:26 PM, Jeffrey Walton wrote:
I'm trying to evaluate a third party library based on autotools. The
evaluation includes some basic dynamic analysis using Clang 3.3 (the
analysis is provided by the sanitzers).
`make check` is failing due to missing symbols:
libjpeg.a(jme
17 matches
Mail list logo