I am new to AutoConf and am running into a problem with absoft.
Autoconf (or Automake) adds in defs
like -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
The problem is that it uses the \" instead of just a " or no quote.
Absoft seems to have a problem with these because when
when I run autoconf the usual way, it runs "autom4te" which creates cache
directory "autom4te-2.53.cache" and does not remove it at the end.
I think that this directory should be deleted before `autom4te'
terminates.
$ autoconf --version
autoconf (GNU Autoconf) 2.53
Written by David J. MacKenzie
My organization has a biweekly newsletter. I'm doing a series of short
articles for it, the first two of which are on make and Fortran makemake,
available at http://www.arsc.edu. The next two will be on autotools for
Fortran. A preliminary version of them is at:
http://www.arsc.edu/~kate/autoconf
Hi!
Thanks for the _fast_ help.
With your pointers I've tracked down the problem to the following.
CC=cl ./configure --host=windows32
fails, because config.guess tries to canonicalize the _build_ environment
by compiling a small code that includes which is unavailable
with the M$ compiler.
Have you ever review MinGW and MSYS?
See: http://www.mingw.org/ for more information.
Earnie.
Keve Müller wrote:
>
> Hi!
>
> Thanks for the _fast_ help.
> With your pointers I've tracked down the problem to the following.
>
> CC=cl ./configure --host=windows32
>
> fails, because config.gues
Paul Eggert wrote:
>>AH_TOP ([
>>
>
> Your problem is caused by that space after "AH_TOP".
a space ! That's rediculous !
Reminds me why I don't like macro languages. Oh well...
Thanks for your help !
Stefan
hi there,
I'v got another question / bug report:
I'm using the AC_INIT() macro with three
arguments, which (even though it is not documented,
as I wrote in an earlier post) generates a set of
variables PACKAGE_SOMETHING that get automatically
inserted into my config header.
That's a big problem,
> From: Enrico Ng <[EMAIL PROTECTED]>
> Date: Tue, 04 Jun 2002 14:45:44 -0500
>
> like -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
>
> The problem is that it uses the \" instead of just a " or no quote.
>
> Absoft seems to have a problem with these because when I try to c
hi there,
here is yet another problem:
my configure.ac file contains a line like
AC_CONFIG_FILES([bin/Prague-config:config/Prague-config.in],
[chmod +x bin/Prague-config])
meaning that I want to generate a file $top_builddir/bin/Prague-config
from $top_srcdir/config/Prague-con
and finally...
In a little test I use three versions of AC_DEFINE_UNQUOTED:
AC_DEFINE_UNQUOTED($ac_tr_decl, 1, [yadayada])
AC_DEFINE_UNQUOTED(foobar1, 1, [yadayada])
AC_DEFINE_UNQUOTED(foobar2, $ac_tr_decl, [yadayada])
in the first case the variable name itself is a variable,
in the s
Title: ±ÍÇÏÀÇ ¸ÞÀÏÁÖ¼Ò´Â À¥¼ÇÎÁß
±ÍÇÏÀÇ
¸ÞÀÏÁÖ¼Ò´Â À¥¼ÇÎÁß, http://www..com/
¿¡¼ ¾Ë°Ô µÈ°ÍÀ̸ç, E-Mail ÁÖ¼Ò ¿Ü¿¡, ´Ù¸¥ Á¤º¸´Â °®°í ÀÖÁö ¾Ê½À´Ï´Ù.
¿øÄ¡ ¾ÊÀ¸¸é ¾Æ·¡ [¼ö½Å°ÅºÎ]¸¦ ´·
Es schrieb Stefan Seefeld:
>
> hi there,
> I'v got another question / bug report:
>
> I'm using the AC_INIT() macro with three
> arguments, which (even though it is not documented,
> as I wrote in an earlier post) generates a set of
> variables PACKAGE_SOMETHING that get automatically
> inserted
> "Sam" == Sam Steingold <[EMAIL PROTECTED]> writes:
Sam> when I run autoconf the usual way, it runs "autom4te" which
Sam> creates cache directory "autom4te-2.53.cache" and does not remove
Sam> it at the end. I think that this directory should be deleted
Sam> before `autom4te' terminates.
N
13 matches
Mail list logo