Re: make error with pro*c redhat 7.2

2003-06-06 Thread Paul D. Smith
%% "Guy L" <[EMAIL PROTECTED]> writes: gl> getting this error while using make with the precompiler Pro*C (linux gl> Redhat 7.2). gl> GNU Make version 3.79.1 gl> Here is the error: gl> [make] : *** [sample9.o] segmentation fault This means your compiler dumped core. Try running the

RE: make error with pro*c redhat 7.2

2003-06-06 Thread lasse.makholm
>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,