| Hi Ted,
We have not tried the installation on anything but 2.5, because that is all
we have at this point. We are trying to get some more versions of all of the
various platforms so we can try it and "qualify" on them. I would suspect it
will work on 2.5-1, but we have not had a chance to actually try it. Looking
at the log file is probably our best bet.
Another thing to have them check is their "path" The path environment variable
indicates where and in what order the operating system looks for executable
files.
Have them set their default to the directory from which they were doing the
configure (the directory should be tar-1.11.8 if they are building gtar)
and then do
which configure
it should tell you ./configure (current directory)
also do printenv PATH (note uppercase)
and let us see that.
Also see if he can just compile any program, using cc or gcc, and have him
do a
which cc and which gcc
The "which" command tells us what exe it will execute when the command is
executed. For example on my system I see
seymor> which cc
/usr/ucb/cc
seymor> which gcc
/usr/local/bin/gcc
Thanks
Jim
|