|
Message
From: "Damjan Lampret" <lampret@o...>
Date: Wed, 17 Sep 2003 20:31:42 +0200
Subject: Re: [openrisc] cvs or1ksim broken?
On my RH9 I still have a problem. I have automake 1.6.3 and make 3.79.1.
This is what happens
<here I have checked out fresh sources of or1ksim>
[root@localhost or1ksim]# ../or1ksim/configure --target=or32-uclinux
--prefix=/opt/or32-uclinux
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... or32-unknown-uclinux-gnu
<cut>
creating tick/Makefile
creating peripheral/channels/Makefile
creating pm/Makefile
creating pic/Makefile
creating debug/Makefile
creating vapi/Makefile
creating config.h
config.h is unchanged
[root@localhost or1ksim]# make
cd ../or1ksim && automake --gnu Makefile --add-missing
configure.in:10: your implementation of AM_INIT_AUTOMAKE comes from an
configure.in:10: old Automake version. You should recreate aclocal.m4
configure.in:10: with aclocal and run automake again.
Makefile.am: installing `./depcomp'
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL
make: *** [../or1ksim/Makefile.in] Error 1
[root@localhost or1ksim]#
[root@localhost or1ksim]# make
cd . \
&& CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating Makefile
Makefile:230: *** missing separator. Stop.
[root@localhost or1ksim]# make
Makefile:230: *** missing separator. Stop.
----- Original Message -----
From: "Matjaz Breskvar" <phoenix@o...>
To: <openrisc@o...>
Sent: Wednesday, September 17, 2003 6:55 PM
Subject: Re: [openrisc] cvs or1ksim broken?
> * Daniel Wiklund (danwi@i...) wrote:
> > Hi,
>
> [...]
>
> > This is another bug in the scripts. The reason for this is that
> > automake needs the flag'--add-missing' in order to fix the missing
> > .depcomp file. I don't know how to fix this in the Makefile.in and
> > configure.in files...
>
> i've changed the Makefile.in, so or1ksim now compiles (at least on my)
> RH 8 & 9.
>
> have fun,
> p.
>
>
|
 |