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
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
* 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
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