Has anybody run into this problem and/or have any suggestions for fixing it?
I'm running into errors trying to install zziplib on Mac OSX 10.2.6
I've got zlib 1.1.4 & libtool 1.5 & I've tried installing zziplib 0.10.6, 0.10.17 & 0.10.27
I keep getting similar errors on make:
When I run "sudo make && install -d" (per the install instructions)
I get:
cpp-precomp: could not write file '.deps/zzip-zip.TPlo': Permission denied
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x00049040 PID 27824
make: *** [zzip-zip.lo] Error 1
When I run "sudo make -d"
I get:
Must remake target `libzzip.la'.
/bin/sh ./libtool --silent --mode=link gcc -g -O2 -D_USE_MMAP -Wall -o libzzip.la -rpath /usr/local/lib -release 0.10.17 zzip-zip.lo zzip-file.lo zzip-dir.lo zzip-stat.lo zzip-info.lo zzip-err.lo -lz
Live child 0x0002f410 (libzzip.la) PID 26170
ld: -undefined error must be used when -twolevel_namespace is in effect
/usr/bin/libtool: internal link edit command failed
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x0002f410 PID 26170
make: *** [libzzip.la] Error 1
Removing child 0x0002f410 PID 26170 from chain.
Any help would be greatly appreciated.