Re: dynamic executables for check_PROGRAMS?

2011-02-20 Thread John Calcote
executables for my check_PROGRAMS? Jeff The --enable/disable-static/shared flags apply only to building shared or static libraries within your project. These flags don't have anything to do with how executables are built except to limit or expand the options available to programs built against internal

Re: dynamic executables for check_PROGRAMS?

2011-02-19 Thread Ralf Wildenhues
Hello Jeff, * Daily, Jeff A wrote on Fri, Feb 18, 2011 at 12:06:13AM CET: I wrote a profiling layer for my library utilizing weak symbols. I thought for starters it would be nice to profile some of my test programs, to make sure things are working okay. I'm using autoconf, automake, and

dynamic executables for check_PROGRAMS?

2011-02-17 Thread Daily, Jeff A
test programs are not created as dynamic executables. If I change my check_PROGRAMS to bin_PROGRAMS, they are dynamic executables. But, I can't do this in production for obvious reasons. So, is there any way to create dynamic executables for my check_PROGRAMS? Jeff