Hello,
I am getting the following messages when doing a make of texinfo
4.8 under Mac OS X 10.4.1 using the gcc 4.0 compiler:
/usr/bin/ld: multiple definitions of symbol _getopt
/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../libc.dylib
(getopt.So) definition of _getopt
../lib/libtxi.a(getopt.o) definition of _getopt in section
(__TEXT,__text)
/usr/bin/ld: multiple definitions of symbol _opterr
/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../libc.dylib
(getopt.So) definition of _opterr
../lib/libtxi.a(getopt.o) definition of _opterr in section
(__DATA,__data)
/usr/bin/ld: multiple definitions of symbol _optind
/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../libc.dylib
(getopt.So) definition of _optind
../lib/libtxi.a(getopt.o) definition of _optind in section
(__DATA,__data)
/usr/bin/ld: multiple definitions of symbol _optopt
/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../libc.dylib
(getopt.So) definition of _optopt
../lib/libtxi.a(getopt.o) definition of _optopt in section
(__DATA,__data)
/usr/bin/ld: warning multiple definitions of symbol _locale_charset
/sw/lib/libintl.dylib(localcharset.o) definition of _locale_charset
/sw/lib/libiconv.dylib(localcharset.o) definition of _locale_charset
collect2: ld returned 1 exit status
make[3]: *** [ginfo] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Any help/suggestions would be appreciated.
_______________________________________________
Texinfo home page: http://www.gnu.org/software/texinfo
[email protected]
http://lists.gnu.org/mailman/listinfo/help-texinfo