<?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: gettext in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125630#M803845</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;I am sorry, It was a typing mistake. I ment to write "libiconv.sl" not "libicnv.sl".&lt;BR /&gt;&lt;BR /&gt;It seems your gcc is ok. (where did you get your gcc from? did you compile it yourself?).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In gettext source tree can you find "libintl.sl.5.0" and run the "chatr" on that please.&lt;BR /&gt;&lt;BR /&gt;chatr libintl.sl.5.0&lt;BR /&gt;&lt;BR /&gt;and post the result in here please.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Mehdi</description>
    <pubDate>Mon, 24 Nov 2003 14:51:18 GMT</pubDate>
    <dc:creator>Mehdi_1</dc:creator>
    <dc:date>2003-11-24T14:51:18Z</dc:date>
    <item>
      <title>gettext</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125621#M803836</link>
      <description>I am trying to install gettext (to use with php).  I build it with the following options:&lt;BR /&gt;&lt;BR /&gt;CC="/usr/local/bin/gcc" ./configure --prefix=/opt/apache/htdocs/webmail/gettext&lt;BR /&gt;&lt;BR /&gt;and it works fine.  But when I do make, it exits with the following error:&lt;BR /&gt;&lt;BR /&gt;/usr/ccs/bin/ld: Can't find library: "gcc_s"&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;******&lt;BR /&gt;&lt;BR /&gt;I am using version 3.3.2 of gcc.  I have tried giving:&lt;BR /&gt;&lt;BR /&gt;--libdir=/usr/local/lib&lt;BR /&gt;&lt;BR /&gt;option to gcc, but make still fails.&lt;BR /&gt;&lt;BR /&gt;Any ideas on how I can fix this?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Deepa&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Nov 2003 20:51:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125621#M803836</guid>
      <dc:creator>Deepa Duvvuru</dc:creator>
      <dc:date>2003-11-20T20:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: gettext</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125622#M803837</link>
      <description>Check your environment for variables like LIBPATH, LD_LIBRARY_PATH, etc.&lt;BR /&gt;Can you compile other programs (from the command line, for instance) using gcc ?&lt;BR /&gt;You can test it with something simple like hello world...&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Nov 2003 01:10:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125622#M803837</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2003-11-21T01:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: gettext</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125623#M803838</link>
      <description>Can you try using the GNU version of make&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/make-3.80/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/make-3.80/&lt;/A&gt;</description>
      <pubDate>Fri, 21 Nov 2003 04:35:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125623#M803838</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-11-21T04:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: gettext</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125624#M803839</link>
      <description>Also there is a depot available for gettext&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/gettext-0.12/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/gettext-0.12/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;check the dependencies too.</description>
      <pubDate>Fri, 21 Nov 2003 04:37:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125624#M803839</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-11-21T04:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: gettext</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125625#M803840</link>
      <description>I was able to compile Hello World program with gcc without any problem.  &lt;BR /&gt;&lt;BR /&gt;Do you check the environment variables LIBPATH, LD_LIBRARY_PATH by doing echo $LIBPATH, and echo $LD_LIBRARY_PATH?&lt;BR /&gt;&lt;BR /&gt;If so, they are empty.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Deepa&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Nov 2003 11:52:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125625#M803840</guid>
      <dc:creator>Deepa Duvvuru</dc:creator>
      <dc:date>2003-11-21T11:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: gettext</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125626#M803841</link>
      <description>I used gmake and still get the same error:&lt;BR /&gt;&lt;BR /&gt;/usr/ccs/bin/ld: Can't find library: "gcc_s"&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;gmake[3]: *** [libintl.la] Error 1&lt;BR /&gt;gmake[3]: Leaving directory `/opt/gettext-0.12.1/gettext-runtime/intl'&lt;BR /&gt;gmake[2]: *** [all-recursive] Error 1&lt;BR /&gt;gmake[2]: Leaving directory `/opt/gettext-0.12.1/gettext-runtime'&lt;BR /&gt;gmake[1]: *** [all] Error 2&lt;BR /&gt;gmake[1]: Leaving directory `/opt/gettext-0.12.1/gettext-runtime'&lt;BR /&gt;gmake: *** [all-recursive] Error 1&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Nov 2003 16:45:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125626#M803841</guid>
      <dc:creator>Deepa Duvvuru</dc:creator>
      <dc:date>2003-11-21T16:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: gettext</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125627#M803842</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Can you post the actual line that caused this problem please. This could be caused by other libraries in the link line. The best ay to solve this is to use "chatr" command on gcc and all other libraries that is gettext is trying to link to.&lt;BR /&gt;Are you linking to libiconv.sl also?&lt;BR /&gt;&lt;BR /&gt;for example:&lt;BR /&gt;&lt;BR /&gt;chatr gcc&lt;BR /&gt;chatr libicnv.sl&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Basically I need some more info to track the problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Mehdi</description>
      <pubDate>Sat, 22 Nov 2003 02:57:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125627#M803842</guid>
      <dc:creator>Mehdi_1</dc:creator>
      <dc:date>2003-11-22T02:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: gettext</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125628#M803843</link>
      <description>Here is my configure line ...&lt;BR /&gt;&lt;BR /&gt;edison-new:/opt/gettext-0.12.1:8&amp;gt;CC="/usr/gcc/gcc/usr/local/bin/gcc" ./configure --prefix=/opt/gettext2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And then make ...&lt;BR /&gt;edison-new:/opt/gettext-0.12.1:8&amp;gt;make&lt;BR /&gt;&lt;BR /&gt;&lt;SNIP&gt;&lt;BR /&gt;&lt;BR /&gt;Here's the line during make which gives the error:&lt;BR /&gt;&lt;BR /&gt;/usr/gcc/gcc/usr/local/bin/gcc -shared -fPIC -Wl,+h -Wl,libintl.sl.5 -Wl,+b -Wl,/opt/gettext2/lib -o .libs/libintl.sl.5.0  .libs/bindtextdom.o .libs/dcgettext.o .libs/dgettext.o .libs/gettext.o .libs/finddomain.o .libs/loadmsgcat.o .libs/localealias.o .libs/textdomain.o .libs/l10nflist.o .libs/explodename.o .libs/dcigettext.o .libs/dcngettext.o .libs/dngettext.o .libs/ngettext.o .libs/plural.o .libs/plural-exp.o .libs/localcharset.o .libs/relocatable.o .libs/localename.o .libs/log.o .libs/osdep.o .libs/intl-compat.o  -lc -lc &lt;BR /&gt;/usr/ccs/bin/ld: Can't find library: "gcc_s"&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;**************&lt;BR /&gt;&lt;BR /&gt;I copied libgcc_s to /usr/local/lib.  But it still says it can't find it.&lt;/SNIP&gt;</description>
      <pubDate>Mon, 24 Nov 2003 11:49:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125628#M803843</guid>
      <dc:creator>Deepa Duvvuru</dc:creator>
      <dc:date>2003-11-24T11:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: gettext</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125629#M803844</link>
      <description>Not sure what options I have to give to chatr, but when I do chatr gcc, here's what I get:&lt;BR /&gt;&lt;BR /&gt;edison-new:/opt/gettext-0.12.1:24&amp;gt;chatr /usr/gcc/gcc/usr/local/bin/gcc&lt;BR /&gt;/usr/gcc/gcc/usr/local/bin/gcc: &lt;BR /&gt;         shared executable &lt;BR /&gt;         shared library dynamic path search:&lt;BR /&gt;             SHLIB_PATH     disabled  second &lt;BR /&gt;             embedded path  disabled  first  Not Defined&lt;BR /&gt;         shared library list:&lt;BR /&gt;             dynamic   /usr/lib/libc.2&lt;BR /&gt;         shared library binding:&lt;BR /&gt;             deferred &lt;BR /&gt;         global hash table disabled&lt;BR /&gt;         plabel caching disabled&lt;BR /&gt;         global hash array size:1103&lt;BR /&gt;         global hash array nbuckets:3&lt;BR /&gt;         shared vtable support disabled&lt;BR /&gt;         static branch prediction disabled&lt;BR /&gt;         executable from stack: D (default)&lt;BR /&gt;         kernel assisted branch prediction enabled&lt;BR /&gt;         lazy swap allocation disabled&lt;BR /&gt;         text segment locking disabled&lt;BR /&gt;         data segment locking disabled&lt;BR /&gt;         third quadrant private data space disabled&lt;BR /&gt;         fourth quadrant private data space disabled&lt;BR /&gt;         third quadrant global data space disabled&lt;BR /&gt;         data page size: D (default)&lt;BR /&gt;         instruction page size: D (default)&lt;BR /&gt;         nulptr references enabled&lt;BR /&gt;         shared library private mapping disabled&lt;BR /&gt;         shared library text merging disabled&lt;BR /&gt;edison-new:/opt/gettext-0.12.1:25&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I don't have libicnv.sl in /usr/local/lib or /usr/gcc/gcc/usr/local/lib.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Deepa</description>
      <pubDate>Mon, 24 Nov 2003 12:10:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125629#M803844</guid>
      <dc:creator>Deepa Duvvuru</dc:creator>
      <dc:date>2003-11-24T12:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: gettext</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125630#M803845</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I am sorry, It was a typing mistake. I ment to write "libiconv.sl" not "libicnv.sl".&lt;BR /&gt;&lt;BR /&gt;It seems your gcc is ok. (where did you get your gcc from? did you compile it yourself?).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In gettext source tree can you find "libintl.sl.5.0" and run the "chatr" on that please.&lt;BR /&gt;&lt;BR /&gt;chatr libintl.sl.5.0&lt;BR /&gt;&lt;BR /&gt;and post the result in here please.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Mehdi</description>
      <pubDate>Mon, 24 Nov 2003 14:51:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125630#M803845</guid>
      <dc:creator>Mehdi_1</dc:creator>
      <dc:date>2003-11-24T14:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: gettext</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125631#M803848</link>
      <description>I didn't compile gcc. I downloaded the precompiled binary from HP site.  &lt;BR /&gt;&lt;BR /&gt;I don't have "libicnv.sl" in the lib directory.&lt;BR /&gt;&lt;BR /&gt;Here's the output from chatr libintl.sl.5.0:&lt;BR /&gt;&lt;BR /&gt;edison-new:/opt/gettext-0.12.1/gettext-tools/intl/.libs:48&amp;gt;chatr libintl.sl.5.0 &lt;BR /&gt;libintl.sl.5.0: &lt;BR /&gt;         shared library &lt;BR /&gt;         shared library dynamic path search:&lt;BR /&gt;             SHLIB_PATH     disabled  second &lt;BR /&gt;             embedded path  enabled   first  /opt/gettext/lib&lt;BR /&gt;         internal name:&lt;BR /&gt;             libintl.sl.5&lt;BR /&gt;         shared library list:&lt;BR /&gt;             dynamic   /usr/lib/libc.2&lt;BR /&gt;         shared vtable support disabled&lt;BR /&gt;         static branch prediction disabled&lt;BR /&gt;         executable from stack: D (default)&lt;BR /&gt;         kernel assisted branch prediction enabled&lt;BR /&gt;         lazy swap allocation disabled&lt;BR /&gt;         text segment locking disabled&lt;BR /&gt;         data segment locking disabled&lt;BR /&gt;         third quadrant private data space disabled&lt;BR /&gt;         fourth quadrant private data space disabled&lt;BR /&gt;         third quadrant global data space disabled&lt;BR /&gt;         data page size: D (default)&lt;BR /&gt;         instruction page size: D (default)&lt;BR /&gt;         nulptr references disabled&lt;BR /&gt;edison-new:/opt/gettext-0.12.1/gettext-tools/intl/.libs:49&amp;gt;</description>
      <pubDate>Mon, 24 Nov 2003 16:04:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125631#M803848</guid>
      <dc:creator>Deepa Duvvuru</dc:creator>
      <dc:date>2003-11-24T16:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: gettext</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125632#M803851</link>
      <description>As TG pointed out, download a pre-compiled version - that's what I did:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.ee.ualberta.ca/hppd/hpux/Gnu/gettext-0.12/" target="_blank"&gt;http://hpux.ee.ualberta.ca/hppd/hpux/Gnu/gettext-0.12/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You may also need:&lt;BR /&gt;libiconv-1.9&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.ee.ualberta.ca/hppd/hpux/Development/Libraries/libiconv-1.9/" target="_blank"&gt;http://hpux.ee.ualberta.ca/hppd/hpux/Development/Libraries/libiconv-1.9/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 24 Nov 2003 17:06:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125632#M803851</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-11-24T17:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: gettext</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125633#M803854</link>
      <description>I was able to compile it with cc.  I would like to know why it doesn't work with gcc.  I will try downloading libiconv and see whether that fixes it.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Deepa</description>
      <pubDate>Mon, 24 Nov 2003 17:33:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125633#M803854</guid>
      <dc:creator>Deepa Duvvuru</dc:creator>
      <dc:date>2003-11-24T17:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: gettext</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125634#M803855</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;The line that failed, was tha line that trying to build libintl.sl.5.0. Where did you find libintl.sl.5.0 to run the chatr on that??&lt;BR /&gt;&lt;BR /&gt;Mehdi</description>
      <pubDate>Mon, 24 Nov 2003 22:06:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125634#M803855</guid>
      <dc:creator>Mehdi_1</dc:creator>
      <dc:date>2003-11-24T22:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: gettext</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125635#M803856</link>
      <description>I did a find in the gettext source dir and I found it in this dir:&lt;BR /&gt;&lt;BR /&gt;/opt/gettext-0.12.1/gettext-tools/intl/.libs&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Nov 2003 12:32:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gettext/m-p/3125635#M803856</guid>
      <dc:creator>Deepa Duvvuru</dc:creator>
      <dc:date>2003-11-25T12:32:53Z</dc:date>
    </item>
  </channel>
</rss>

