|
Message
From: Matjaz Breskvar <phoenix@o...>
Date: Wed, 17 Sep 2003 21:18:50 +0200
Subject: Re: [openrisc] cvs or1ksim broken?
* Damjan Lampret (lampret@o...) wrote:
> 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
can you please check if you have aclocal installed (and if not install
it). the 5th line after <cut> should say:
checking for working aclocal... found
was this the problem ?
regards,
p.
|