This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/27774] "make install-info" no longer works



------- 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 \
        --enable-threads=posix \
        --enable-haifa \
        --enable-checking=assert \
        --prefix=/usr/gcc-4.2 \
        --with-local-prefix=/usr/local

I never used "make install-info" in gcc. I only used it in binutils. It used
to work until int from gcc was copied over. I am using:

2006-05-26  H.J. Lu  <hongjiu.lu@intel.com>

        PR binutils/2701
        PR gcc/27774
        * Makefile.in (install-info): Put it back.

--- intl/Makefile.in.info       2006-05-24 09:01:37.000000000 -0700
+++ intl/Makefile.in    2006-05-26 10:36:01.000000000 -0700
@@ -116,6 +116,7 @@ DEFS-relocatable.o = -DINSTALLDIR="\"$(l
 all: all-@USE_INCLUDED_LIBINTL@
 all-yes: libintl.a libintl.h config.intl
 all-no: # nothing
+install-info: # nothing

 libintl.a: $(OBJECTS)
        rm -f $@

to work around it.


-- 

hjl at lucon dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|0000-00-00 00:00:00         |2006-05-26 18:49:02
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27774


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]