<?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: Error wile compiling. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-wile-compiling/m-p/3070033#M904765</link>
    <description>Anand,&lt;BR /&gt;  Double check for the library.  Add that path after -L.  &lt;BR /&gt;-Umapathy</description>
    <pubDate>Fri, 12 Sep 2003 17:02:08 GMT</pubDate>
    <dc:creator>Umapathy S</dc:creator>
    <dc:date>2003-09-12T17:02:08Z</dc:date>
    <item>
      <title>Error wile compiling.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-wile-compiling/m-p/3070028#M904760</link>
      <description>I am trying to compile some Objective C programs in HPUX-10.20. The compiler is gcc. I am getting the following error while compilation:&lt;BR /&gt;&lt;BR /&gt;/usr/local/bin/ld: Can't find library for -llibdb-3.2.sl&lt;BR /&gt;&lt;BR /&gt;I don't have any idea about this error. Can anyone please help me out on this.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Anand&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Sep 2003 15:18:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-wile-compiling/m-p/3070028#M904760</guid>
      <dc:creator>Anand_30</dc:creator>
      <dc:date>2003-09-12T15:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error wile compiling.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-wile-compiling/m-p/3070029#M904761</link>
      <description>I think if not a standard lib you will have to specify the path to library &lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;-L &lt;LIBPATH&gt; -llibdb-3.2.sl &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;in your makefile&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;JL&lt;BR /&gt;&lt;/LIBPATH&gt;</description>
      <pubDate>Fri, 12 Sep 2003 15:24:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-wile-compiling/m-p/3070029#M904761</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2003-09-12T15:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error wile compiling.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-wile-compiling/m-p/3070030#M904762</link>
      <description>further more, I think this should be &lt;BR /&gt;-L &lt;LIBPATH&gt; -ldb-3.2&lt;BR /&gt;as prefix lib and suffix sl are implicit.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;JL&lt;BR /&gt;Please let us know how you're getting on.&lt;/LIBPATH&gt;</description>
      <pubDate>Fri, 12 Sep 2003 15:34:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-wile-compiling/m-p/3070030#M904762</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2003-09-12T15:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error wile compiling.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-wile-compiling/m-p/3070031#M904763</link>
      <description>Anand,&lt;BR /&gt;  You link libraries normally taking out the lib prefix.  In your case check&lt;BR /&gt;&lt;BR /&gt;  1. The library is available.&lt;BR /&gt;  2. The path is there after -L&lt;BR /&gt;  3. Change -llibdb-3.2sl to -ldb-3.2sl.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Umapathy&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Sep 2003 15:38:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-wile-compiling/m-p/3070031#M904763</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-09-12T15:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error wile compiling.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-wile-compiling/m-p/3070032#M904764</link>
      <description>I have changed the makefile but still I am getting the error:&lt;BR /&gt;&lt;BR /&gt;/usr/local/bin/ld: Can't find library for -libdb-3.2.sl&lt;BR /&gt;&lt;BR /&gt;Is there any way that I can see where the libraries are being searched during the make.&lt;BR /&gt;&lt;BR /&gt;Anand&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Sep 2003 16:43:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-wile-compiling/m-p/3070032#M904764</guid>
      <dc:creator>Anand_30</dc:creator>
      <dc:date>2003-09-12T16:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error wile compiling.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-wile-compiling/m-p/3070033#M904765</link>
      <description>Anand,&lt;BR /&gt;  Double check for the library.  Add that path after -L.  &lt;BR /&gt;-Umapathy</description>
      <pubDate>Fri, 12 Sep 2003 17:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-wile-compiling/m-p/3070033#M904765</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-09-12T17:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error wile compiling.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-wile-compiling/m-p/3070034#M904766</link>
      <description>I am not getting the previous error any more but I am getting the following error now:&lt;BR /&gt;&lt;BR /&gt;/usr/local/bin/ld: Invalid fixup: 0x3e in file /opt/Apple/Library/Frameworks/EOs&lt;BR /&gt;&lt;BR /&gt;Can anyone tell me how to fix this problem.&lt;BR /&gt;&lt;BR /&gt;Anand.</description>
      <pubDate>Fri, 12 Sep 2003 19:09:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-wile-compiling/m-p/3070034#M904766</guid>
      <dc:creator>Anand_30</dc:creator>
      <dc:date>2003-09-12T19:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error wile compiling.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-wile-compiling/m-p/3070035#M904767</link>
      <description>note that this is while linking error, not while compiling.&lt;BR /&gt;&lt;BR /&gt;if you are building a shared library, make sure you compile with the correct compiler option - its either +z or +Z for cc/aCC, either -fpic or -fPIC for gcc. in your case -fpic should work.</description>
      <pubDate>Sat, 13 Sep 2003 16:23:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-wile-compiling/m-p/3070035#M904767</guid>
      <dc:creator>ranganath ramachandra</dc:creator>
      <dc:date>2003-09-13T16:23:11Z</dc:date>
    </item>
  </channel>
</rss>

