How should I install 'make' compiler ?

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) How should I install 'make' compiler ?
# 1  
Old 10-29-2011
How should I install 'make' compiler ?

I need too install GDB in order to debug a program.

I need to install GDB through the UNIX command 'make install'. I downloaded a full directory of hundreds of files allowing to get a gdb executable but need a compilation before ...
The problem is UNIX can't find 'make' command. I work under Mac OS Lion 10.7.2
Is there an explanation and maybe a solution ?
# 2  
Old 10-29-2011
The development environment is an optional install in OS X. You need to purchase the Xcode package from the Apple store. You get a full compliment of tools such as make and gdb. Plus the llvm compilers and the necessary header files, etc.
# 3  
Old 10-29-2011
# 4  
Old 10-31-2011
I am wondering ?. are a number of people who develop outside of Apple specific apps receiving a negative feeling with OS X 10.6 and up. OS X 10.6 seems to be becoming restrictive in some ways.
i have already seen some people who develop programs for the Mac, stoped at 10.5 because of the purchase the Xcode package. ?
# 5  
Old 11-06-2011
I downloaded gdb version 7.3.1 , (Xcode including make, gdb osascript and others seem to be a free download, check on AppStore) and pre-installed version with Xcode is GNU gdb 6.3.50 so I need to know what to do to install this version.
Should I go inside downloaded package of GDB directory (full of hundreds of files) and type:

$make install

Is this sufficient ? No risk ?
# 6  
Old 11-06-2011
Read the CAPITALIZED files in the source distribution directory. The INSTALL and/or the README files contain information on how to install the package. You should avoid overwriting files distributed by the operating system. The general regiment is ->
Code:
cd /path/to/source_directory
./configure
make
sudo make install

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Fedora

Make check install and make all install

hi dear i want to know what is different between make check install and make all install? thanks in advane fereshte (3 Replies)
Discussion started by: komijani
3 Replies

2. Red Hat

Install cobol compiler

Hi I dont have a cobol compiler in my redhhat linux box, and so I want to install it. When i try the below command sudo apt-get install open-cobol it tells "apt-get : command not found". I tried to find apt-get under my root, could not find it anywhere. Should we install apt-get also?... (4 Replies)
Discussion started by: unx_freak
4 Replies

3. UNIX for Dummies Questions & Answers

Difference between configure/make/make install.

Hi, While installation of apache on linux, we perform the below tasks. 1) Untar 2) configure 3) make 4) make install. I wanted to understand the difference and working of configure/make/make install. Can any one help me understanding this? Thanks in advance. (1 Reply)
Discussion started by: praveen_b744
1 Replies

4. AIX

install two different compiler version

Hi all. I have a simple question. There's a way to install under AIX system (5.3) two different compiler version, i.e. ibm xlf fortran 11 and 12? Seems that smitty doesn't allows user to change the default installation path; it only allows you to save the replaced files of the superseded... (1 Reply)
Discussion started by: poldo000
1 Replies

5. Solaris

Gani Network Driver Won't Install - make: Fatal error: Don't know how to make targ...

I attached a README file that I will refer to. I successfully completed everything in the README file until step 4. # pwd /gani/gani-2.4.4 # ls COPYING Makefile.macros gem.c Makefile Makefile.sparc_gcc gem.h Makefile.amd64_gcc ... (1 Reply)
Discussion started by: Bradj47
1 Replies

6. UNIX for Dummies Questions & Answers

install C compiler without make

Hi all, I dont have much knowledge about linux, but want to learn. I have installed Plop linux(PLoP - Home) on USB Flashdrive. I want to install gcc compiler to it. The installation of C compiler ask for make command, which is not found in the distribution. When I tried to install gnu make,... (4 Replies)
Discussion started by: johnsmithgr8
4 Replies

7. Solaris

C compiler and make command

Hey Guys.... I installed Solaris 10 (10/08) on _X86 platform, I need install any software of load balance. I find the pen-0.18.0-sol10-x86-local software. I cant finish the install process , i dont find the make command, I think this command is associated to the C compiler process. But... (2 Replies)
Discussion started by: aggadtech08
2 Replies

8. Linux

Error in issuing a make and make install

Hi, Recently I install a package and try to do a make and make install. However, in the make it gives me below error:- make:Nothing to be done for 'install-exec-am' make:Nothing to be done for 'install-data-am' Can anyone please explain to me what does this mean? I have been trying... (1 Reply)
Discussion started by: ahjiefreak
1 Replies

9. Solaris

Can`t install gcc compiler

Hi, Installed the gcc compiler off the Solaris 9 Companion CD a while back , but needed to delete it due to disk space issues. Now that I have sorted out our root disk space I can`t reinstall the compiler. If I select all the packages off the Development/Languages menu , the install list... (3 Replies)
Discussion started by: markdr011
3 Replies

10. HP-UX

acc compiler install question

Hello, New to the board. Experienced solaris admin, unexperienced HP admin. I'm trying to install the acc compiler package B3913DB off of the HP-UX 11.0 application software CD. I have the cd mounted on another system, and nfs mounted as /mnt on the HP-UX box. I don't have a whole lot... (3 Replies)
Discussion started by: tb0ne
3 Replies
Login or Register to Ask a Question