Re: Newbie needing some help with segmentation fault



Hendrik Maryns wrote:

.... snip ...

I get the following compiler error here:

error: â??errnoâ?? undeclared (first use in this function)

Just #include <errno.h>. All perfectly standard.

--
Chuck F (cbfalconer at maineline dot net)
<http://cbfalconer.home.att.net>
Try the download section.



--
Posted via a free Usenet account from http://www.teranews.com

.



Relevant Pages

  • Re: buildworld failures on STABLE
    ... compiler error: Segmentation fault: 11 ... The compiler dying with signal 11 is a typical memory problem. ... kernel places strict limit to amount of memory that user-level application ...
    (freebsd-stable)
  • Re: Whats wrong with Private keyword
    ... the solution with some meaningful correction ... note that if you look at the compiler error carefully, ... it uses "jargon" - but jargon you should make yourself familiar ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Inconsistent behaviour
    ... Razvan wrote: ... > Compiler error or expected behavior? ... To be able to catch a checked exception a method inside the try block ...
    (comp.lang.java.programmer)