On 5/28/06, Stas Pirogov <keyos at keyos.org> wrote: > Current configure script doesn't create any problems on my system. > What's wrong on yours ? Maybe we should debug it together ? On a basic level, I need a way of detecting if ranlib is gnu ranlib or apple ranlib. The detection method currently employed is insufficient and fragile. Perhaps using grep on ranlib -V would be better: $ ranlib -V 2>/dev/null| grep Apple Apple Computer, Inc. version cctools-590.18 -- Stephen Thorne "Give me enough bandwidth and a place to sit and I will move the world." --Jonathan Lange