Permission denied
Roger Huang <[email protected]>
| Newsgroups | gmane.comp.file-systems.sfs.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, Is this an sfs issue? I am getting this error when I try to compile my code over sfs on a Mac with OS X 10.3.4. /bin/sh ../../libtool --mode=link g++ -g -O2 -Wall -o libmfs.la -rpath /usr/local/lib mfs_memory.lo mfs_utils.lo mfs_osbuf.lo cache_line.lo cache.lo bif_spec.lo mfs_defs.lo rm -fr .libs/libmfs.a ar cru .libs/libmfs.a mfs_memory.o mfs_utils.o mfs_osbuf.o cache_line.o cache.o bif_spec.o mfs_defs.o ar: .libs/libmfs.a: Permission denied make: *** [libmfs.la] Error 1 I only get this error when I compile over sfs. If I mount the share via NFS, the program compile no problem. I have the sfssd trace available if you need it. Another piece of information is that I can compile fine over sfs on another Mac with OS X 10.2.8. Roger