"Karol Pietrzak" <[EMAIL PROTECTED]> wrote: > 4. I noticed the following files are installed when 'make > install'ing Schilling programs: > > /usr/include/align.h > /usr/include/avoffset.h > /usr/lib/libdeflt.a > /usr/lib/libfile.a > /usr/lib/libhfs.a > /usr/lib/librscg.a > /usr/lib/libscg.a > /usr/lib/libschily.a > /usr/lib/libunls.a
I don't care what standard you follow, having applications install includes and libraries in system directories leads to competing and/or incompatible versions and application breakage. Not to mention the ability to build a totally non-portable application because you didn't know that the code used a non-Linux feature. With a bit of effort you can put this in a non-conflicting place, such as /opt/shilly/* directories, and not have this problem. This is not "in theory" as I have another application which uses an align.h file (not the same one!). -- -bill davidsen ([EMAIL PROTECTED]) "The secret to procrastination is to put things off until the last possible moment - but no longer" -me -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

