public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* error building egcs-980214 with /bin/sh on Solaris
@ 1998-02-19  3:32 Martin Spott
  1998-02-20 10:10 ` Manfred.Hollstein
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Spott @ 1998-02-19  3:32 UTC (permalink / raw)
  To: egcs

Looks like this:

/bin/sh: syntax error at line 1: \x05nd of file' unexpected
make: *** [all-libiberty] Error 2


These two lines are the one an only thing I see when running make. If I
replace /bin/sh by a link to bash, make runs fine. Some script doesn't work
correctly on /bin/sh, maybe egcs-980214/config/mt-sparcpic ?
Solaris2.5.1/Sparc, make-3.75

Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------

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

* Re: error building egcs-980214 with /bin/sh on Solaris
  1998-02-19  3:32 error building egcs-980214 with /bin/sh on Solaris Martin Spott
@ 1998-02-20 10:10 ` Manfred.Hollstein
  0 siblings, 0 replies; 2+ messages in thread
From: Manfred.Hollstein @ 1998-02-20 10:10 UTC (permalink / raw)
  To: sk001sp; +Cc: egcs, manfred

On Thu, 19 February 1998, 12:32:09, sk001sp@crimson.ihg.uni-duisburg.de wrote:

 > Looks like this:
 > 
 > /bin/sh: syntax error at line 1: \x05nd of file' unexpected
 > make: *** [all-libiberty] Error 2
 > 
 > 
 > These two lines are the one an only thing I see when running make. If I
 > replace /bin/sh by a link to bash, make runs fine. Some script doesn't work
 > correctly on /bin/sh, maybe egcs-980214/config/mt-sparcpic ?
 > Solaris2.5.1/Sparc, make-3.75

If you are egcs from CVS, just update, otherwise apply this patch:

Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>

	* Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
	this change to sync Makefile.in with its ChangeLog entries.

diff --context --recursive --show-c-function -x *.o -x *.info* -x *.html* -x *.elc -x *.dvi -x *.orig -x *~ -x version.el egcs-980214.orig/Makefile.in egcs-980214/Makefile.in
*** egcs-980214.orig/Makefile.in	Sun Feb  1 02:41:23 1998
--- egcs-980214/Makefile.in	Sun Feb 15 10:42:55 1998
*************** BASE_FLAGS_TO_PASS = \
*** 344,351 ****
  	"MAKE=$(MAKE)" \
  	"MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
  	"NM_FOR_TARGET=$(NM_FOR_TARGET)" \
- 	"PICFLAG=$(PICFLAG)" \
- 	"PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
  	"RANLIB_FOR_TARGET=$(RANLIB_FOR_TARGET)" \
  	"SHELL=$(SHELL)" \
  	"EXPECT=$(EXPECT)" \
--- 344,349 ----
*************** EXTRA_TARGET_FLAGS = \
*** 402,408 ****
  	'LIBCFLAGS=$$(LIBCFLAGS_FOR_TARGET)' \
  	'LIBCXXFLAGS=$$(LIBCXXFLAGS_FOR_TARGET)' \
  	'NM=$$(NM_FOR_TARGET)' \
- 	'PICFLAG=$$(PICFLAG_FOR_TARGET)' \
  	'RANLIB=$$(RANLIB_FOR_TARGET)' \
  	'WINDRES=$$(WINDRES_FOR_TARGET)'
  
--- 400,405 ----

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

end of thread, other threads:[~1998-02-20 10:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-02-19  3:32 error building egcs-980214 with /bin/sh on Solaris Martin Spott
1998-02-20 10:10 ` Manfred.Hollstein

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