Re: ranlib ranlib
Re: ranlib ranlib
- Subject: Re: ranlib ranlib
- From: "Wesley Smith" <email@hidden>
- Date: Mon, 1 May 2006 10:29:01 -0700
Right, I did:
sudo make install
which produced:
cd src && mkdir -p /usr/local/bin /usr/local/include /usr/local/lib
/usr/local/man/man1 /usr/local/share/lua/5.1 /usr/local/lib/lua/5.1
cd src && cp -p lua luac /usr/local/bin
cd src && cp -p lua.h luaconf.h lualib.h lauxlib.h ../etc/lua.hpp
/usr/local/include
cd src && cp -p liblua.a /usr/local/lib
cd doc && cp -p lua.1 luac.1 /usr/local/man/man1
I actually had to modify the Makefile to to cp -p, instead of just cp.
I've also tried every option on ranlib that looked remotely useful and
none worked such as -s, -a, and -t. Ugh.
I just tried using touch and set the archive date to 1980. This
didn't work either...
-rw-r--r-- 1 root staff 289272 Apr 1 1980 liblua.a
Hmmm. There's something really wrong here, but I can't put my finger on it.
wes
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden