voldenuit
04-17-2005, 04:20 PM
You might want to check out the darwinports project as well.
It looks scary (last time I looked you still had to check out the source out of cvs...) but works fine.
Anyway, checkinstall is an interesting idea and getting it to compile on OS X would be a Good Thing...
dmacks
04-17-2005, 08:11 PM
Have you considered writing your compilings as private fink packages? A fink package is just a text file that contains the commands you use to compile and install. That way you get the installed-files tracking ability of fink. It also forces you to record exactly how you compiled the thing (anything from a simple ./configure;make;make install to complex patches, flags, shell env vars), so a few months from now you won't think "damn, what flags and env vars did I need?" when you want to build a new verison or install on a different computer.
iroiro,
Another thing to take into account is that if you install libraries in /usr/local/lib or headers in /usr/local/include sometimes this cause build problems ( http://fink.sourceforge.net/faq/comp-general.php?phpLang=en#usr-local-libs) with Fink. If so, then try renaming /usr/local to something else while using Fink.
.
iroiro
04-24-2005, 08:02 PM
Many thanks for the tips and help!
How can I get more info on writing compilings as a private fink package?
Thanks again,
Jay.