--- Comment #10 from thomas dot jourdan at gmail dot com 2009-01-17 15:23
---
Hi
My mistake was to export a function in the bash to fool a shell script. But
then I configured GCC without removing it.
I did :
function install() { ginstall "$@"; }
export -f install
Then I
--- Comment #8 from thomas dot jourdan at gmail dot com 2009-01-14 20:45
---
Hi all
I did my homework tonight and I found the problem, thanks to your help. For
other purposes, I had to export a function in my shell this way :
---8<---
function install() { ginstall "$@"
--- Comment #6 from thomas dot jourdan at gmail dot com 2009-01-13 21:11
---
Hi all,
First of all, thanks for answering so quickly.
I am using crosstool-ng
(http://ymorin.is-a-geek.org/dokuwiki/projects/crosstool) scripts to build my
cross tool chain. It works greats (with the same
--- Comment #5 from thomas dot jourdan at gmail dot com 2009-01-13 20:50
---
Created an attachment (id=17093)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17093&action=view)
Configure and build log
This patch contains the full build log of the cross tool chain.
--
--- Comment #1 from thomas dot jourdan at gmail dot com 2009-01-11 15:19
---
Mistake in bug description :
host = i386-pc-solaris2.11
build = i386-pc-solaris2.11
target = i686-nptl-linux-gnu
This is a cross build
--
thomas dot jourdan at gmail dot com changed:
What
nts ?
--
Summary: sed Unterminated `s' command
Product: gcc
Version: 4.3.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: thomas