Two bugs in arla-0.27 build on Solaris 7 / X86

Love lha at stacken.kth.se
Fri Sep 3 15:47:48 CEST 1999


Rainer Schoepf <schoepf at uni-mainz.de> writes:

> I'm trying to build arla-0.27 on a PC running Solaris 7, with krb4-0.9.9.
> 
> 1. xfs/solaris/xfs_syscalls.c fails to compile because the preprocessors
> symbols 

This was allready fixed by assar in the cvs-tree. It happed after we tagged
the tree and I guess assar forgot to pull it up to the 0.27 branch.
 
> 2. xfs/solaris/bin/test-fhopen fails to link:

Fixed it. Thanks. Patch below.

Love

Index: Makefile.in
===================================================================
RCS file: /afs/stacken.kth.se/src/SourceRepository/arla/xfs/solaris/bin/Makefile.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -w -u -w -r1.7 -r1.8
--- Makefile.in	1999/03/26 23:54:31	1.7
+++ Makefile.in	1999/09/03 13:38:34	1.8
@@ -24,6 +24,7 @@
 		  @KRB_INC_FLAGS@
 LIBS		= -L../../../lib/roken -lroken @LIBS@
 KAFS_LIBS	= @KAFS_LIBS@
+KRB_LIB_FLAGS	= @KRB_LIB_FLAGS@
 
 MOUNT_PROG	= mount_xfs
 MOUNT_SRCS	= mount_xfs.c
@@ -45,7 +46,7 @@
 	$(CC) -o $(MOUNT_PROG) $(MOUNT_OBJS) $(LIBS)
 
 $(TEST_FHOPEN_PROG): $(TEST_FHOPEN_OBJS)
-	$(CC) -o $(TEST_FHOPEN_PROG) $(TEST_FHOPEN_OBJS) $(KAFS_LIBS) $(LIBS)
+	$(CC) -o $(TEST_FHOPEN_PROG) $(TEST_FHOPEN_OBJS) $(KAFS_LIBS) $(KRB_LIB_FLAGS) $(LIBS)
 
 check:	$(TEST_FHOPEN_PROG)





More information about the Arla-drinkers mailing list