From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manfred Hollstein To: Theodore.Papadopoulo@sophia.inria.fr Cc: egcs@cygnus.com Subject: Re: New texinfo Date: Fri, 27 Mar 1998 04:21:00 -0000 Message-id: <13594.42635.981190.834029@saturn.s-direktnet.de> References: <199803251107.MAA01068@mururoa.inria.fr> X-SW-Source: 1998-03/msg00919.html On Wed, 25 March 1998, 12:07:15, Theodore.Papadopoulo@sophia.inria.fr wrote: Am I the only one to experience problems with texinfo while trying to compile egcs from the CVS source tree (updated 03/25). configure complains it does not find ../egcs/texinfo/intl/libgettext.h and po files. Its seems that those sub-directories are not registered with cvs. I copied those files from the regular texinfo-3.12 distribution and now get: mururoa->../egcs/configure --prefix=/u/corse/2/robotvis/egcs --srcdir=../egcs Configuring for a sparc-sun-solaris2.5.1 host. Created "Makefile" in /u/hawai/0/robotvis/papadop/src/egcs-solaris using "mh-frag" ./config.status is unchanged ../../egcs/texinfo/configure: EGCS_PROG_INSTALL: not found ../../egcs/texinfo/configure: AM_MAINTAINER_MODE: not found ../../egcs/texinfo/configure: AM_EXEEXT: not found ../../egcs/texinfo/configure: intl/po2tbl.sed: cannot create Links are now set up to build a native compiler for sparc-sun-solaris2.5.1 Do I miss something ??? Thanks for all your work... I guess, in the meantime you've received my postings concerning this issue. If not, you should execute the following commands: $ cd egcs/texinfo $ mv configure configure.orig $ autoconf $ touch --file=configure.orig configure $ touch `find . -name Makefile.in -print` manfred