<?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: while compiling c++ pgm how to make use of static libgcc instead of shared libgcc in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/while-compiling-c-pgm-how-to-make-use-of-static-libgcc-instead/m-p/4935964#M102486</link>
    <description>Found solution</description>
    <pubDate>Tue, 25 Oct 2005 03:33:06 GMT</pubDate>
    <dc:creator>Vijayalakshmi</dc:creator>
    <dc:date>2005-10-25T03:33:06Z</dc:date>
    <item>
      <title>while compiling c++ pgm how to make use of static libgcc instead of shared libgcc</title>
      <link>https://community.hpe.com/t5/operating-system-linux/while-compiling-c-pgm-how-to-make-use-of-static-libgcc-instead/m-p/4935958#M102480</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;While compiling a c++ pgm on HP-UX using g++, i am getting an error like this. &lt;BR /&gt;#g++ -c test.cxx&lt;BR /&gt;#g++ -o test test.o &lt;BR /&gt;ld: Can't find dependent library "libgcc_s.so.0"&lt;BR /&gt;Fatal error.&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;&lt;BR /&gt;I don't have shared version of libgcc. I have only static version of libgcc. How to make use of static libgcc instead of shared libgcc.&lt;BR /&gt;&lt;BR /&gt;Note: I have tried with the following command.&lt;BR /&gt;# g++ -static-libgcc -c test.cxx&lt;BR /&gt;# g++ -static-libgcc  -o test test.o&lt;BR /&gt;But still i am getting the same error.&lt;BR /&gt;&lt;BR /&gt;Can anyone please help me?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Vijayalakshmi.&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Oct 2005 07:40:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/while-compiling-c-pgm-how-to-make-use-of-static-libgcc-instead/m-p/4935958#M102480</guid>
      <dc:creator>Vijayalakshmi</dc:creator>
      <dc:date>2005-10-24T07:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: while compiling c++ pgm how to make use of static libgcc instead of shared libgcc</title>
      <link>https://community.hpe.com/t5/operating-system-linux/while-compiling-c-pgm-how-to-make-use-of-static-libgcc-instead/m-p/4935959#M102481</link>
      <description>&lt;A href="http://www.trilithium.com/johan/2005/06/static-libstdc/" target="_blank"&gt;http://www.trilithium.com/johan/2005/06/static-libstdc/&lt;/A&gt; should help.&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Oct 2005 07:49:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/while-compiling-c-pgm-how-to-make-use-of-static-libgcc-instead/m-p/4935959#M102481</guid>
      <dc:creator>Orhan Biyiklioglu</dc:creator>
      <dc:date>2005-10-24T07:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: while compiling c++ pgm how to make use of static libgcc instead of shared libgcc</title>
      <link>https://community.hpe.com/t5/operating-system-linux/while-compiling-c-pgm-how-to-make-use-of-static-libgcc-instead/m-p/4935960#M102482</link>
      <description>If you have a makefile, specify full path of libgcc.a as -L/usr/local/lib/..../libgcc.a &lt;BR /&gt;&lt;BR /&gt;It should help..&lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Oct 2005 07:52:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/while-compiling-c-pgm-how-to-make-use-of-static-libgcc-instead/m-p/4935960#M102482</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-24T07:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: while compiling c++ pgm how to make use of static libgcc instead of shared libgcc</title>
      <link>https://community.hpe.com/t5/operating-system-linux/while-compiling-c-pgm-how-to-make-use-of-static-libgcc-instead/m-p/4935961#M102483</link>
      <description>Hello Orhan,&lt;BR /&gt;&lt;BR /&gt;Thank you very much. The link you gave exactly solved my problem.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Vijayalakshmi.</description>
      <pubDate>Tue, 25 Oct 2005 01:50:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/while-compiling-c-pgm-how-to-make-use-of-static-libgcc-instead/m-p/4935961#M102483</guid>
      <dc:creator>Vijayalakshmi</dc:creator>
      <dc:date>2005-10-25T01:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: while compiling c++ pgm how to make use of static libgcc instead of shared libgcc</title>
      <link>https://community.hpe.com/t5/operating-system-linux/while-compiling-c-pgm-how-to-make-use-of-static-libgcc-instead/m-p/4935962#M102484</link>
      <description>vijayalakshmi,&lt;BR /&gt;&lt;BR /&gt;Great to see here at ITRC forums :) Assign points when you are getting solution and close the thread once you got the solution with answer.&lt;BR /&gt;&lt;BR /&gt;Assign 0 points for this thread.&lt;BR /&gt;&lt;BR /&gt;wishes,&lt;BR /&gt;-Muthu&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Oct 2005 01:57:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/while-compiling-c-pgm-how-to-make-use-of-static-libgcc-instead/m-p/4935962#M102484</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-25T01:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: while compiling c++ pgm how to make use of static libgcc instead of shared libgcc</title>
      <link>https://community.hpe.com/t5/operating-system-linux/while-compiling-c-pgm-how-to-make-use-of-static-libgcc-instead/m-p/4935963#M102485</link>
      <description>Hi Muthukumar,&lt;BR /&gt;&lt;BR /&gt;Thanks for ur wishes/encouragement. Ya i'll follow the rules.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Vijayalakshmi.</description>
      <pubDate>Tue, 25 Oct 2005 02:08:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/while-compiling-c-pgm-how-to-make-use-of-static-libgcc-instead/m-p/4935963#M102485</guid>
      <dc:creator>Vijayalakshmi</dc:creator>
      <dc:date>2005-10-25T02:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: while compiling c++ pgm how to make use of static libgcc instead of shared libgcc</title>
      <link>https://community.hpe.com/t5/operating-system-linux/while-compiling-c-pgm-how-to-make-use-of-static-libgcc-instead/m-p/4935964#M102486</link>
      <description>Found solution</description>
      <pubDate>Tue, 25 Oct 2005 03:33:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/while-compiling-c-pgm-how-to-make-use-of-static-libgcc-instead/m-p/4935964#M102486</guid>
      <dc:creator>Vijayalakshmi</dc:creator>
      <dc:date>2005-10-25T03:33:06Z</dc:date>
    </item>
  </channel>
</rss>

