On Wed, 02 May 2012 23:00:41 +0200 Fulvio Senore wrote:
FS> Under Linux or Mac I use configure and make to build the library. After
FS> an svn update is it enough to run make again?
Yes if configure didn't change. If it did change, it's safer to return it.
This can be done by the magic
$ ./config.status --recheck && ./config.status
incantation. Or by just rerunning the same full configure command line as
the last time, of course.
FS> Of course I can run configure again to be sure, but this require a full
FS> recompilation of the library.
Usually it doesn't as the generated setup.h should be unchanged. There is
still time taken by configure itself which can be up to a minute on older
systems. And even more under Cygwin :-(
FS> What should I do to build the library after an svn update?
I'd say "make", if you have some weird problems, rerun configure and
"make" again.
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/