I am installing Proftpd on Mac 10.8 I am executing the commands:
./configure --prefix=/usr/local/proftpd
make
sudo make install
But when I execute the command sudo make install, the follow error is displayed:
xcode-select: Error: No Xcode is selected. Use xcode-select -switch , or see the xcode-select manpage (man xcode-select) for further information. install: child process failed: xcrun strip - /usr/local/proftpd/sbin/proftpd make: * [install-proftpd] Error 70
Is necessary have installed xCode (last version) on my environment? or what I can do?