![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Makefile help | tantric | High Level Programming | 4 | 04-13-2007 01:35 AM |
| Makefile | NamrataGurav | High Level Programming | 7 | 10-07-2006 02:29 PM |
| about the makefile | ligerdave | High Level Programming | 2 | 01-31-2006 01:21 AM |
| Using cut within makefile | wvdeijk | UNIX for Dummies Questions & Answers | 2 | 12-14-2005 05:11 PM |
| makefile help | pieter023 | Shell Programming and Scripting | 1 | 06-06-2005 01:20 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
makefile
I'm new to the admin world, and I'm trying to install the GNU C Compiler to work on my project.
I got the source code, and was able to configure it. Most of the info I've read tells me the next step is to run a command called "make". when I run it, I get a "command not found" message. I've looked around, and found make in my binaries (I believe it's in usr/ccs/bin, not sure...). The man page even works. There is a makefile.in file in the target folder as well. Do I need to add something to my command path to make it work? Thanks. BTW, I'm running SunOS 5.9, Sun Blade 2000. ECB |
|
||||
|
Make sure the path to "make" is in your path ($PATH). For make to work, a Makefile is needed. Makefile.in is used to construct the final Makefile, usually through a "configure" script. If there is no Makefile, usually you need to do the configure step, or similar operations to generate the Makefile first.
|
|
|||||
|
Bear in mind that you could just download a pre-built version of gcc from http://www.sunfreeware.com and have it running in 5 minutes.
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|