Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. brew doctor
  2. Warning: Unbrewed dylibs were found in /usr/local/lib.
  3. If you didn't put them there on purpose they could cause problems when
  4. building Homebrew formulae, and may need to be deleted.
  5.  
  6. Unexpected dylibs:
  7. /usr/local/lib/libtcl8.6.dylib
  8. /usr/local/lib/libtk8.6.dylib
  9.  
  10. Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
  11. If you didn't put them there on purpose they could cause problems when
  12. building Homebrew formulae, and may need to be deleted.
  13.  
  14. Unexpected .pc files:
  15. /usr/local/lib/pkgconfig/tcl.pc
  16. /usr/local/lib/pkgconfig/tk.pc
  17.  
  18. Warning: Unbrewed static libraries were found in /usr/local/lib.
  19. If you didn't put them there on purpose they could cause problems when
  20. building Homebrew formulae, and may need to be deleted.
  21.  
  22. Unexpected static libraries:
  23. /usr/local/lib/libtclstub8.6.a
  24. /usr/local/lib/libtkstub8.6.a
  25.  
  26. brew tap homebrew/science
  27. brew install gfortran r
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement