<?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 Which C compiler I have active??? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/which-c-compiler-i-have-active/m-p/3589716#M103802</link>
    <description>Is there a command that returns which C compiler and which version and other info &lt;BR /&gt;&lt;BR /&gt;I mean when I issue the cc command....&lt;BR /&gt;&lt;BR /&gt;Any help is greatly appreciated&lt;BR /&gt;Thanks in advance.</description>
    <pubDate>Tue, 26 Jul 2005 02:43:33 GMT</pubDate>
    <dc:creator>Elias Abboud</dc:creator>
    <dc:date>2005-07-26T02:43:33Z</dc:date>
    <item>
      <title>Which C compiler I have active???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/which-c-compiler-i-have-active/m-p/3589716#M103802</link>
      <description>Is there a command that returns which C compiler and which version and other info &lt;BR /&gt;&lt;BR /&gt;I mean when I issue the cc command....&lt;BR /&gt;&lt;BR /&gt;Any help is greatly appreciated&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Tue, 26 Jul 2005 02:43:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/which-c-compiler-i-have-active/m-p/3589716#M103802</guid>
      <dc:creator>Elias Abboud</dc:creator>
      <dc:date>2005-07-26T02:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Which C compiler I have active???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/which-c-compiler-i-have-active/m-p/3589717#M103803</link>
      <description>what and which command will give you the info:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; what `which cc`&lt;BR /&gt;&lt;BR /&gt;/usr/bin/cc:&lt;BR /&gt;        HP92453-01 A.11.01.21 HP C (Bundled) Compiler&lt;BR /&gt;         $   Sep  8 2000 23:13:51 $&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rainer</description>
      <pubDate>Tue, 26 Jul 2005 02:47:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/which-c-compiler-i-have-active/m-p/3589717#M103803</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2005-07-26T02:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Which C compiler I have active???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/which-c-compiler-i-have-active/m-p/3589718#M103804</link>
      <description>bev r3:/tmp 120 &amp;gt; echo "int main(){return(0);}" &amp;gt; xx.c ; cc -v -o xx xx.c&lt;BR /&gt;cc: informational note 404: NLSPATH is /opt/ansic/lib/nls/msg/%L/%N.cat:/opt/ansic/lib/nls/msg/C/%N.cat:&lt;BR /&gt;cc: informational note 404: INCLUDIR is INCLUDIR=/usr/include&lt;BR /&gt;cc: informational note 404: CCOPTS is not set.&lt;BR /&gt;/opt/langtools/lbin/cpp.ansi xx.c /tmp/ctmAAAa20965 -$ -D__hp9000s800 -D__hppa -D__hpux -D__unix -D_ILP32 -e -D_PA_RISC2_0 -D_HPUX_SOURCE -D__STDC_EXT__ -D__HP_cc=111108&lt;BR /&gt;cc: informational note 411: Entering Preprocessor.&lt;BR /&gt;/opt/ansic/lbin/ccom /tmp/ctmAAAa20965 xx.o -Fxx.c -Oq00,al,ag,cn,Lm,sz,Ic,vo,lc,mf,Po,es,rs,sp,in,vc,pi,fa,pe,Rr,Fl,pv,pa,nf,cp,lx,st,ap,Pg,ug,lu,lb,uj,dp,fs,bp,wp,cl,mo,xn,Ex,mp,rp,ap,dn,Sg,pt,kt,Em,pc,np! -ESconstlit -Ae&lt;BR /&gt;cc: informational note 404: LPATH is /usr/lib:/opt/langtools/lib:&lt;BR /&gt;/usr/ccs/bin/ld /opt/langtools/lib/crt0.o -o xx xx.o -u main -lc&lt;BR /&gt;cc: informational note 413: Entering Link editor.&lt;BR /&gt;bev r3:/tmp 121 &amp;gt; ls -l `which cc`&lt;BR /&gt;lr-xr-xr-t    1 root     sys            17 Jun 28  2004 /usr/bin/cc -&amp;gt; /opt/ansic/bin/cc&lt;BR /&gt;bev r3:/tmp 122 &amp;gt; swlist | grep -i ansi&lt;BR /&gt;  B3901BA                       B.11.11.12     HP C/ANSI C Developer's Bundle for HP-UX (S800)&lt;BR /&gt;bev r3:/tmp 123 &amp;gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Tue, 26 Jul 2005 03:00:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/which-c-compiler-i-have-active/m-p/3589718#M103804</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-07-26T03:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Which C compiler I have active???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/which-c-compiler-i-have-active/m-p/3589719#M103805</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;how about:&lt;BR /&gt;&lt;BR /&gt;# swlist -l product|grep -i ac++&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Tue, 26 Jul 2005 03:00:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/which-c-compiler-i-have-active/m-p/3589719#M103805</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-07-26T03:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Which C compiler I have active???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/which-c-compiler-i-have-active/m-p/3589720#M103806</link>
      <description>cc compiler?&lt;BR /&gt;&lt;BR /&gt;Does HP support cc.&lt;BR /&gt;I think it only does aCC and gcc.&lt;BR /&gt;&lt;BR /&gt;Anyways try cc -V</description>
      <pubDate>Tue, 26 Jul 2005 03:12:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/which-c-compiler-i-have-active/m-p/3589720#M103806</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2005-07-26T03:12:17Z</dc:date>
    </item>
  </channel>
</rss>

