![]() |
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 |
| make url | nagalenoj | UNIX for Advanced & Expert Users | 1 | 04-22-2008 01:38 AM |
| Error in issuing a make and make install | ahjiefreak | Linux | 1 | 03-12-2008 01:32 AM |
| make | mwagz | HP-UX | 1 | 02-05-2007 10:26 AM |
| make install | stancwong | UNIX for Dummies Questions & Answers | 2 | 01-19-2006 09:13 PM |
| /usr/ccs/bin/make | marist89 | UNIX for Dummies Questions & Answers | 4 | 07-31-2002 03:48 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | 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 |
|
||||
|
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. |
|
||||
|
Hi RTM,
I typed in the command # which gcc and I found it wasn't in my $path. I edited the makefile to include gcc in it's correct path and it compiled fine. Thanks for that. |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|