[Bug other/38805] sed Unterminated `s' command

2009-01-17 Thread thomas dot jourdan at gmail dot com
--- 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

[Bug other/38805] sed Unterminated `s' command

2009-01-14 Thread thomas dot jourdan at gmail dot com
--- 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 "$@"

[Bug other/38805] sed Unterminated `s' command

2009-01-13 Thread thomas dot jourdan at gmail dot com
--- 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

[Bug other/38805] sed Unterminated `s' command

2009-01-13 Thread thomas dot jourdan at gmail dot com
--- 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. --

[Bug other/38805] sed Unterminated `s' command

2009-01-11 Thread thomas dot jourdan at gmail dot com
--- 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

[Bug other/38805] New: sed Unterminated `s' command

2009-01-11 Thread thomas dot jourdan at gmail dot com
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