bug-readline
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-readline] building deadline fails on osx 10.9


From: David Didierlaurent
Subject: [Bug-readline] building deadline fails on osx 10.9
Date: Tue, 10 Dec 2013 14:03:17 +0100

Hi,

I cannot build readline 6.2 on my my OSX 10.9 machine

After configuring, make gives this error message. Is there a solution?

Sincerely Yours

test -d shlib || mkdir shlib

( cd shlib ; /Applications/Xcode.app/Contents/Developer/usr/bin/makeĀ  all )

rm -f libreadline.6.2.dylib

gcc -dynamic -arch_only `/usr/bin/arch` -install_name /usr/local/lib/libreadline.6.2.dylib -current_version 6.2 -compatibility_version 6 -v -o libreadline.6.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 xfree.so history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so tilde.so compat.so -lncurses

Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)

Target: x86_64-apple-darwin13.0.2

Thread model: posix

clang: error: invalid argument '-compatibility_version 6' only allowed with '-dynamiclib'

make[1]: *** [libreadline.6.2.dylib] Error 1

make: [shared] Error 2 (ignored)

CRCT-David:readline-6.2 ddl$ clang: error: invalid argument '-compatibility_version 6' only allowed with '-dynamiclib'

-bash: clang:: command not found

CRCT-David:readline-6.2 ddl$ make[1]: *** [libreadline.6.2.dylib] Error 1

-bash: make[1]:: command not found

CRCT-David:readline-6.2 ddl$ make: [shared] Error 2 (ignored)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]