Re: Compiling Postgresql 8.0.3 on Solaris 10

From: Aly Dharshi <aly(dot)dharshi(at)telus(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Compiling Postgresql 8.0.3 on Solaris 10
Date: 2005-05-25 23:03:50
Message-ID: 42950456.5090402@telus.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 mproc='ps -ef | grep $USER'
alias rm='rm -i'
alias rmf='/bin/rm -f'
alias rmp='/bin/rm'
alias rmtmp='rm -i core *~ *.*~ .*~ .pine-debug*'

In the plain vanilla sh shell (/usr/bin/sh) I get the same problems:

autoload='typeset -fu'
command='command '
functions='typeset -f'
history='fc -l'
integer='typeset -i'
local=typeset
nohup='nohup '
r='fc -e -'
stop='kill -STOP'
suspend='kill -STOP $$'

Please note that I built Apache 2.0.53 in the same environment without any
problems. I don't see any aliases that are going to break the compile process.

Cheers,

Aly.

--
Aly Dharshi
aly(dot)dharshi(at)telus(dot)net

"A good speech is like a good dress
that's short enough to be interesting
and long enough to cover the subject"

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bucks vs Bytes Inc 2005-05-25 23:13:42 unsupported frontend protocol
Previous Message Tom Lane 2005-05-25 21:50:10 Re: Compiling Postgresql 8.0.3 on Solaris 10