I have a much faster build on windows and the windows project compiles
a bunch of files at a time. So, I thought that might be the reason.
Looks like it is not.
-VP
On Wed, 06 Oct 2004 17:31:46 -0600, Warren Young <[EMAIL PROTECTED]> wrote:
> v p wrote:
> > Loading 'gcc
Hi Guys,
I have a question. I am using autotools to build my static library.
The way I do it is, I have a Makefile.am as
lib_LIBRARIES = libmylib.a
libmylib_a_SOURCES = xyz.c abc.c etc.
The problem is the number of source files is huge (1659 files to be
precise) and that's why it takes a lot of ti
Hi,
I am a newbie and trying to use the auto tools to build my project. I
am using libtool(with autoconf/automake) to build static as well as
shared libraries. When I do 'make' the libraries are created under
'src' directory in directory '.libs'. I want the make file( generated
using automake) to c