public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* problems building on Solaris
@ 1998-04-06  8:26 SXTHREE
  1998-04-07 19:34 ` Jim Wilson
  0 siblings, 1 reply; 6+ messages in thread
From: SXTHREE @ 1998-04-06  8:26 UTC (permalink / raw)
  To: egcs

I just downloaded the patch egcs-980321 -> egcs-980328 and
it seems there is a problem with xgettext when not using
the GNU version: Here is a recall of the configuration:

-> ../egcs-980328/configure --prefix=/thesee00/gnu
Configuring for a sparc-sun-solaris2.5.1 host.
Created "Makefile" in /thesee00/gnu/sources/obj using "mh-frag"
Links are now set up to build a native compiler for sparc-sun-solaris2.5.1

-> make bootstrap

result:
.../...
make[3]: Entering directory `/thesee00/gnu/sources/obj/texinfo/po'
PATH=../src:$PATH : --default-domain=texinfo 
--directory=../../../egcs-980328/texinfo \
  --add-comments --keyword=_ --keyword=N_ \
  --files-from=../../../egcs-980328/texinfo/po/POTFILES.in
rm -f ../../../egcs-980328/texinfo/po/texinfo.pot
mv texinfo.po ../../../egcs-980328/texinfo/po/texinfo.pot
mv: cannot access texinfo.po
make[3]: *** [../../../egcs-980328/texinfo/po/texinfo.pot] Error 2
make[3]: Leaving directory `/thesee00/gnu/sources/obj/texinfo/po'

The XGETTEXT variable is not defined in the texinfo/po Makefile.

I've seen somewhere "found xgettext programs is not GNU xgettext; ignore it"

NOTE:
egcs-980321 was succesfully built with the same commands.

FM

^ permalink raw reply	[flat|nested] 6+ messages in thread
* Re: problems building on Solaris
@ 1998-04-08  9:27 Richard Gorton
  1998-04-08 23:35 ` Jim Wilson
  1998-04-09  3:09 ` Kriang Lerdsuwanakij
  0 siblings, 2 replies; 6+ messages in thread
From: Richard Gorton @ 1998-04-08  9:27 UTC (permalink / raw)
  To: sxthree, wilson; +Cc: egcs

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

This is _not_ a solution.  It does _not_ work.
It is a problem even when building the complete egcs-980328.tar.gz
snapshot.  I see a similar problem (yes, I'm using gnumake)
when building for host==target==alphaev56-dec-osf4.0b

I get

...

gnumake[3]: Leaving directory `/proj/gorton/egcs-980328/texinfo/makeinfo'
Making all in po
gnumake[3]: Entering directory `/proj/gorton/egcs-980328/texinfo/po'
PATH=../src:$PATH : --default-domain=texinfo --directory=.. \
  --add-comments --keyword=_ --keyword=N_ \
  --files-from=./POTFILES.in
rm -f ./texinfo.pot
mv texinfo.po ./texinfo.pot
mv: rename texinfo.po to ./texinfo.pot: No such file or directory
gnumake[3]: *** [texinfo.pot] Error 1
gnumake[3]: Leaving directory `/proj/gorton/egcs-980328/texinfo/po'
gnumake[2]: *** [all-recursive] Error 1
gnumake[2]: Leaving directory `/proj/gorton/egcs-980328/texinfo'
gnumake[1]: *** [all-recursive-am] Error 2
gnumake[1]: Leaving directory `/proj/gorton/egcs-980328/texinfo'
gnumake: *** [all-texinfo] Error 2

Then, when I apply the bison++ "fix", I get:

touch `find texinfo -name \*.pot -print`

It fails, because there are no .pot files

After re-invoking gnumake:

I get the exact same error as listed above.

	Rick

Richard Gorton			http://www.digital.com/info/semiconductor/amt	
Digital Equipment Corporation	All standard disclaimers apply.
Reply-to: gorton@tallis.enet.dec.com
"A committee is a cul-de-sac down which ideas are lured and then quietly
strangled."
     --Sir Barnett Cocks

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

end of thread, other threads:[~1998-04-11 12:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-04-06  8:26 problems building on Solaris SXTHREE
1998-04-07 19:34 ` Jim Wilson
1998-04-08  9:27 Richard Gorton
1998-04-08 23:35 ` Jim Wilson
1998-04-11 12:22   ` Gerald Pfeifer
1998-04-09  3:09 ` Kriang Lerdsuwanakij

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