Advertisement
Guest User

Untitled

a guest
Mar 20th, 2011
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. # cd wget-1.12
  2. # bmake
  3. Making all in lib
  4. bmake all-recursive
  5. Making all in md5
  6. bmake all-recursive
  7. Making all in src
  8. bmake all-am
  9. gcc -O2 -Wall -o wget cmpt.o connect.o convert.o cookies.o ftp.o css.o css-url.o ftp-basic.o ftp-ls.o hash.o host.o html-parse.o html-url.o http.o init.o log.o main.o netrc.o progress.o ptimer.o recur.o res.o retr.o snprintf.o spider.o url.o utils.o exits.o build_info.o version.o ftp-opie.o gen-md5.o ../lib/libgnu.a ../md5/libmd5.a
  10. /usr/lib/libc.a(localtime.o):localtime.o:(.text+0x74e): undefined reference to `___floatsidf'
  11. /usr/lib/libc.a(localtime.o):localtime.o:(.text+0x76c): undefined reference to `___adddf3'
  12. /usr/lib/libc.a(localtime.o):localtime.o:(.text+0x778): undefined reference to `___fixdfsi'
  13. /usr/lib/libc.a(doscan.o):doscan.o:(.text+0xded): undefined reference to `___truncdfsf2'
  14. /usr/lib/libc.a(fphook.o):fphook.o:(.text+0x2fa): undefined reference to `___nedf2'
  15. /usr/lib/libc.a(ext_comp.o):ext_comp.o:(.text+0xb80): undefined reference to `___ltdf2'
  16. /usr/lib/libc.a(ext_comp.o):ext_comp.o:(.text+0xbc0): undefined reference to `___muldf3'
  17. /usr/lib/libc.a(ext_comp.o):ext_comp.o:(.text+0xbdb): undefined reference to `___floatunsidf'
  18. /usr/lib/libc.a(ext_comp.o):ext_comp.o:(.text+0xbef): undefined reference to `___subdf3'
  19. /usr/lib/libc.a(ext_comp.o):ext_comp.o:(.text+0xc0b): undefined reference to `___muldf3'
  20. /usr/lib/libc.a(ext_comp.o):ext_comp.o:(.text+0xcba): undefined reference to `___floatunsidf'
  21. /usr/lib/libc.a(ext_comp.o):ext_comp.o:(.text+0xce6): undefined reference to `___muldf3'
  22. /usr/lib/libc.a(ext_comp.o):ext_comp.o:(.text+0xd03): undefined reference to `___floatunsidf'
  23. /usr/lib/libc.a(ext_comp.o):ext_comp.o:(.text+0xd17): undefined reference to `___adddf3'
  24. /usr/lib/libc.a(ext_comp.o):ext_comp.o:(.text+0xd60): undefined reference to `___eqdf2'
  25. /usr/lib/libc.a(frexp.o):frexp.o:(.text+0x7a): undefined reference to `___muldf3'
  26. /usr/lib/libc.a(ldexp.o):ldexp.o:(.text+0xb5): undefined reference to `___muldf3'
  27. /usr/lib/libc.a(ldexp.o):ldexp.o:(.text+0x14e): undefined reference to `___muldf3'
  28. /usr/lib/libc.a(ldexp.o):ldexp.o:(.text+0x170): undefined reference to `___eqdf2'
  29. collect2: ld returned 1 exit status
  30. *** Error code 1
  31.  
  32. Stop.
  33. bmake: stopped in /root/wget-1.12/src
  34. *** Error code 1
  35.  
  36. Stop.
  37. bmake: stopped in /root/wget-1.12/src
  38. *** Error code 1
  39.  
  40. Stop.
  41. bmake: stopped in /root/wget-1.12
  42. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement