# from Yaakov Belch
# on Wednesday 03 January 2007 08:33 am:

>I understand that the .inl file should actually solve problems like
> this. The following code in Inline.pm (about line 935 in version
> 0.44) writes some important information to be checked before using
> the compiled module is re-used:

I think you're correct that all (well, mostly all) of the config options 
should be checksummed somehow.  Is the .inl file ever checksummed?  If 
so, just adding LIBS there would do the trick.  If not, I would be 
inclined to simply serialize most the config into the MD5 call.

The one exception might be FORCE_BUILD (and maybe a few others.)  Adding 
FORCE_BUILD to the config should force a build anyway, but removing it 
should not.

--Eric
-- 
I arise in the morning torn between a desire to improve the world and a
desire to enjoy the world. This makes it hard to plan the day.
--E.B. White
---------------------------------------------------
    http://scratchcomputing.com
---------------------------------------------------

Reply via email to