public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* New texinfo
@ 1998-03-25  4:47 Theodore Papadopoulo
  1998-03-27  4:21 ` Manfred Hollstein
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Theodore Papadopoulo @ 1998-03-25  4:47 UTC (permalink / raw)
  To: egcs

	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...


		Theo.


 --------------------------------------------------------------------
 Theodore Papadopoulo
 Email:  papadop@sophia.inria.fr               Tel: (33) 04 92 38 76 01
 --------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: New texinfo
  1998-03-25  4:47 New texinfo Theodore Papadopoulo
@ 1998-03-27  4:21 ` Manfred Hollstein
  1998-03-27 15:18 ` Jeffrey A Law
  1998-03-27 15:18 ` H.J. Lu
  2 siblings, 0 replies; 6+ messages in thread
From: Manfred Hollstein @ 1998-03-27  4:21 UTC (permalink / raw)
  To: Theodore.Papadopoulo; +Cc: egcs

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: New texinfo
  1998-03-25  4:47 New texinfo Theodore Papadopoulo
  1998-03-27  4:21 ` Manfred Hollstein
  1998-03-27 15:18 ` Jeffrey A Law
@ 1998-03-27 15:18 ` H.J. Lu
  1998-03-31  0:46   ` Jeffrey A Law
  2 siblings, 1 reply; 6+ messages in thread
From: H.J. Lu @ 1998-03-27 15:18 UTC (permalink / raw)
  To: Theodore Papadopoulo; +Cc: egcs

> 
> 
> 	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
> 

Same problem here.

-- 
H.J. Lu (hjl@gnu.org)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: New texinfo
  1998-03-25  4:47 New texinfo Theodore Papadopoulo
  1998-03-27  4:21 ` Manfred Hollstein
@ 1998-03-27 15:18 ` Jeffrey A Law
  1998-03-27 15:18 ` H.J. Lu
  2 siblings, 0 replies; 6+ messages in thread
From: Jeffrey A Law @ 1998-03-27 15:18 UTC (permalink / raw)
  To: Theodore Papadopoulo; +Cc: egcs

  In message < 199803251107.MAA01068@mururoa.inria.fr >you write:
  > 
  > 	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=../eg
  > cs
  > Configuring for a sparc-sun-solaris2.5.1 host.
  > Created "Makefile" in /u/hawai/0/robotvis/papadop/src/egcs-solaris using "m
  > h-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 ???
I believe I've fixed the autoconf problems.

jeff

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: New texinfo
  1998-03-27 15:18 ` H.J. Lu
@ 1998-03-31  0:46   ` Jeffrey A Law
  0 siblings, 0 replies; 6+ messages in thread
From: Jeffrey A Law @ 1998-03-31  0:46 UTC (permalink / raw)
  To: H.J. Lu; +Cc: Theodore Papadopoulo, egcs

  In message < m0yIFMA-00058JC@ocean.lucon.org >you write:
  > > 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
  > > 
  > 
  > Same problem here.
These problems should be fixed in the current sources.

jeff

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: New texinfo
       [not found] <199803251107.MAA01068.cygnus.egcs@mururoa.inria.fr>
@ 1998-03-26 21:54 ` Ulrich Drepper
  0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Drepper @ 1998-03-26 21:54 UTC (permalink / raw)
  To: egcs

Theodore.Papadopoulo@sophia.inria.fr (Theodore Papadopoulo) writes:

> ./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 ???

Yes, you haven't read Jeff's message about the way to update.  Entrer
the egcs/texinfo dir and use cvs update -d.

-- Uli
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1998-03-31  0:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-03-25  4:47 New texinfo Theodore Papadopoulo
1998-03-27  4:21 ` Manfred Hollstein
1998-03-27 15:18 ` Jeffrey A Law
1998-03-27 15:18 ` H.J. Lu
1998-03-31  0:46   ` Jeffrey A Law
     [not found] <199803251107.MAA01068.cygnus.egcs@mururoa.inria.fr>
1998-03-26 21:54 ` Ulrich Drepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).