--- Comment #5 from hjl at lucon dot org 2006-08-10 20:26 ---
Fixed by
http://gcc.gnu.org/ml/gcc-patches/2006-06/msg00365.html
--
hjl at lucon dot org changed:
What|Removed |Added
---
--- Comment #4 from hjl at lucon dot org 2006-05-26 18:49 ---
I didn't see intl in my gcc 3.3. My gcc is configured with
/net/gnu-13/export/gnu/src/gcc/gcc/configure \
\
--enable-clocale=gnu --with-system-zlib --with-demangler-in-ld \
\
--enable-shared
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-05-26 17:59 ---
What about 3.3.x? gcc/intl changed in 3.4.x?
Also you still have not said how you configured.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #2 from hjl at lucon dot org 2006-05-26 17:57 ---
"make install-info" doesn't work in gcc/intl in 3.4, 4.0, 4.1. But it used to
work in src/intl. After merging intl from gcc to src, "make install-info" no
longers in src/intl.
--
hjl at lucon dot org changed:
W
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-05-26 17:35 ---
Missing a couple of pieces of info.
How did you configure GCC?
Did you do a build before doing make install-info?
By the way a relative path for DESTDIR will not work so why are you trying to
do that in the first p