RE: [cvsacl-users] new acl.c
Brought to you by:
sbaris
From: Mortensen, M. <mar...@th...> - 2004-06-23 15:29:15
|
Thanks for the attached file. I attempted to compile and got: .... gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../diff -I../zlib -g -O2 -c `test -f 'zlib.c' || echo './'`zlib.c gcc -g -O2 -o cvs acl.o add.o admin.o annotate.o buffer.o checkin.o checkout.o classify.o client.o commit.o create_adm.o cvsrc.o diff.o edit.o entries.o error.o expand_path.o fileattr.o filesubr.o find_names.o hardlink.o hash.o history.o ignore.o import.o lock.o log.o login.o logmsg.o main.o mkmodules.o modules.o myndbm.o no_diff.o parseinfo.o patch.o rcs.o rcscmds.o recurse.o release.o remove.o repos.o root.o run.o scramble.o server.o stack.o status.o subr.o tag.o update.o version.o vers_ts.o watch.o wrapper.o zlib.o ../diff/libdiff.a ../lib/libcvs.a ../zlib/libz.a -lxnet -lnsl Undefined first referenced symbol in file use_seperate_acl_file_for_each_dir parseinfo.o ld: fatal: Symbol referencing errors. No output written to cvs collect2: ld returned 1 exit status make[2]: *** [cvs] Error 1 make[2]: Leaving directory `/tmp/cvs-1.11.17/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/cvs-1.11.17' make: *** [all] Error 2 I did see that Alex got a similar problem. The gcc version we are using under solaris is: cvspd1rp1 # gcc -v Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/specs gcc version 2.95.3 20010315 (release) -----Original Message----- From: cvs...@li... [mailto:cvs...@li...]On Behalf Of sb...@us... Sent: Wednesday, June 23, 2004 1:12 AM To: cvs...@li... Subject: [cvsacl-users] new acl.c Hi, I attached acl.c file to this email, can you try this? (should solve Mark's problem and compile error) I did not understand why there is a compile error in line 269? Variable x is only used inside that while block in line 267, and i didnt get any compile error about it. May be newline character problem (i edit acl.c on windows).? Regards, sb...@us... <mailto:sb...@us...> ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ |