Mike Moran wrote: []
Word too long.
This must be a problem with your shell startup scripts. Some variable expansion on a tcsh command line must be longer than 4096 (?) characters. Check the following:
- "printenv" : Is there some enormous environment variable?
- "ls -l /sw/etc/profile.d/" : Anything exotic there?
- Do you have a nonstandard way of running the "source /sw/bin/init.csh" command?
- Do you have an alias or a binary in /sw/bin or /usr/local/bin that has the same name as a standard shell command like 'test' or 'setenv' or 'complete'?
-- Martin
------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
