|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
GNU's make error codes - list
Hi, I often encounter make errors. Many a times, a corresponding error code is also shown, like Code:
make: [run] Error 56 (ignored) make: [run] Error 91 (ignored) make: [run] Error 96 (ignored) et al. I tried google'ing as well as searching this forum for what these error codes mean. I know, make does not generate an error code. It displays an error message. But these codes must be referring to something. Is it documented anywhere ? Does anyone have a list for the same, mapping an error code to a message ? Thanks. |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
For GNU make it means that some program make invoked returned that error code.
It is really not an internal make error code. See: http://www.gnu.org/software/make/man...16.html#SEC134 |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| rm error codes and logging | hateborne | Shell Programming and Scripting | 2 | 03-09-2012 02:42 PM |
| Sun T2000 error codes | 642fiddi | Solaris | 1 | 12-20-2010 08:45 PM |
| ssh use of error codes | Michal Janusz | Shell Programming and Scripting | 1 | 10-15-2010 09:23 AM |
| Gani Network Driver Won't Install - make: Fatal error: Don't know how to make targ... | Bradj47 | Solaris | 1 | 08-17-2009 12:46 AM |
| List certain file in a folder and make list | andrisetia | UNIX for Dummies Questions & Answers | 1 | 09-15-2008 01:21 PM |
|
|