Re: GNU fileutils

2002-01-29 Thread Kee Hinckley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 12:29 AM -0500 1/29/02, Troy Davis wrote: I was just searching the archives and saw someone recommend installing GNU fileutils. One word of caution: I had some very strange problems on standard software installers when I upgraded to GNU's

Re: ImageMagick (to use with PerlMagick)

2002-01-29 Thread Ian Ragsdale
I downloaded compiled it successfully a couple of weeks ago, but have since been too busy to make sure it works correctly. Try running ranlib /usr/local/lib/libMagick.la and then trying to compile PerlMagick again. It seems as if you have to run that on new libraries before you can link to

Re: Profiling Results

2002-01-29 Thread Chris Devers
On Tue, 29 Jan 2002, James Edward Gray II wrote: My Programming Perl book says that profiling results should be forgiven some inaccuracies, but these numbers don't even seem close. Can somebody explain that top function below to me? An average call time of 0.0002 times 175353 calls

Re: Profiling Results

2002-01-29 Thread James Edward Gray II
Actually, it means cumulative seconds. The seconds spent in that routine and it's sub routines. I know that much, at least. Thanks though. On Tuesday, January 29, 2002, at 09:46 PM, Chris Devers wrote: On Tue, 29 Jan 2002, James Edward Gray II wrote: My Programming Perl book says that

Re: Profiling Results

2002-01-29 Thread Ken Williams
On Tuesday, January 29, 2002, at 07:42 PM, James Edward Gray II wrote: My Programming Perl book says that profiling results should be forgiven some inaccuracies, but these numbers don't even seem close. Can somebody explain that top function below to me? An average call time of 0.0002