RE: program specific LDFLAGS

2007-01-27 Thread David Byron
On Saturday, January 27, 2007 @ 7:52a, Ralf Wildenhues wrote: > Surely writing libfoo.a is a problem when using MSVC + LIB for archive > creation. But then again that doesn't work well out of the > box anyway; > you could be using Libtool, name it libfoo.la and put -static in > libfoo_la_LDFLAGS

Re: program specific LDFLAGS

2007-01-27 Thread Ralf Wildenhues
Hello David, Bob, all, * Bob Rossi wrote on Sat, Jan 27, 2007 at 02:38:23PM CET: > On Fri, Jan 26, 2007 at 11:04:36PM -0800, David Byron wrote: > > > > # Use these flags for all the programs built here > > LDADD = $(top_builddir)/util/util.a $(BOOST_LIBS) ${PTHREAD_LIBS} > > # testrunner needs t

Re: program specific LDFLAGS

2007-01-27 Thread Bob Rossi
On Fri, Jan 26, 2007 at 11:04:36PM -0800, David Byron wrote: > I'm trying to conditionally add a program-specific linker flag but I'm > having trouble. > > Part of my Makefile.am looks like this: > > noinst_PROGRAMS = zombie immOutTester testrunner > > # Use these flags for all the programs buil