public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* libstdc++v3 configuration
@ 2001-11-21 14:26 Richard Kenner
  2001-11-21 15:03 ` Alexandre Oliva
  2001-11-29  6:31 ` Richard Kenner
  0 siblings, 2 replies; 8+ messages in thread
From: Richard Kenner @ 2001-11-21 14:26 UTC (permalink / raw)
  To: gcc

It ran for an hour an 43 minutes and then failed as follows:

creating po/Makefile
sed: Cannot find or open file ../../../egcs/libstdc++-v3/po/Makefile.in.
creating testsuite/Makefile
creating mkcheck
creating testsuite_flags
creating config.h
linking ../../../egcs/libstdc++-v3/config/io/basic_file_stdio.cc to src/basic_fi
le.cc
configure: error: ../../../egcs/libstdc++-v3/config/io/basic_file_stdio.cc: File
 not found
make: *** [configure-target-libstdc++-v3] Error 1

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

* Re: libstdc++v3 configuration
  2001-11-21 14:26 libstdc++v3 configuration Richard Kenner
@ 2001-11-21 15:03 ` Alexandre Oliva
  2001-11-29  7:59   ` Alexandre Oliva
  2001-11-29  6:31 ` Richard Kenner
  1 sibling, 1 reply; 8+ messages in thread
From: Alexandre Oliva @ 2001-11-21 15:03 UTC (permalink / raw)
  To: Richard Kenner; +Cc: gcc

On Nov 29, 2001, kenner@vlsi1.ultra.nyu.edu (Richard Kenner) wrote:

> creating po/Makefile
> sed: Cannot find or open file ../../../egcs/libstdc++-v3/po/Makefile.in.

Risking pointing out the obvious: do you have
libstdc++-v3/po/Makefile.in in your source tree?

> linking ../../../egcs/libstdc++-v3/config/io/basic_file_stdio.cc to src/basic_file.cc
> configure: error: ../../../egcs/libstdc++-v3/config/io/basic_file_stdio.cc: Filenot found

Ditto.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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

* libstdc++v3 configuration
  2001-11-21 14:26 libstdc++v3 configuration Richard Kenner
  2001-11-21 15:03 ` Alexandre Oliva
@ 2001-11-29  6:31 ` Richard Kenner
  1 sibling, 0 replies; 8+ messages in thread
From: Richard Kenner @ 2001-11-29  6:31 UTC (permalink / raw)
  To: gcc

It ran for an hour an 43 minutes and then failed as follows:

creating po/Makefile
sed: Cannot find or open file ../../../egcs/libstdc++-v3/po/Makefile.in.
creating testsuite/Makefile
creating mkcheck
creating testsuite_flags
creating config.h
linking ../../../egcs/libstdc++-v3/config/io/basic_file_stdio.cc to src/basic_fi
le.cc
configure: error: ../../../egcs/libstdc++-v3/config/io/basic_file_stdio.cc: File
 not found
make: *** [configure-target-libstdc++-v3] Error 1

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

* Re: libstdc++v3 configuration
  2001-11-21 15:03 ` Alexandre Oliva
@ 2001-11-29  7:59   ` Alexandre Oliva
  0 siblings, 0 replies; 8+ messages in thread
From: Alexandre Oliva @ 2001-11-29  7:59 UTC (permalink / raw)
  To: Richard Kenner; +Cc: gcc

On Nov 29, 2001, kenner@vlsi1.ultra.nyu.edu (Richard Kenner) wrote:

> creating po/Makefile
> sed: Cannot find or open file ../../../egcs/libstdc++-v3/po/Makefile.in.

Risking pointing out the obvious: do you have
libstdc++-v3/po/Makefile.in in your source tree?

> linking ../../../egcs/libstdc++-v3/config/io/basic_file_stdio.cc to src/basic_file.cc
> configure: error: ../../../egcs/libstdc++-v3/config/io/basic_file_stdio.cc: Filenot found

Ditto.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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

* Re: libstdc++v3 configuration
  2001-11-22  8:37 ` Phil Edwards
@ 2001-11-29 17:54   ` Phil Edwards
  0 siblings, 0 replies; 8+ messages in thread
From: Phil Edwards @ 2001-11-29 17:54 UTC (permalink / raw)
  To: Richard Kenner; +Cc: aoliva, gcc

On Thu, Nov 29, 2001 at 07:57:33PM -0500, Richard Kenner wrote:
>     Risking pointing out the obvious: do you have
>     libstdc++-v3/po/Makefile.in in your source tree?
> 
> No.  I wonder why not, though.  I do "cvs update" ...

Either contrib/gcc_update or "cvs update -Pd" is what you want, I think.


> But there's still the nearly-two-hour configure time.

In the mean time, you might consider saving select bits of config.cache
and then using them to prime the cache on subsequent runs.

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams

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

* Re: libstdc++v3 configuration
  2001-11-22  5:03 Richard Kenner
  2001-11-22  8:37 ` Phil Edwards
@ 2001-11-29 17:03 ` Richard Kenner
  1 sibling, 0 replies; 8+ messages in thread
From: Richard Kenner @ 2001-11-29 17:03 UTC (permalink / raw)
  To: aoliva; +Cc: gcc

    Risking pointing out the obvious: do you have
    libstdc++-v3/po/Makefile.in in your source tree?

No.  I wonder why not, though.  I do "cvs update" ...

But there's still the nearly-two-hour configure time.

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

* Re: libstdc++v3 configuration
  2001-11-22  5:03 Richard Kenner
@ 2001-11-22  8:37 ` Phil Edwards
  2001-11-29 17:54   ` Phil Edwards
  2001-11-29 17:03 ` Richard Kenner
  1 sibling, 1 reply; 8+ messages in thread
From: Phil Edwards @ 2001-11-22  8:37 UTC (permalink / raw)
  To: Richard Kenner; +Cc: aoliva, gcc

On Thu, Nov 29, 2001 at 07:57:33PM -0500, Richard Kenner wrote:
>     Risking pointing out the obvious: do you have
>     libstdc++-v3/po/Makefile.in in your source tree?
> 
> No.  I wonder why not, though.  I do "cvs update" ...

Either contrib/gcc_update or "cvs update -Pd" is what you want, I think.


> But there's still the nearly-two-hour configure time.

In the mean time, you might consider saving select bits of config.cache
and then using them to prime the cache on subsequent runs.

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams

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

* Re: libstdc++v3 configuration
@ 2001-11-22  5:03 Richard Kenner
  2001-11-22  8:37 ` Phil Edwards
  2001-11-29 17:03 ` Richard Kenner
  0 siblings, 2 replies; 8+ messages in thread
From: Richard Kenner @ 2001-11-22  5:03 UTC (permalink / raw)
  To: aoliva; +Cc: gcc

    Risking pointing out the obvious: do you have
    libstdc++-v3/po/Makefile.in in your source tree?

No.  I wonder why not, though.  I do "cvs update" ...

But there's still the nearly-two-hour configure time.

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

end of thread, other threads:[~2001-11-30  1:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-21 14:26 libstdc++v3 configuration Richard Kenner
2001-11-21 15:03 ` Alexandre Oliva
2001-11-29  7:59   ` Alexandre Oliva
2001-11-29  6:31 ` Richard Kenner
2001-11-22  5:03 Richard Kenner
2001-11-22  8:37 ` Phil Edwards
2001-11-29 17:54   ` Phil Edwards
2001-11-29 17:03 ` Richard Kenner

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