passing flags to the librarian

2007-12-11 Thread David Byron
I'm building a libtool-based package (pcre) using Microsoft command line tools in a cygwin shell. I use a wrapper script for the compiler and linker (cccl), but the librarian (lib) gets invoked directly. I'd like to specify the /LTCG (link time code generation flag) to the librarian. Beats me wh

RE: passing flags to the librarian

2007-12-11 Thread Duft Markus
Hi! You may wanr to have a look at parity (http://www.sf.net/projects/parity). It was written more or less to be more powerfull than cccl (but for now is only tested with interix, not cygwin). Also parity comes with a patch for libtool to behave nicely, and i also have a bunch of patches we requi