Re: How do you add an executable command into automake

2006-11-07 Thread Ralf Wildenhues
Hello Jeff, * Jeff Safier wrote on Wed, Nov 08, 2006 at 04:17:29AM CET: > I would like to add an executabvle command to my make file. Is this > done thru the configure.in or the Makefile.am. > An example would be a post build cmmand like a copy or a message > compiler. I'm afraid I don't underst

How do you add an executable command into automake

2006-11-07 Thread Jeff Safier
I would like to add an executabvle command to my make file. Is this done thru the configure.in or the Makefile.am. An example would be a post build cmmand like a copy or a message compiler. Jeff Safier Cornell-Mayo Associates 600 Lanidex Plaza Parsipanny, NJ 07054 (973) 887-3069 ext. 119

Re: adding libraries and header file directories

2006-11-07 Thread Ralf Wildenhues
* Jim Rainville wrote on Tue, Nov 07, 2006 at 05:52:08PM CET: > > You mention below that if I'm not using libtool I can just add the > libraries twice, but what if I am using libtool? Then does adding --preserve-dup-deps (before --mode) help? If not, then please post again the command that libtoo

RE: adding libraries and header file directories

2006-11-07 Thread Jim Rainville
Hi Ralf - You mention below that if I'm not using libtool I can just add the libraries twice, but what if I am using libtool? I'm combining two different software packages - the one I want to build uses libtool and the libraries I want to add have the circular dependencies. I'm pushing on the dev