This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Using crosstool under solaris 10


dank@kegel.com wrote:
On 4/26/06, Dirk Eibach <eibach@gdsys.de> wrote:

I am trying to use crosstool under solaris 10.
Maybe you have some idea what goes wrong here:

getandpatch.sh: Syntaxfehler in Zeile 95: `;' unerwartet


Yes.  In the crosstool shell scripts, there are many places
where I wrote
   for a in foo bar baz; do
This is a bashism/posixism(?).  The portable syntax is
   for a in foo bar baz
   do
Does the attached patch help?
- Dan

For me using bash instead of the Solaris shell helped.
I'm sorry I roasted my system one hour ago, so I cannot test your patch at the moment,


Cheers.
--
Dirk Eibach <eibach@gdsys.de>
Guntermann & Drunck Systementwicklung GmbH
F & E
Dortmunder Str. 4a, D-57234 Wilnsdorf
Tel.: +49 (0) 2739 8901 100, Fax.: +49 (0) 2739 8901 120




-- For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]