Search:

Type: Posts; User: dtom0352

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,420

    Aftersome searching it seems the problem may be...

    Aftersome searching it seems the problem may be to do with the fact that I am running on Cygwin.

    See:
    http://cygwin.com/ml/cygwin/2001-04/msg01914.html

    If anyone knows how to work around it I...
  2. Replies
    4
    Views
    1,420

    Flag -fomit-frame-pointer cause seg fault

    Hi All,
    I am running a code under g++, which has been running fine with the flags:

    CXXFLAGS= -O3 -funroll-all-loops -ffast-math

    But as I add -fomit-frame-pointer to get:

    CXXFLAGS=...
  3. Replies
    6
    Views
    1,879

    It's gcc-3.2, I will try the new one...

    It's gcc-3.2, I will try the new one...
  4. Replies
    6
    Views
    1,879

    Is there anything I can do to update it?

    Is there anything I can do to update it?
  5. Replies
    6
    Views
    1,879

    mingw will not let me call isfinite()

    Hi All,
    I am trying to compile a simple call to isfinite() using the mingw compiler:

    line 750: if(!isfinite(link1IntersectionCoeff))

    where link1IntersectionCoeff is a double.

    I...
  6. Replies
    2
    Views
    3,298

    Thank you!!

    Thank you!!
  7. Replies
    2
    Views
    3,298

    Seg Fault on Trivial Pointer assignment?

    Hi,
    I am compiling the following simple program on g++ under cygwin:
    insert

    #include<stdlib.h>

    using namespace std;

    int main()
    {
Results 1 to 7 of 7