bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AFS support in findutils-4.1


From: Martin MOKREJŠ
Subject: AFS support in findutils-4.1
Date: Tue, 17 Sep 2002 22:42:10 +0200 (CEST)

Hi,
  I would like to note then for linking

I needed to add "-lrpcsvc -lafsrpc -lsocket" on solaris2.6 with
gcc /GNU ld to the link command line:

gcc -o find find.o fstype.o parser.o pred.o tree.o util.o version.o
../lib/libfind.a  -L/usr/local/lib -L/software/@sys/usr/lib
-L/software/@sys/usr/openssl/lib -L/software/@sys/usr/local/lib
-L/software/@sys/usr/local/openssl/lib -L/usr/afsws/lib
-L/usr/afsws/lib/afs -L/usr/athena/lib -lsys -lrx -lrpcsvc -lafsrpc
-lsocket


Originally, there was:
gcc -o find find.o fstype.o parser.o pred.o tree.o util.o version.o
../lib/libfind.a  -L/usr/local/lib -L/software/@sys/usr/lib
-L/software/@sys/usr/openssl/lib -L/software/@sys/usr/local/lib
-L/software/@sys/usr/local/openssl/lib -L/usr/afsws/lib
-L/usr/afsws/lib/afs -lsys -lrx -llwp -ldir -lintl

BTW: I'm not sure if this is still true statement in README:

"
--with-afs
  Make find support "-fstype afs".  Requires /afs, /usr/afsws/lib, and
/usr/afsws/include.  configure doesn't add AFS support
automatically because it adds considerably to find's size, and the
AFS libraries need -lucb on Solaris, which breaks find.
"

We use IBM AFS 3.6. Judge yourself, which libraries were needed.
I suspect the address@hidden address in listed README
is non-existant. ;) Please Cc: me in replies.
-- 
Martin Mokrejs <address@hidden>, <address@hidden>
PGP5.0i key is at http://www.natur.cuni.cz/~mmokrejs
MIPS / Institute for Bioinformatics <http://mips.gsf.de>
GSF - National Research Center for Environment and Health
Ingolstaedter Landstrasse 1, D-85764 Neuherberg, Germany
tel.: +49-89-3187 3683 , fax: +49-89-3187 3585





reply via email to

[Prev in Thread] Current Thread [Next in Thread]