Re: Implementing a segfault test

2007-09-23 Thread Jason Curl
Andrej Prsa wrote: Hi, my project uses a mixture of C and Fortran functions by translating Fortran to C with f2c, compiling the generated sources into a library, and linking the rest of the project to that library. For this scheme to work, the executable also needs to be linked with g2c *or*

Implementing a segfault test

2007-09-22 Thread Andrej Prsa
Hi, my project uses a mixture of C and Fortran functions by translating Fortran to C with f2c, compiling the generated sources into a library, and linking the rest of the project to that library. For this scheme to work, the executable also needs to be linked with g2c *or* with f2c. Under most