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: build failures with ct-ng


This would not perhaps pertain to the well-known situation on *buntu
with /bin/sh -> /bin/dash would it?

If so the solution is either replace /bin/sh with symlink to /bin/bash,
or find instances of #!/bin/sh in scripts and change to #!/bin/bash.
Also make sure SHELL is set in Makefiles to /bin/bash.

Or else expunge bashisms from scripts and Makefiles.

Rumor has it Debian will follow suit.  No doubt others too.

--
Dan Wilder 

-----Original Message-----
From: crossgcc-owner@sourceware.org
[mailto:crossgcc-owner@sourceware.org] On Behalf Of frasc
Sent: Thursday, October 02, 2008 1:04 PM
To: crossgcc@sourceware.org
Subject: Re: build failures with ct-ng


Hi all,

I confirm. downgrading libtool from 2.2.4 to 1.5.6 allows me to build
mpfr on my Ubuntu Intrepid box.

now it fails in building binutils ...

I'll keep trying and post more data when I have it.

--Frederic


--
View this message in context:
http://www.nabble.com/build-failures-with-ct-ng-tp19332399p19786479.html
Sent from the Sourceware - crossgcc list mailing list archive at
Nabble.com.


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


--
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]