Coda File System

Re: Problem while compinling coda 6.0.10

From: Greg Troxel <gdt_at_ir.bbn.com>
Date: 27 May 2005 10:31:32 -0400
Yes, but it may depend on the ordering of include dirs.

I use this to get readline from pkgsrc, and the --prefix causes
CFLAGS/LDFLAGS to point to /usr/local/coda/*

#!/bin/sh
for i in lwp rpc2 rvm coda; do
  echo "BUILDING $i" && \
  (cd $i && \
  ./bootstrap.sh && \
  rm -f config.cache && \
  LDFLAGS="-L/usr/pkg/lib -R/usr/pkg/lib" CFLAGS="-g -I/usr/pkg/include" CXXFLAGS="-g -I/usr/pkg/include" ./configure --prefix=/usr/local/coda && \
  gmake -k clean && 
  gmake -k &&
  gmake install)
done
(cd coda && gmake -k client-install server-install)
exit 0



-- 
        Greg Troxel <gdt_at_ir.bbn.com>
Received on 2005-05-27 10:32:33