autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [autoconf] Program & Library, dev in parallel?


From: mpsuzuki
Subject: Re: [autoconf] Program & Library, dev in parallel?
Date: Wed, 10 Mar 2010 19:24:08 +0900

A possible approarch might be "install-only-different-files".
"install" of GNU coreutils has an option "-p" to preserve the
timestamp of source file. If it works well, although all headers 
& libraries are reinstalled, the timestamps of unchanged files
are not updated, so rebuilding of the application would be
minimized.

Another approarch might be using "built-but-not-installed-yet"
library. I think pkg-config's "uninstalled" feature is similar,
but autoconf does not provide convenient macros to do such...

Regards,
mpsuzuki

On Wed, 10 Mar 2010 05:02:14 -0500
"Patrick M. Rutkowski" <address@hidden> wrote:

>I asked the following question in #workingset on irc.freenode.net a
>little while ago, but got no response. I was hoping you guys might
>chime in. I hope you won't mind the IRC format, I just copy-pasted it,
>and I wanted to get this email out quickly so I can go eat :-)
>
>[01:53am] rutski: I've got an autotools question
>[01:53am] rutski: how would one go about developing two autotools
>projects in parallel
>[01:54am] rutski: one being a library
>[01:54am] rutski: and one being an application that consumes the code
>in that library
>[01:54am] rutski: the problem is that the "make install" on the
>library code install things into /usr/lib and /usr/include
>[01:54am] rutski: and then the "make" on the application uses the
>headers that were installed in /usr/include
>[01:55am] rutski: but if I edit a library header and re-run "make
>install" on the lib then it reinstalls _all_ the headers
>[01:55am] rutski: and then when I run "make" on the app again, I have
>to rebuild practically the WHOLE ******* APP! Even if I didn't change
>a thing!
>[01:55am] rutski: because it thinks all the /usr/include/*.h headers are 
>changed
>[01:56am] rutski: when really they didn't, because make-install just
>copied over identical headers
>[01:56am] rutski: any ideas?
>
>Many thanks,
>-Patrick
>
>
>_______________________________________________
>Autoconf mailing list
>address@hidden
>http://lists.gnu.org/mailman/listinfo/autoconf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]