Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. radhanitt

    Interesting AIX SEGV....

    Hello all, One of the application we port to Aix from linux Segmentation faults when it exits. Here is part of backtrace of SEGV: (dbx) where splay(??, ??, ??) at free_y(??, ??) at free_common(??) at .... exit(??) at ... Application seem to perform everything expected well and while exiting it...
  2. radhanitt

    xlc accuracy issue

    Thank you for the suggestion! No it doesn't! Result is same!
  3. radhanitt

    xlc accuracy issue

    Thanks Victor for your response. But my question is why is there a difference?
  4. radhanitt

    xlc accuracy issue

    Hi, #include <stdio.h> int main() { double t=1.6e55; printf("%f\n",t); printf("%f\n",1.6e55); printf("%f\n",1.6e54); printf("%f\n",1.6e53); printf("%f\n",1.6e52); printf("%f\n",1.6e42); printf("%f\n",1.6e30)...
  5. radhanitt

    AIX STL hash map

    Hi I am using AIX 5.3 with xlC v6.0. I am involved in porting an application and I want STL hash map for Aix. Looks like by default there is no hash map in AIX. I tried STL port and I get the following error: This is what I did: 1. Downloaded STLport-4.6.2, untar 2. make -f xlC50.mak prepare...

Part and Inventory Search

Back
Top