anybody compiled NewLisp on AIX 5.3? I executed "make install" and got a bunch of errors. Any advice will be appriciated.
epcprds1:/root/lisp/newlisp-9.1.0>make install
install -d /usr/share/doc/newlisp
getopt: Not a recognized flag: d
Usage: install [-c DirectoryA] [-f DirectoryB] [-i] [-m] [-M Mode] [-O Owner]
[-G Group] [-S] [-n DirectoryC] [-o] [-s] File [DirectoryX ...]
make: 1254-004 The error code from the last command is 2.
make: 1254-005 Ignored error code 2 from last command.
install -d /usr/share/newlisp/newlisp-tk/images
getopt: Not a recognized flag: d
Usage: install [-c DirectoryA] [-f DirectoryB] [-i] [-m] [-M Mode] [-O Owner]
[-G Group] [-S] [-n DirectoryC] [-o] [-s] File [DirectoryX ...]
make: 1254-004 The error code from the last command is 2.
make: 1254-005 Ignored error code 2 from last command.
install -m 755 newlisp /usr/bin/newlisp
install: 0653-233 File 755 was not found.
make: 1254-004 The error code from the last command is 2.
make: 1254-005 Ignored error code 2 from last command.
install -m 755 newlisp-tk/newlisp-tk.tcl /usr/bin/newlisp-tk
install: 0653-233 File 755 was not found.
make: 1254-004 The error code from the last command is 2.
make: 1254-005 Ignored error code 2 from last command.
install -m 755 examples/newlispdoc /usr/bin/newlispdoc
install: 0653-233 File 755 was not found.
make: 1254-004 The error code from the last command is 2.
make: 1254-005 Ignored error code 2 from last command.
install -m 644 init.lsp.example /usr/share/newlisp/init.lsp.example
install: 0653-233 File 644 was not found.
Thanks,
Mark