This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Error in making newlib on MinGW


On Dec 20, 2007 7:11 PM, Hiroshi Homma <hiro0122_mail@yahoo.co.jp> wrote:
> Thanks jim for your answer.
> Hi, all.
> i am japnese. sorry for my bad english.
>
>
> > The only problem I see below is that you don't have "makeinfo" installed
> > on your build machine.  This means that the documentation won't be
> > built.  The rest of the build should be OK.
>
> but i have `makeinfo' installed.
> i confirm `which' command. bellow is result.
>
> /bin/makeinfo
>
> i find Solution, but that is no good.
> bellow is the solution.
>
>


I suspect you need to change this line in newlib-1.15.0/configure
(around line 3687):

     if ${MAKEINFO} --version \
-       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null
2>&1; then
+       |  egrep
'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null
2>&1; then
       :
     else

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]