<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: 'gmtime_r' in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/gmtime-r/m-p/3945051#M97664</link>
    <description>&lt;BR /&gt;A lot of thank,s for your support...&lt;BR /&gt;Problem is solved by your suggestion.&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
    <pubDate>Tue, 20 Feb 2007 02:21:54 GMT</pubDate>
    <dc:creator>subrat chaudhary</dc:creator>
    <dc:date>2007-02-20T02:21:54Z</dc:date>
    <item>
      <title>'gmtime_r'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gmtime-r/m-p/3945043#M97656</link>
      <description>Hello &lt;BR /&gt;&lt;BR /&gt;I have include time.h but why given &lt;BR /&gt;error: 'gmtime_r' was not declared in this scope&lt;BR /&gt;for compilation.&lt;BR /&gt;&lt;BR /&gt;many-many thanks for help...&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Feb 2007 04:58:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gmtime-r/m-p/3945043#M97656</guid>
      <dc:creator>subrat chaudhary</dc:creator>
      <dc:date>2007-02-15T04:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: 'gmtime_r'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gmtime-r/m-p/3945044#M97657</link>
      <description>Hi,&lt;BR /&gt;can time.h be found in your path ?&lt;BR /&gt;WHERE in the code did you include time.h ?&lt;BR /&gt;If it is within a function/procedure scope is limited to that part of code.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Feb 2007 05:24:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gmtime-r/m-p/3945044#M97657</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-02-15T05:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: 'gmtime_r'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gmtime-r/m-p/3945045#M97658</link>
      <description>Hi its find the path since it's does not given error for other time variable.&lt;BR /&gt;&lt;BR /&gt;I have not include time.h within function/procedure.&lt;BR /&gt;&lt;BR /&gt;its given error for c++ compilation but &lt;BR /&gt;in case if compile with c no error is comes.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Subrat&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Feb 2007 05:41:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gmtime-r/m-p/3945045#M97658</guid>
      <dc:creator>subrat chaudhary</dc:creator>
      <dc:date>2007-02-15T05:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: 'gmtime_r'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gmtime-r/m-p/3945046#M97659</link>
      <description>Compile your code with -E and then look at the output.  You'll see that gmtime_r is not defined unless you compile with -mt.</description>
      <pubDate>Thu, 15 Feb 2007 13:25:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gmtime-r/m-p/3945046#M97659</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-02-15T13:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: 'gmtime_r'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gmtime-r/m-p/3945047#M97660</link>
      <description>Do you mean that compiling with cc is okay but with aC++ you get errors? Please clarify?&lt;BR /&gt;&lt;BR /&gt;~thanks</description>
      <pubDate>Thu, 15 Feb 2007 13:39:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gmtime-r/m-p/3945047#M97660</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2007-02-15T13:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: 'gmtime_r'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gmtime-r/m-p/3945048#M97661</link>
      <description>&amp;gt;Sandman: Do you mean that compiling with cc is okay but with aC++ you get errors?&lt;BR /&gt;&lt;BR /&gt;No.  Whether you compile with cc or aCC, you need to use -mt to get the prototype.  And if you are a bad guy and don't make missing prototypes an error in C (with -We####), then you may not notice it.&lt;BR /&gt;&lt;BR /&gt;You can compile with +w/+w1 to see what the remark number would be.&lt;BR /&gt;PA C: 714  aCC3: 972 aCC6: 2223 and 4242&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Feb 2007 14:00:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gmtime-r/m-p/3945048#M97661</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-02-15T14:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: 'gmtime_r'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gmtime-r/m-p/3945049#M97662</link>
      <description>Good deal Dennis; I usually don't use the "_r" extensions of the std time functions so I didn't run into this issue. Strange 8-( if they are declared in the &lt;TIME.H&gt; file, then why is the function prototype missing during compilation?&lt;BR /&gt;&lt;BR /&gt;~cheers&lt;/TIME.H&gt;</description>
      <pubDate>Thu, 15 Feb 2007 15:28:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gmtime-r/m-p/3945049#M97662</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2007-02-15T15:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: 'gmtime_r'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gmtime-r/m-p/3945050#M97663</link>
      <description>&amp;gt;Sandman: if they are declared in the &lt;TIME.H&gt; file, then why is the function prototype missing during compilation?&lt;BR /&gt;&lt;BR /&gt;Because there is a:&lt;BR /&gt;#ifdef _REENTRANT&lt;/TIME.H&gt;</description>
      <pubDate>Thu, 15 Feb 2007 16:45:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gmtime-r/m-p/3945050#M97663</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-02-15T16:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: 'gmtime_r'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gmtime-r/m-p/3945051#M97664</link>
      <description>&lt;BR /&gt;A lot of thank,s for your support...&lt;BR /&gt;Problem is solved by your suggestion.&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Feb 2007 02:21:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gmtime-r/m-p/3945051#M97664</guid>
      <dc:creator>subrat chaudhary</dc:creator>
      <dc:date>2007-02-20T02:21:54Z</dc:date>
    </item>
  </channel>
</rss>

