|
Home > Archive > Unix True 64 > November 2005 > automake
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| bizarropete@gmail.com 2005-11-03, 5:57 pm |
| Hello, sorry to be posting here, but the OSF usenet group I am unable
to post to. But I have an OSF1 V4 machine that I am trying to get a
new version of automake on, however when I try and compile automake I
get the following error. I don't know much about OSF, or what the
error is, so if anyone can help that would be fantastic.
ERROR:
.... (more compile up here) ...
Making all in autoscan
echo '# Automatically Generated: do not edit this file' >autoscan.list
sed '/^[#]/!q' ./autoscan.pre >>autoscan.list
( sed -n '/^[^#]/p' ./autoscan.pre; ../../tests/autom4te --cache ''
-M -l autoconf -t'AN_OUTPUT:$1: $2 $3' ) | LC_ALL=C sort[vbcol=seagreen]
Making all in emacs
WARNING: Warnings can be ignored. :-)
if test emacs != no; then set x; list='autoconf-mode.el
autotest-mode.el'; for p in $list; do if test -f "$p"; then d=; else
d="./"; fi; set x "$@" "$d$p"; shift; done; shift; EMACS=emacs
/bin/ksh ../../config/elisp-comp "$@" || exit 1; else : ; fi
While compiling toplevel forms in file
/acclib/src/jdw***/autoconf-2.58/lib/emacs/elc.25154/autoconf-mode.el:
!! error (("Memory exhausted"))
While compiling toplevel forms in file
/acclib/src/jdw***/autoconf-2.58/lib/emacs/elc.25154/autotest-mode.el:
!! Attempt to set a constant symbol ((nil))
Done
mv: rename *.elc to ..: No such file or directory
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
(538)jdw***@*******[~/work2/autoconf-2.58] 
Thanks for any help.
--
bp
| |
| Urs Traber 2005-11-16, 7:54 am |
| Hi,
Did you make sure that all build dependencies for automake are
satisfied? The configure script usually aborts when something is
missing.
I got the latest GNU build tools (autoconf, automake, libtool) running
on 4.0x without much trouble.
Urs
|
|
|
|
|