English 中文(简体)
a. 安装后没有安装(第10.5条)
原标题:install make command without already having make (mac os 10.5)

I m trying to write a script that uses the make command, but Mac os 10.5 doesn t come with make installed by default, and when you download the make source code from gnu s website, you have to use make itself to compile and install it. which is hard if you don t have it in the first place. How can I install make?
(I know you can get make by installing Xcode and the developer tools that come with mac os, but I don t want people to have to go find their mac os install dvds to be able to use the script.)

甚至必须做些什么,即只想看你能够轻松地用文字(使用手法或曲线)下载的效用,并用于汇编源代码。

最佳回答

A. 几内亚 粉碎机球含有一个<条码>布吉尔德.sh,用以解决这一鸡蛋状况。 摘自README:

If you need to build GNU Make and have no other make program to use, you can use the shell script build.sh instead. To do this, first run configure as described in INSTALL. Then, instead of typing make to build the program, type sh build.sh. This should compile the program in the current directory. Then you will have a Make program that you can use for ./make install, or whatever else.

是的,他们想到这个问题!

问题回答

Developer Tool,在“Optional Installs”下列入OSX安装磁盘。

<><>Edit>:

http://developer.apple.com/technologies/xcode.html

如何使用有预谋的制件?

见:

http://rudix.org/ Packages-mn.html#make

Have you tried looking at the fink project? It looks like they have a make package. http://pdb.finkproject.org/pdb/browse.php?name=make&sec=devel





相关问题
Parse players currently in lobby

I m attempting to write a bash script to parse out the following log file and give me a list of CURRENT players in the room (so ignoring players that left, but including players that may have rejoined)...

encoding of file shell script

How can I check the file encoding in a shell script? I need to know if a file is encoded in utf-8 or iso-8859-1. Thanks

Bash usage of vi or emacs

From a programming standpoint, when you set the bash shell to use vi or emacs via set -o vi or set -o emacs What is actually going on here? I ve been reading a book where it claims the bash shell ...

Dynamically building a command in bash

I am construcing a command in bash dynamically. This works fine: COMMAND="java myclass" ${COMMAND} Now I want to dynamically construct a command that redirectes the output: LOG=">> myfile.log ...

Perform OR on two hash outputs of sha1sum

I want perform sha1sum file1 and sha1sum file2 and perform bitwise OR operation with them using bash. Output should be printable i.e 53a23bc2e24d039 ... (160 bit) How can I do this? I know echo $(( ...

Set screen-title from shellscript

Is it possible to set the Screen Title using a shell script? I thought about something like sending the key commands ctrl+A shift-A Name enter I searched for about an hour on how to emulate ...

热门标签