On Tue, Dec 1, 2009 at 14:45, Ralf Wildenhues wrote:
Ralf
> As developer, add it to AM_LDFLAGS. You can AC_SUBST([AM_LDFLAGS]) from
> configure.ac if you need it in multiple Makefile.am files. Note that
> target_LDFLAGS override AM_LDFLAGS unless you add the latter to the
> former.
Fantastic,
* Adam Mercer wrote on Tue, Dec 01, 2009 at 09:27:33PM CET:
> On Tue, Dec 1, 2009 at 12:54, Ralf Wildenhues wrote:
> > --disable-shared does not disable linking against shared libraries,
> > it only disables creating shared libraries. To disable dynamic linking
> > against uninstalled libtool libr
On Tue, Dec 1, 2009 at 12:54, Ralf Wildenhues wrote:
Ralf
> please trim stuff that you don't refer to from replies, thanks.
Sorry, I usually do but forgot last time.
> BTW, you should usually include config.h as very first header,
> because it can influence the behavior of system headers.
goo
Hello Adam,
please trim stuff that you don't refer to from replies, thanks.
* Adam Mercer wrote on Tue, Dec 01, 2009 at 05:48:46PM CET:
> src/bar.c
>
> #include
> #include "config.h"
BTW, you should usually include config.h as very first header,
because it can influence the behavior of system
On Tue, Dec 1, 2009 at 00:26, Ralf Wildenhues wrote:
> Yes, the condor_compile script puts the quotes all in the wrong places.
> To work around it, use AC_CONFIG_HEADERS([config.h]) and include that
> from your code. Your build setup looks ok otherwise.
Thanks, using AC_CONFIG_HEADERS results i