Ok, it might be that I have an old set of autoconf / automake... this only
seems to happen when I run bootstrap.
- Chris
On Fri, Dec 17, 2004 at 02:48:18AM -0500, Chris Frey wrote:
> Hi again :-)
>
> Does anyone else notice that when you do a ./configure && make &&
> make install
> that the make install starts recompiling everything again? I'm not sure
> how to stop that.
>
> Also, "examples" always gets compiled, but it is not required when just
> compiling for a library install. Is it enough to just remove "examples"
> from the SUBDIR variable in Makefile.am? Or would that make it impossible
> to compile the examples at all?
>
> Or perhaps adding an "all:" rule to Makefile.am, which would override
> the default?
>
> I think the ideal would be:
>
> make - compiles the lib, static and/or shared, depending
> on configure
> make examples - compiles all the examples, and does a make if
> necessary
> make install - does no compiling, unless absolutely necessary :-)
>
> - Chris
>
>
> --
> MySQL++ Mailing List
> For list archives: http://lists.mysql.com/plusplus
> To unsubscribe: http://lists.mysql.com/plusplus?unsub=1