|
Message
From: Matjaz Breskvar <phoenix@o...>
Date: Fri, 12 Sep 2003 12:25:39 +0200
Subject: Re: [openrisc] cvs or1ksim broken?
* Daniel Wiklund (danwi@i...) wrote:
> Hi,
>
> The or1ksim is broken. The problem is that the 'debug/Makefile' entry is
> repeated twice in the AC_OUTPUT tag of configure.in
>
> Since I don't have write access to the CVS I'd like some of the
> developers to fix this as I've seen this question a bunch of times in
> the last couple of weeks!
>
> You will probably also see the following message when running make after
> the above mentioned changes:
>
> cd . && aclocal
> cd . && automake --gnu Makefile
> configure.in:18: warning: AC_CANONICAL_HOST invoked multiple times
> Makefile.am: required file `./depcomp' not found
> make: *** [Makefile.in] Error 1
>
> 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...
the problem with or1ksim is that automake scripts are really outdated.
they woun't run (out of the box) on anything newer than Red Hat 7.3.
i'd gladly accept a patch that updates automake scripts so
that or1ksim can also be built on a more recent platform.
regards,
m.
|