Re: debug builds with NO optimizations

2006-02-13 Thread Andre Caldas
not advise anyone to edit a generated file. I myself like to use ./config.status --version to check for the arguments passed to it and re-run the configure script. By your method, I would have to remember what to change in config.status everytime! Andre Caldas

Re: debug builds with NO optimizations

2006-02-13 Thread Andre Caldas
.../configure CFLAGS=-g Just out of curiosity, is this different than 'CFLAGS=-g ./configure ...'? I do this all the time and wonder if your way is somehow better. ./config.status --version will not document it. The recomended way is to use ./configure CFLAGS=-g Andre Caldas

Re: debug builds with NO optimizations

2006-02-13 Thread Andre Caldas
!! Andre Caldas. ___ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org/mailman/listinfo/autoconf

Re: debug builds with NO optimizations

2006-02-13 Thread Andre Caldas
things 30 minutes latter. Andre Caldas. ___ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org/mailman/listinfo/autoconf

Re: debug builds with NO optimizations

2006-02-13 Thread Andre Caldas
--version then you will. Andre Caldas. ___ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org/mailman/listinfo/autoconf

Re: Need initial Help

2005-09-07 Thread Andre Caldas
' will cause: make -C src/ all make -C doc/ all The variables 'srcdir', 'top_srcdir', 'builddir', etc are defined automatically for each Makefile in your building tree. So, for src/Makefile, '$(srcdir)' is the same as '$(top_srcdir)/src' Good luck, Andre Caldas

Re: checking for specific versions of operating system

2005-08-23 Thread Andre Caldas
users. Of course, 'what to test for?' is always a dilema. (and 'how' is another one) Andre Caldas. ___ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org/mailman/listinfo/autoconf

Re: How to let autoconf NOT include ($CFLAGS) in LINK?

2005-07-21 Thread Andre Caldas
Hello! AC_SUBST(CFLAGS, -g -O -Wall -ansi) Sorry, I don't really know about your problem, but the FLAGS you want to impose on your users are their choice, not yours. Andre Caldas. ___ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org

Behaviour differs at configure time

2005-07-19 Thread Andre Caldas
-Woverloaded-virtual' Thank you, Andre Caldas. ___ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org/mailman/listinfo/autoconf

Re: Need help with autoconf configure script

2005-07-13 Thread Andre Caldas
Hello! +configure:4995: conftest.c +../cgdb/configure: line 1: conftest.c: command not found Is it trying to execute conftest.c? Probably the environment variable is not set (or unset). What is line 1 of ../cgdb/configure? Andre Caldas

Re: An autoconf tutorial.

2005-05-25 Thread Andre Caldas
lots of people, but probably the one who will learn most is going to be you. Andre Caldas. ___ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org/mailman/listinfo/autoconf

Re: autoconf (GNU Autoconf) 2.57

2005-02-28 Thread Andre Caldas
Siddhartha Goel wrote: Why am I getting the following when I run autoheader? autoheader: error: AC_CONFIG_HEADERS not found in configure.ac What about trying to use the macro AC_CONFIG_HEADERS in your configure.ac? ___ Autoconf mailing list

Re: lib_LIBRARIES must be set with `=' before using `+='

2005-02-24 Thread Andre Caldas
of CLEANFILES (or BUILTSOURCES) it is good, because it is a global variable anyway. For other cases, maybe it would be better to just keep the variables inside their own scope. Andre Caldas. ___ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org

Re: AC_SUBST_FILE

2004-12-15 Thread Andre Caldas
I really love the feature to replace a autoconf variable with content of a file, ie. using AC_SUBST_FILE. But this feature would be of even greater value if variable substitution would take place. What variable would you want to substitute? With what value?

Re: Use of config.h: summary of responses.

2004-09-13 Thread Andre Caldas
installed headers Writing this e-mail I just realized that if there is a standard way to create and install libexample.m4 then most of the problems can be solved. Does this standard way exists? Thank you, Andre Caldas. ___ Autoconf mailing list [EMAIL

Re: building a smiple hello_world

2004-09-09 Thread Andre Caldas
#Alternative Andre Caldas. ___ Autoconf mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/autoconf

Re: autoconf in pure MSVC environment?

2004-09-07 Thread Andre Caldas
developers should bother? Andre Caldas. ___ Autoconf mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/autoconf

Re: autoconf in pure MSVC environment?

2004-09-07 Thread Andre Caldas
(Microsoft could do it; perhaps you could ask them for help. :-) He doesn't want to discuss OS... (he said ;-)) Andre Caldas. ___ Autoconf mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/autoconf

Re: autoconf in pure MSVC environment?

2004-09-07 Thread Andre Caldas
So, my goal here is a tool to aid in porting UNIX applications to Windows. All you need is to port the libraries! Not the applications. Autoconf has nothing to do with that. ___ Autoconf mailing list [EMAIL PROTECTED]

Re: autoconf in pure MSVC environment?

2004-09-07 Thread Andre Caldas
do: I want a gui for the configure script!) Andre Caldas. ___ Autoconf mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/autoconf

Re: autoconf in pure MSVC environment?

2004-09-07 Thread Andre Caldas
Please explain to me carefully why I should put a lot of effort into generating undocumented .sln files for a platform that I do not use, when there is nobody paying me to do so? You shouldn't, as you don't care about the problem. Some of us are more cross-platform oriented than you are, so we

Re: autoconf in pure MSVC environment?

2004-09-07 Thread Andre Caldas
Andre Caldas wrote: Yes, compiling small test probes is valid on Windows. The programming tools aren't an alien species, they just have GUI front ends and different different directory names and compiler command flags and so forth. Cosmetic differences, at least at the level of simple test

Re: trouble searching for libs

2004-09-06 Thread Andre Caldas
then... Any way, good luck. Andre Caldas. ___ Autoconf mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/autoconf

[solved]: Libtool convenience library dependence check

2004-08-23 Thread Andre Caldas
information. Andre Caldas. ___ Autoconf mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/autoconf

Re: Libtool convenience library dependence check

2004-08-22 Thread Andre Caldas
libraries? (this is the same as the above question in a different format) Andre Caldas. ___ Autoconf mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/autoconf

Re: Libtool convenience library dependence check

2004-08-22 Thread Andre Caldas
) was edited! Can I call libtool a obscure linker? Andre Caldas. ___ Autoconf mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/autoconf

Re: Libtool convenience library dependence check

2004-08-22 Thread Andre Caldas
. But... * If I do: cd lib1 make install the library is _conditionaly_ compiled (that is, only the modified files are re-compiled). Andre Caldas. ___ Autoconf mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/autoconf