Greg Stark <[EMAIL PROTECTED]> writes:
> I suspect something stranger going on.
I'm still wondering about the theory that it's not the aliases at issue,
but some scripts in the PATH ahead of the normal /bin/ls and friends.
regards, tom lane
---(end
Hello Tom,
I hope that you are well, thank you for your guidence, but these are indeed
defined in my .bashrc:
# .bashrc
# User specific aliases and functions
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
if [ "$PS1" ]; then
# your settings:
Tom Lane <[EMAIL PROTECTED]> writes:
> Aly Dharshi <[EMAIL PROTECTED]> writes:
> > alias ls='colorls -al'
> > alias rm='rm -i'
>
> > I don't see any aliases that are going to break the compile process.
>
> I beg to differ --- I think the ones quoted above match your symptoms
> pretty well. So t
Aly Dharshi <[EMAIL PROTECTED]> writes:
> alias ls='colorls -al'
> alias rm='rm -i'
> I don't see any aliases that are going to break the compile process.
I beg to differ --- I think the ones quoted above match your symptoms
pretty well. So the question is: why are they getting used in a
noninte
Hello Tom,
I hope that you are well. I tried to check my aliases in my current shell which
is bash (/bin/bash):
alias allproc='ps -ef | less'
alias cls='clear'
alias e='emacs -nw $1'
alias e-mail='pine'
alias ll='colorls -l'
alias lo='exit'
alias logout='exit'
alias ls='colorls -al'
alias mpr
Aly Dharshi <[EMAIL PROTECTED]> writes:
> I hope that you are well. I tried compiling Postgres 8.0.3 on Solaris
> 10 and
> encountered the following problem, has anybody else had problems.
> [dharshi::02:03 PM::~/downloads/postgresql-8.0.3]$ ./configure
> rm: remove conftest.sh (yes/no)? y
To: pgsql-general@postgresql.org
Subject: [GENERAL] Compiling Postgresql 8.0.3 on Solaris 10
Hello Folks,
I hope that you are well. I tried compiling Postgres 8.0.3 on Solaris
10 and
encountered the following problem, has anybody else had problems. I know that I
have gcc3 installed and
Hello Folks,
I hope that you are well. I tried compiling Postgres 8.0.3 on Solaris 10 and
encountered the following problem, has anybody else had problems. I know that I
have gcc3 installed and working, compiled apache with it as well as a small test
program. This is a Sun Blade 150 with abou