> Are you running 64bit? I had the exact same issue that the clever folks here
> fixed in 1.4.1rc?? (I'm running rc3 and it works wonderfully in 64bit mode..)
I set off to compile a newer release . . .
alas the configure script did not track the
compiler location.
% CC=/usr/sfw/bin/gcc ./configure
creating cache ./config.cache
.
.
.
checking whether we are using GNU C... yes
checking whether /usr/sfw/bin/gcc accepts -g... yes
checking how to run the C preprocessor... /usr/sfw/bin/gcc -E
checking for ANSI C header files... yes
.
.
.
% make
mkdir -p /usr/local/src/openafs-1.4.1-rc6/include
mkdir -p /usr/local/src/openafs-1.4.1-rc6/include/afs
mkdir -p /usr/local/src/openafs-1.4.1-rc6/lib
make build
make finale DEST=/usr/local/src/openafs-1.4.1-rc6/sunx86_510/dest COMPILE_PART2B=all DESTDIR=
cd src && cd config && make all
rm -f Makefile.version
if [ -r SRC/../CML/state ] ; \
then cp ./Makefile.version-CML Makefile.version ; \
else cp Makefile.version-NOCML Makefile.version ; \
fi
make -f Makefile.version AFS_component_version_number.c
echo 'char cml_version_number[]="@(#) OpenAFS 1.4.1-rc6 built ' `date +"%Y-%m-%d"` '";' >AFS_component_version_number.c
echo 'char* AFSVersion = "openafs 1.4.1-rc6"; ' >>AFS_component_version_number.c
/opt/SUNWspro/bin/cc -O -I/usr/local/src/openafs-1.4.1-rc6/include -I. -dy -Bdynamic -I. -c ./config.c
sh: /opt/SUNWspro/bin/cc: not found
*** Error code 1
make: Fatal error: Command failed for target `config.o'
Current working directory /usr/local/src/openafs-1.4.1-rc6/src/config
*** Error code 1
make: Fatal error: Command failed for target `config'
Current working directory /usr/local/src/openafs-1.4.1-rc6
*** Error code 1
make: Fatal error: Command failed for target `build'
Current working directory /usr/local/src/openafs-1.4.1-rc6
*** Error code 1
make: Fatal error: Command failed for target `all'
-- David Boldt
<[EMAIL PROTECTED]>
- Re: [OpenAFS] Client install of 1.4.0 on sunx86_510 David R Boldt
- Re: [OpenAFS] Client install of 1.4.0 on sunx86_510 Ken Hornstein
- Re: [OpenAFS] Client install of 1.4.0 on sunx86_510 David R Boldt
