Hello,
I have some trouble during the make:
My server is on AIX5.2 ML5
I try to install GNU M4 1.4
make install
for subdir in doc lib src checks examples; do echo making install
in $subdir; (cd $subdir && make CC='cc' CFLAGS='-g' LDFLAGS='' LIBS=''
prefix='/usr/local' exec_prefix='/usr/local' bindir='/usr/local/bin'
infodir='/usr/local/info' install) || exit 1; done
making install in doc
./../mkinstalldirs /usr/local/info
cd . && for file in m4.info*; do .././install-sh -c -m 644 $file
/usr/local/info/$file; done
making install in lib
Target "install" is up to date.
making install in src
cc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib -g debug.c
1506-507 (W) No licenses available. Contact your program supplier to add
additional users. Compilation will proceed shortly.
"debug.c", line 228.15: 1506-275 (S) Unexpected text '...' encountered.
"debug.c", line 246.3: 1506-045 (S) Undeclared identifier va_alist.
make: 1254-004 The error code from the last command is 1.
Thank sfor your help
Lionel Roux
_______________________________________________
Bug-m4 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-m4