Re: [GENERAL] Compiling Postgresql 8.0.3 on Solaris 10

2005-05-26 Thread Tom Lane
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

Re: [GENERAL] Compiling Postgresql 8.0.3 on Solaris 10

2005-05-26 Thread Aly Dharshi
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:

Re: [GENERAL] Compiling Postgresql 8.0.3 on Solaris 10

2005-05-26 Thread Greg Stark
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

Re: [GENERAL] Compiling Postgresql 8.0.3 on Solaris 10

2005-05-25 Thread Tom Lane
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

Re: [GENERAL] Compiling Postgresql 8.0.3 on Solaris 10

2005-05-25 Thread Aly Dharshi
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

Re: [GENERAL] Compiling Postgresql 8.0.3 on Solaris 10

2005-05-25 Thread Tom Lane
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

Re: [GENERAL] Compiling Postgresql 8.0.3 on Solaris 10

2005-05-25 Thread Mohan, Ross
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

[GENERAL] Compiling Postgresql 8.0.3 on Solaris 10

2005-05-25 Thread Aly Dharshi
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