makepasswd/#17: Compilation issue on MacOS X
gcc makepasswd.o md5.o -lcrypt -o makepasswd
/usr/bin/ld: can't locate file for: -lcrypt
collect2: ld returned 1 exit status
More information can be found there:
http://developer.apple.com/technotes/tn2002/tn2071.html
/usr/bin/ld: can't locate file for: -lcrypt
collect2: ld returned 1 exit status
More information can be found there:
http://developer.apple.com/technotes/tn2002/tn2071.html
TitleUsernameDatePreview
configure is now able to deal with "-l dl" on a number of platforms. As stated this bug can be considered fixed.
configure is now able to adapt base libraries according to the current platform. This will be fixed as a consequence when configure is able to detect MacOS X and remove "crypt" there.