![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| make url | nagalenoj | UNIX for Advanced & Expert Users | 1 | 04-21-2008 10:38 PM |
| Error in issuing a make and make install | ahjiefreak | Linux | 1 | 03-11-2008 09:32 PM |
| make | mwagz | HP-UX | 1 | 02-05-2007 06:26 AM |
| make install | stancwong | UNIX for Dummies Questions & Answers | 2 | 01-19-2006 05:13 PM |
| /usr/ccs/bin/make | marist89 | UNIX for Dummies Questions & Answers | 4 | 07-31-2002 12:48 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi there,
I am installing a package at the moment on to my Solaris version 8 and I have run into a problem with the 'make' command. I have installed the package using the 'pkgadd' command and I am now at the stage where I have to use the 'make' command followed by the 'make install' command. According to the instructions for the package you just type 'make' and 'make install' and it should compile. When I use the 'make' command I get the following error: make: Fatal error: Command failed for target Does anyone have any suggestions? Thanks |
| Forum Sponsor | ||
|
|
|
|||
|
Hi Cbkihong,
This is the full error. GCC is definitely installed. I am running the 'make' command from the directory with the makefile in it. There is no other errors before this one. I've tried the two different make commands on this: /usr/ccs/bin/make and /usr/ccs/lib/svr4-make and they both give the same. gcc -DBZERO -DSOLARIS -DGETTIMEOFDAY -DREGEXEC -O -c bb.c sh: gcc: not found *** Error code 1 make: Fatal error: Command failed for target `bb.o' Thanks. |