--- 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 configured G
--- Comment #9 from rwild at gcc dot gnu dot org 2009-01-15 07:16 ---
> I had no knowledge of `config.status -d`, but this helped me a lot. I've been
> able to see the confstat temporary files and figure out the problem. Thanks
> for
> pointing this out, this will help me a lot to debug
--- 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 "$@"; }
export -f in
--- Comment #7 from rwild at gcc dot gnu dot org 2009-01-14 18:02 ---
Please go into the gcc directory in the build tree and confirm that
./config.status
reproduces the errors (ignore further errors). If yes, then please show
the output of
./config.status -d
wc confstat*/*
If an
--- 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 gc
--- 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.
--
http://gc
--- Comment #4 from rwild at gcc dot gnu dot org 2009-01-13 13:05 ---
(In reply to comment #3)
> for ac_var in `(set) 2>&1 |
>sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
>
That happens much earlier than the posted errors.
Thomas, please print the full name of
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-01-13 01:01 ---
for ac_var in `(set) 2>&1 |
sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38805
--- Comment #2 from pinskia at gcc dot gnu dot org 2009-01-13 00:59 ---
How did you invoke configure? How did you invoke GNU make?
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
-
--- 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|R
10 matches
Mail list logo