Advertisement
Guest User

GCC Stage two error

a guest
Feb 9th, 2012
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.79 KB | None | 0 0
  1. make[2]: Entering directory `/home/lfs/build.gcc2/libiberty'
  2. echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
  3. make[3]: Entering directory `/home/lfs/build.gcc2/libiberty/testsuite'
  4. make[3]: Nothing to be done for `all'.
  5. make[3]: Leaving directory `/home/lfs/build.gcc2/libiberty/testsuite'
  6. make[2]: Leaving directory `/home/lfs/build.gcc2/libiberty'
  7. make[2]: Entering directory `/home/lfs/build.gcc2/intl'
  8. rm -f stamp-h1
  9. /bin/sh ./config.status config.h
  10. config.status: creating config.h
  11. config.status: config.h is unchanged
  12. test -f config.h || (rm -f stamp-h1 && make stamp-h1)
  13. x86_64-w64-mingw32-gcc -B/tools/lib/ -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/w-environment/share/locale\"" -I. -I../../source/binutils/intl ../../source/binutils/intl/dcigettext.c
  14. ../../source/binutils/intl/dcigettext.c:157:14: error: static declaration of 'mempcpy' follows non-static declaration
  15. make[2]: *** [dcigettext.o] Error 1
  16. make[2]: Leaving directory `/home/lfs/build.gcc2/intl'
  17. make[1]: *** [all-intl] Error 2
  18. make[1]: Leaving directory `/home/lfs/build.gcc2'
  19. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement