I'm on FreeBSD 4.0 Release, and when I do make install-strip
on courier-0.24a this is what I get...
...
Making install in makedat
Making install in tcpd
Making install in imap
/bin/sh ./../mkinstalldirs /usr/lib/courier/etc
/usr/bin/install -c -m 644 ./imapd.cnf
/usr/lib/courier/etc/imapd.cnf
/bin/sh ./../mkinstalldirs /usr/lib/courier/share
/usr/bin/install -c -s mkimapdcert
/usr/lib/courier/share/mkimapdcert
*** Error code 70
Stop in /usr/home/courier/courier-0.24a/imap.
*** Error code 1
Stop in /usr/home/courier/courier-0.24a/imap.
*** Error code 1
Stop in /usr/home/courier/courier-0.24a.
*** Error code 1
Stop in /usr/home/courier/courier-0.24a.
Use make-install for now. I think I already fixed this one for the next
release. This is an occasional pain, where automake generates a Makefile
that runs install with the -s flag when installing a script. Usually it's
not a problem, but there are some install programs out there that complain
if -s flag is used on anything except a binary.
Ok, In that case I'll live without things being stripped for
a while...Thanks