As in subject, when I try building wine 1.1.13 using Mac OS X 10.5.6 using both the latest developer tools and fink packages (for libjpeg, libpng, libxml2, etc) it gives an error on "make && make depend" with the following message: -- rm -f libwine_port.a ar rc libwine_port.a ffs.o fstatvfs.o futimes.o getopt.o getopt1.o getpagesize.o gettid.o interlocked.o isinf.o isnan.o lstat.o memcpy_unaligned.o memmove.o mkstemps.o poll.o pread.o pwrite.o readlink.o spawn.o statvfs.o strcasecmp.o strerror.o strncasecmp.o symlink.o usleep.o ar: temporary file: Permission denied make[2]: *** [libwine_port.a] Error 1 make[1]: *** [port] Error 2 make: *** [libs] Error 2 -- the only different parameter from a regular linux build was a different CPPFLAGS and LDFLAGS due to libjpeg and libpng not being recognized by the "configure" tool. Any clue? by the way, the build is done under a "regular", not limited, mac os x account, so the "permission denied" error is even more confusing.