2 messages in net.sourceforge.lists.courier-usersRe: [courier-users] make install-stri...
FromSent OnAttachments
nicholas coleJul 23, 2000 12:50 am 
nicholas coleJul 23, 2000 1:30 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] make install-strip problemActions...
From:nicholas cole (ni@profile.com)
Date:Jul 23, 2000 1:30:20 pm
List:net.sourceforge.lists.courier-users

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