Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. bash-3.2$ gcc -Llibavcodec -Llibavdevice -Llibavfilter -Llibavformat -Llibavresample -Llibavutil -Llibpostproc -Llibswscale -Llibswresample -Wl,-dynamic,-search_paths_first -o ffmpeg_g ffmpeg_opt.o ffmpeg_filter.o ffmpeg.o cmdutils.o -lavdevice -lavfilter -lavformat -lavcodec -lpostproc -lswresample -lswscale -lavutil -Wl,-framework,Cocoa -L/opt/local/lib -lSDLmain -lSDL -lm -liconv -lbz2 -lz -Wl,-v
  2. collect2 version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00) (i686 Darwin)
  3. /usr/llvm-gcc-4.2/bin/../libexec/gcc/i686-apple-darwin10/4.2.1/ld -dynamic -arch x86_64 -macosx_version_min 10.6.8 -weak_reference_mismatches non-weak -o ffmpeg_g -lcrt1.10.6.o -Llibavcodec -Llibavdevice -Llibavfilter -Llibavformat -Llibavresample -Llibavutil -Llibpostproc -Llibswscale -Llibswresample -L/opt/local/lib -L/usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin10/4.2.1/x86_64 -L/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin10/4.2.1/x86_64 -L/usr/lib/gcc/i686-apple-darwin10/4.2.1/x86_64 -L/usr/lib/i686-apple-darwin10/4.2.1 -L/usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin10/4.2.1 -L/usr/llvm-gcc-4.2/bin/../lib/gcc -L/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin10/4.2.1 -L/usr/lib/gcc/i686-apple-darwin10/4.2.1 -L/usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin10/4.2.1/../../.. -L/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin10/4.2.1/../../.. -dynamic -search_paths_first ffmpeg_opt.o ffmpeg_filter.o ffmpeg.o cmdutils.o -lavdevice -lavfilter -lavformat -lavcodec -lpostproc -lswresample -lswscale -lavutil -framework Cocoa -lSDLmain -lSDL -lm -liconv -lbz2 -lz -v -lSystem -lgcc -lSystem
  4. ld: warning: directory not found for option '-Llibavresample'
  5. @(#)PROGRAM:ld PROJECT:ld64-127.2
  6. Library search paths:
  7. libavcodec
  8. libavdevice
  9. libavfilter
  10. libavformat
  11. libavutil
  12. libpostproc
  13. libswscale
  14. libswresample
  15. /opt/local/lib
  16. /usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin10/4.2.1/x86_64
  17. /Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin10/4.2.1/x86_64
  18. /usr/lib/gcc/i686-apple-darwin10/4.2.1/x86_64
  19. /usr/lib/i686-apple-darwin10/4.2.1
  20. /usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin10/4.2.1
  21. /usr/llvm-gcc-4.2/lib/gcc
  22. /Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin10/4.2.1
  23. /usr/lib/gcc/i686-apple-darwin10/4.2.1
  24. /usr/llvm-gcc-4.2/lib
  25. /Developer/usr/llvm-gcc-4.2/lib
  26. /usr/lib
  27. /usr/local/lib
  28. Framework search paths:
  29. /Library/Frameworks/
  30. /System/Library/Frameworks/
  31. Undefined symbols for architecture x86_64:
  32. "_iconv_open", referenced from:
  33. _avcodec_decode_subtitle2 in libavcodec.a(utils.o)
  34. "_iconv", referenced from:
  35. _avcodec_decode_subtitle2 in libavcodec.a(utils.o)
  36. "_iconv_close", referenced from:
  37. _avcodec_decode_subtitle2 in libavcodec.a(utils.o)
  38. ld: symbol(s) not found for architecture x86_64
  39. collect2: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement