Re: bash usage w/ssh question (re: suse10.2)

2007-02-22 Thread Linda Walsh
Ah...see /etc/bash.bashrc in the source...just not mentioned in the manpage. Urg. Not to figure out a way around this that isn't too SuSE specific... I take it that /etc/bash.bashrc is supposed to execute once/bash as well as users' /.bashrc? Sigh...am just annoyed that SuSE policy is to

collect2: ld returned 1 exit status

2007-02-22 Thread Kasper
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: x86_64-pc-linux-gnu-gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-g$uname output: Linux home 2.6.17-gentoo #9

Re: bash usage w/ssh question (re: suse10.2)

2007-02-22 Thread Chet Ramey
Linda Walsh wrote: Ah...see /etc/bash.bashrc in the source...just not mentioned in the manpage. Urg. Not to figure out a way around this that isn't too SuSE specific... The use of /etc/bash.bashrc (the name is actually arbitrary) is a configuration option that's disabled by default. Look at

Re: bash usage w/ssh question (re: suse10.2)

2007-02-22 Thread Chet Ramey
Linda Walsh wrote: Another question (maybe a budding RFE?) is: Is there a way to find out (and print the source stack -- i.e. nested calls using . to source files that are sourcing more...etc. I know it isn't technically a procedure call, but there is a concept of a call stack in that a