David Trott's blog
Thursday, January 2, 2014
Building Readline 6.2 on Mavericks
This is not a long post, as the only additional step I have introduced is Step #4 - editing the Makefile
cd /usr/local/src
tar -zvxf readline-6.2.tar.gz
cd readline-6.2
vi shlib/Makefile
make
sudo make install
When you edit the Makefile (Step # 4) make the following change:
Change line #84 from:
SHOBJ_LDFLAGS = -dynamic
To
SHOBJ_LDFLAGS = -dynamiclib
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment