Re: Word too long
Manage your shell environment variables and aliases
Brought to you by:
leomania,
xdelaruelle
From: Dave B. <ba...@ho...> - 2000-03-17 16:21:37
|
Henrik: Due to the length of our paths to executables, and the number of paths we must use, we have had to go the route of updating 'BUFSIZE' from 1024 (the default) to 8192 (we probably could get away with 2048, but figured that with 8192 we wouldn't have to rebuild for a while). Our other problem was that /bin/csh was used for a lot of our build process, but 1024 characters were not enough, so we've switched out our /bin/csh for an enhanced version of tcsh. Our shell is no longer a holdup in this regard (some of the other tools, however ....). Cheers, Dave -- Dave Barnett Software Support Engineer x1434 Never attribute to malice what could fairly be attributed to stupidity. |