Error in making newlib on MinGW

Jay Kulpinski jay.kulpinski@gmail.com
Tue Dec 25 12:20:00 GMT 2007


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



More information about the crossgcc mailing list