Hi,
the new Makefile and Makefile.defs work with solaris install! The idea with "touch" was really ingenious. I hope your brain was not very damaged. :-)
Thanks
Yang
----- Original Message ----- From: "Andrei Pelinescu-Onciul" pelinescu-onciul@fokus.fraunhofer.de To: "Yang Xiang" yang.xiang@iitb.fraunhofer.de Cc: serusers@lists.iptel.org Sent: Monday, April 07, 2003 6:46 PM Subject: Re: [Serusers] problem with compiling
On Apr 07, 2003 at 15:30, Yang Xiang yang.xiang@iitb.fraunhofer.de
wrote:
Hello,
Thanks for your reply. "iscan" can be ignored. There is namely a problem with install. Even if I manually execute "intsall -m 755 ser /usr/local/sbin" I get the same error message: install: ser was not
found
anywhere!
But "install -c /usr/local/sbin -m 755 ser" works fine. I am looking
for a
convenient method to build this change in the Makefile. Do you have any idea?
You use solaris install and not GNU install. Try install --version. GNU install wil output something like: install (GNU fileutils) 4.0
I hacked the current cvs version to work with solaris install (which is really brain damaged) so you can give it a try.
Andrei