| ||
2002-11-06 11:22 / compiling on temporary ufs images »
The perl module IPC::ShareLite creates two object files when compiling: So, one solution is to create a temporary UFS disk image and mount it read-write: hdiutil create ufs_temp -volname ufs_temp -size 10m -fs UFS hdiutil attach ufs_temp.dmg -readwrite
After which you should be able to cd to hdiutil detach <relevant filesystem from df> | ||