On Tue, 2004-06-22 at 02:17, Martin Ling wrote:
On Mon, Jun 21, 2004 at 09:49:58AM -0700, Amit Kucheria wrote:
I am trying to locate the archives of the sisela mailing list. Are there any?
Yes, at http://www.earth.li/pipermail/sisela/
I have troubles with mklibs.sh dependency graphs. I get the following messages. Any clues are welcome.
The only thing I can think of offhand would be some combination of permissions on /tmp, leftovers from a previous run and possibly umask settings?
I found the problem. It is the noclobber option that I set in my .bashrc
You could add 'set +o noclobber' in mklibs.sh to make sure that the script runs.
Also, changing 'head -1' to 'head -n 1' gets rid of some warnings.
Regards, Amit
--