public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Built and installed sparc-sun-solaris2.5
@ 1998-03-21 13:50 John DelSignore
  1998-03-22  9:22 ` Jeffrey A Law
  0 siblings, 1 reply; 4+ messages in thread
From: John DelSignore @ 1998-03-21 13:50 UTC (permalink / raw)
  To: egcs

Everything went smoothly, except for a minor autoconf/m4 snag.  I
didn't have a GNU m4 installed on my system as "m4".  Make produced
the following error:

cd ./f/runtime && make srcdir=. -f Makefile.in rebuilt
rm -f libU77/config.cache && cd ./libU77 && autoconf && rm -f config.cache
Autoconf requires GNU m4 1.1 or later
*** Error code 1
make: Fatal error: Command failed for target `libU77/configure'
Current working directory /nfs/vinnie/u6/home/tv/bld/jdelsign/src/tools/egcs-1.0.2/gcc/f/runtime
*** Error code 1
make: Fatal error: Command failed for target `f/runtime/libU77/configure'
Current working directory /nfs/vinnie/u6/home/tv/bld/jdelsign/src/tools/egcs-1.0.2/gcc
*** Error code 1
make: Fatal error: Command failed for target `bootstrap'
Current working directory /nfs/vinnie/u6/home/tv/bld/jdelsign/src/tools/egcs-1.0.2/gcc
*** Error code 1
make: Fatal error: Command failed for target `bootstrap'

I dropped a symlink to the GNU m4 and added it to my PATH, and that
made autoconf happy.

Cheers, John D.
--
John V. DelSignore, Jr.                 jdelsign@dolphinics.com
Chief Architect, ToolWorks Group
Dolphin Interconnect Solutions          WWW:   http://www.dolphinics.com
111 Speen Street                        Phone: (508) 875-3030 x330
Framingham, MA 01701-2090               FAX:   (508) 875-1517

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

* Re: Built and installed sparc-sun-solaris2.5
  1998-03-21 13:50 Built and installed sparc-sun-solaris2.5 John DelSignore
@ 1998-03-22  9:22 ` Jeffrey A Law
  1998-03-23 16:39   ` John DelSignore
  0 siblings, 1 reply; 4+ messages in thread
From: Jeffrey A Law @ 1998-03-22  9:22 UTC (permalink / raw)
  To: John DelSignore; +Cc: egcs

  In message < 199803210236.VAA26676@vinnie.dolphinics.com >you write:
  > Everything went smoothly, except for a minor autoconf/m4 snag.  I
  > didn't have a GNU m4 installed on my system as "m4".  Make produced
  > the following error:
Did you upgrade via diffs from 1.0.1 to 1.0.2?  That's the typical
reason for generated files like "configure" being out of date
(which is why autoconf was run in the first place).

The same thing happens when upgrading from one snapshot to the
next via diffs.

jeff

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

* Re: Built and installed sparc-sun-solaris2.5
  1998-03-22  9:22 ` Jeffrey A Law
@ 1998-03-23 16:39   ` John DelSignore
  1998-03-23 16:45     ` Jeffrey A Law
  0 siblings, 1 reply; 4+ messages in thread
From: John DelSignore @ 1998-03-23 16:39 UTC (permalink / raw)
  To: law; +Cc: egcs

>  In message < 199803210236.VAA26676@vinnie.dolphinics.com >you write:
>  > Everything went smoothly, except for a minor autoconf/m4 snag.  I
>  > didn't have a GNU m4 installed on my system as "m4".  Make produced
>  > the following error:
>Did you upgrade via diffs from 1.0.1 to 1.0.2?  That's the typical
>reason for generated files like "configure" being out of date
>(which is why autoconf was run in the first place).
>
>The same thing happens when upgrading from one snapshot to the
>next via diffs.

What I did was import the 1.0.2 sources into our CVS repository, then
I checked it out into a separate build hierarchy; maybe CVS didn't
preserve the dates.  I also did the "no-no" of building in the same
hierarchy as the checked-out sources instead of the recommended
"objdir" method.  I'm not sure which of these may have caused the
problem.

Cheers, John D.

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

* Re: Built and installed sparc-sun-solaris2.5
  1998-03-23 16:39   ` John DelSignore
@ 1998-03-23 16:45     ` Jeffrey A Law
  0 siblings, 0 replies; 4+ messages in thread
From: Jeffrey A Law @ 1998-03-23 16:45 UTC (permalink / raw)
  To: John DelSignore; +Cc: egcs

  In message < 199803230114.UAA29046@vinnie.dolphinics.com >you write:
  > What I did was import the 1.0.2 sources into our CVS repository, then
  > I checked it out into a separate build hierarchy; maybe CVS didn't
  > preserve the dates.
This is probably the "problem".

You might look at this URL to find out what files you need to
make sure are "touched" to deal with these kinds of problems:

http://egcs.cygnus.com/faq.html#autoconf/bison++

jeff


  I also did the "no-no" of building in the same
  > hierarchy as the checked-out sources instead of the recommended
  > "objdir" method.  I'm not sure which of these may have caused the
  > problem.
  > 
  > Cheers, John D.

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

end of thread, other threads:[~1998-03-23 16:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-03-21 13:50 Built and installed sparc-sun-solaris2.5 John DelSignore
1998-03-22  9:22 ` Jeffrey A Law
1998-03-23 16:39   ` John DelSignore
1998-03-23 16:45     ` Jeffrey A Law

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