Re: [HACKERS] Re: Problems compiling version 7
Travis Bauer <trbauer@indiana.edu>
From: Travis Bauer <trbauer@indiana.edu>
To: pgsql-general@postgresql.org
Cc: pgsql-hackers@postgresql.org
Date: 2000-05-10T17:11:43Z
Lists: pgsql-hackers
I've found part of the problem. I put "echo $TR" right before the line that is failing. $TR is set to "/usr/ucb/tr" during the configuration. The directory ucb does not exist. If execute "which tr" at the command line, I get "/usr/bin//tr." Why is $TR getting set to /usr/ucb/tr? By the way, I do not get this problem when compiling the last version of Postgresql on this same machine. I'm in the processof upgrading. That compile was fine. Thanks, ---------------------------------------------------------------- Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer ---------------------------------------------------------------- > > But we haven't yet figured out Travis' problem: why is the configure > test failing? Useless or not, I don't see why it's falling over... > > regards, tom lane