[OpenAFS] Compiling under sun4x_57
Thomas Vincent
thomasv@apple.com
Tue, 13 Feb 2001 14:16:02 -0800
Hi everyone,
Anyone have any ideas why this wont compile for me?
PATH=/usr/ccs/bin:/usr/bin:/usr/sbin:/opt/SUNWSpro/bin:
I am getting this when I try to compile:
# make
set /dest; [ -d $1 ] || mkdir -p $1
make install "COMPILE_PART1=cd obj; cd" "COMPILE_PART2=; make install
SYS_NAME= DESTDIR=`pwd`//dest/ SRCDIR=`pwd`//dest/" SYS_NAME=
"WASHTOOL=echo No washtool: "
make finale "SYS_NAME=" "WASHTOOL=echo No washtool:" \
"COMPILE_PART1=cd obj; cd" \
"COMPILE_PART2=; make install SYS_NAME=
DESTDIR=/export/home/root/openafs-1.0.2//dest/
SRCDIR=/export/home/root/openafs-1.0.2//dest/" \
DESTDIR=`pwd`//dest/ \
SRCDIR=`pwd`//dest/ \
"DBG_DEFS="
if test -f "echo No washtool:"; \
then \
echo No washtool: project . . -noretarget; \
echo No washtool: destdir; \
fi
cd obj; cd config ; make install SYS_NAME=
DESTDIR=/export/home/root/openafs-1.0.2//dest/
SRCDIR=/export/home/root/openafs-1.0.2//dest/
make: Warning: Can't find `Makefile.': No such file or directory
Current working directory
/export/home/root/openafs-1.0.2/sun4x_57/obj/config
make: Fatal error in reader: Makefile, line 12: Read of include file
`Makefile.' failed
Current working directory
/export/home/root/openafs-1.0.2/sun4x_57/obj/config
*** Error code 1
make: Fatal error: Command failed for target `config'
Current working directory /export/home/root/openafs-1.0.2
*** Error code 1
make: Fatal error: Command failed for target `install'
Current working directory /export/home/root/openafs-1.0.2
*** Error code 1
make: Fatal error: Command failed for target `all'