>From http://www.gnu.org/manual/make-3.79.1/html_mono/make.html#SEC124 :

`[foo] signal description' 
These errors are not really make errors at all. They mean that a program that make 
invoked as part of a command script returned a non-0 error code (`Error NN'), which 
make interprets as failure, or it exited in some other abnormal fashion (with a signal 
of some type). See section Errors in Commands. If no *** is attached to the message, 
then the subprocess failed but the rule in the makefile was prefixed with the - 
special character, so make ignored the error. 


So this is not a make problem but probably a compiler problem...

/Lasse

-----Original Message-----
From: ext Guy L [mailto:[EMAIL PROTECTED]
Sent: Friday, June 06, 2003 1:26 PM
To: [EMAIL PROTECTED]
Subject: make error with pro*c redhat 7.2


Hello, 

getting this error while using make with the precompiler Pro*C (linux Redhat 7.2).
GNU Make version 3.79.1
Here is the error:
[make] : *** [sample9.o] segmentation fault

How to fix that


Thank a lot

Guy L.


_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to