Hi Andrei,
after installed gmake 8.0 it gets compiled! However several errors appear
while installing.
1. /bin/sh: test: argument expected
In Makefile line 173: if [ ! -e $(cfg-prefix)/$(cfg-dir)ser.cfg ]; then
\
sh doesn't accept the option "-e". After changed this to "-f" it
works.
2. make: ginstall: Command not found
Makefile.defs line 70:
-------------------------
ifeq ($(OS), solaris)
#use GNU versions
INSTALL = ginstall
TAR = gtar
else
------------------------
On my mashine I only have installed gnu install, so its name is just install
instead of ginstall. After changed this it works.
3. install -m 755 ser /usr/local/ser/sbin/
find: cannot follow symbolic link /lib/locale/C/LC_MESSAGES/iscan: No
such file or directory
find: cannot follow symbolic link /lib/locale/POSIX/LC_MESSAGES/iscan:
No such file or directory
find: cannot follow symbolic link /usr/lib/locale/C/LC_MESSAGES/iscan:
No such file or directory
find: cannot follow symbolic link
/usr/lib/locale/POSIX/LC_MESSAGES/iscan: No such file or directory
install: ser was not found anywhere!
make: *** [install-bin] Error 2
I have no idea how to fix it. Why do we need iscan? The symbolic link
/lib/locale/C/LC_MESSAGES/iscan is refered to
/opt/iscan/ISADMIN/IScan.adm/msg/iscan, but the directory
/opt/iscan/ISADMIN/IScan.adm/msg is empty. I only find a file "interscan" in
the directory /opt/iscan/ISADMIN/IScan.adm/cgi-bin.
Do you have any hints?
Thanks
Yang
----- Original Message -----
From: "Andrei Pelinescu-Onciul" <pelinescu-onciul(a)fokus.fraunhofer.de>
To: "Yang Xiang" <yang.xiang(a)iitb.fraunhofer.de>
Cc: <serusers(a)lists.iptel.org>
Sent: Friday, April 04, 2003 5:17 PM
Subject: Re: [Serusers] problem with compiling
On Apr 04, 2003 at 17:09, Yang Xiang
<yang.xiang(a)iitb.fraunhofer.de>
wrote:
Hi Andrei,
1. gmake version:
bash-2.03# make -v
GNU Make version 3.77, by Richard Stallman and Roland McGrath.
2. output of ls -l
bash-2.03# pwd
/usr/local/sip_router
bash-2.03# ls -l
total 2108
[...]
3. Output of make:
I can't get the two lines in Makefile.sources work.
--------------
Makefile.sources:22: *** missing separator. Stop.
-----------------
Well the only thing I can think of is either your gmake is too old (we
have 3.79 on all our machines here) or it is broken.
So try with a newer version of make and tell me if it works, so I can
document it.
Thanks,
Andrei