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]

gcc snapshots depend on glibc since 200000601


I believe this has been reported before; but I have seen no answer as to whether it is now to be required to port more of glibc
before being able to build gcc.  The snapshot 20000531 was the last one not to require these glibc functions on i686-pc-cygwin.

gcc  -DIN_GCC    -g  -W -Wall -Wtraditional -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long  -DHAV
E_CONFIG_H  -o cpp.exe cppmain.o \
intl.o libcpp.a obstack.o       -ladvapi32 ../libiberty/libiberty.a
cppmain.o: In function `main':
/src/gnu/egcs/w2k/gcc/../../gcc/cppmain.c:54: undefined reference to `bindtextdomain'
/src/gnu/egcs/w2k/gcc/../../gcc/cppmain.c:55: undefined reference to `textdomain'
libcpp.a(cppinit.o): In function `append_include_chain':
/src/gnu/egcs/w2k/gcc/../../gcc/cppinit.c:346: undefined reference to `gettext'
libcpp.a(cppinit.o): In function `merge_include_chains':
/src/gnu/egcs/w2k/gcc/../../gcc/cppinit.c:443: undefined reference to `gettext'
/src/gnu/egcs/w2k/gcc/../../gcc/cppinit.c:463: undefined reference to `gettext'
/src/gnu/egcs/w2k/gcc/../../gcc/cppinit.c:482: undefined reference to `gettext'
/src/gnu/egcs/w2k/gcc/../../gcc/cppinit.c:496: undefined reference to `gettext'
libcpp.a(cppinit.o):/src/gnu/egcs/w2k/gcc/../../gcc/cppinit.c:916: more undefined references to `gettext' follow



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