>>>>> "David" == David Churches <[EMAIL PROTECTED]> writes:
David> I have a problem where I have a code which compiles fine when I David> use shared libraries, but it doesn't work when I use David> --disable-shared as an argument to configure. The Makefile.am David> looks like David> How do you configure it so that the code looks for a .a rather David> then a .la file when you compile with --disable-shared? I was under the impression that libtool would always make the .la file. In fact, I think it has to do that for our dependencies to work correctly. Tom
