Guest User

Untitled

a guest
May 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. macbook-pro:readline-5.2 mac$ make
  2. test -d shlib || mkdir shlib
  3. ( cd shlib ; make all )
  4. rm -f libreadline.5.2.dylib
  5. gcc -dynamic -arch_only `/usr/bin/arch` -install_name /usr/local/lib/libreadline.5.2.dylib -current_version 5.2 -compatibility_version 5 -v -o libreadline.5.2.dylib readline.so vi_mode.so funmap.so keymaps.so parens.so search.so rltty.so complete.so bind.so isearch.so display.so signals.so util.so kill.so undo.so macro.so input.so callback.so terminal.so text.so nls.so misc.so xmalloc.so history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so tilde.so compat.so -lncurses
  6. Using built-in specs.
  7. Target: i686-apple-darwin9
  8. Configured with: /var/tmp/gcc/gcc-5465~16/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9
  9. Thread model: posix
  10. gcc version 4.0.1 (Apple Inc. build 5465)
  11. i686-apple-darwin9-gcc-4.0.1: -compatibility_version only allowed with -dynamiclib
  12. make[1]: *** [libreadline.5.2.dylib] Error 1
  13. make: [shared] Error 2 (ignored)
  14. macbook-pro:readline-5.2 mac$
Add Comment
Please, Sign In to add comment