<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Please always reply to the list.<br>
    <span style="white-space: pre;"><br>
      &gt; I tried c++ instead of g++ , the result is the same.<br>
      &gt; How do I fix the configuration option ? Any quick pointers
      would be<br>
      &gt; great, Tom.<br>
    </span><br>
    I do not use the long double in my code, but it seems to be
    supported in my RPM build of omniORB-4.1.4 on Fedora 13. You are
    using very old versions of everything and I don't have those
    versions available to me to look at.<br>
    <br>
    I do see in this newer version that "long double" in an IDL file
    produces references to CORBA::LongDouble in the stubs and skeletons.
    So that part seems OK.<br>
    <br>
    In this newer version, definitions are guarded by #if HAS_LongDouble
    so you may want to look at the omniORB header files for that and see
    why it might not be defined. I would think that you will need it
    defined when building omniORB to have it properly available when
    trying to use it. otoh I would have guessed that the omniidl
    compiler would have not produced code referencing CORBA::LongDouble
    if it was disabled during the package build.<br>
    <br>
    hth<br>
    <br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Tom<br>
  </body>
</html>