Re: xxx_LIBRARIES does ranlib on install

2007-10-16 Thread NightStrike
On 10/16/07, Bob Friesenhahn <[EMAIL PROTECTED]> wrote: > On Tue, 16 Oct 2007, NightStrike wrote: > > > If I place something inside the primary "_LIBRARIES", for instance > > libmine.a, when I do a make install after doing a make, make runs > > ranlib on that library. Why is ranlib run during make

Re: xxx_LIBRARIES does ranlib on install

2007-10-16 Thread NightStrike
On 10/16/07, Bob Friesenhahn <[EMAIL PROTECTED]> wrote: > On Tue, 16 Oct 2007, NightStrike wrote: > > Regarding your question about executable DLLs, if you take a look in > your Windows System directory you will see that DLLs are marked as > executable. Traditionally DLLs are found using the execu

Re: xxx_LIBRARIES does ranlib on install

2007-10-16 Thread Bob Friesenhahn
On Tue, 16 Oct 2007, NightStrike wrote: If I place something inside the primary "_LIBRARIES", for instance libmine.a, when I do a make install after doing a make, make runs ranlib on that library. Why is ranlib run during make install instead of during make all? Many systems supporting ranlib

xxx_LIBRARIES does ranlib on install

2007-10-16 Thread NightStrike
If I place something inside the primary "_LIBRARIES", for instance libmine.a, when I do a make install after doing a make, make runs ranlib on that library. Why is ranlib run during make install instead of during make all?