<?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 Ia64 linker problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ia64-linker-problem/m-p/2854582#M826352</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;I am trying to compile "pango-1.0.5" program in order to port gtk+2 on hpux-Ia64 platform. The program compiles fine on parisc-11.00 systems, But on ia64 (11.20) it gives the errror below.&lt;BR /&gt;&lt;BR /&gt;ld: Can't find dependent library "./.libs/libpango-1.0.so"&lt;BR /&gt;&lt;BR /&gt;This seems a easy problem, but in fact it is the problem with dynamic loading on the library above.  The above library has been drag in to the link line through another  library.&lt;BR /&gt;&lt;BR /&gt;I 've change the dynamic loading in configure as shown below:&lt;BR /&gt;&lt;BR /&gt;ia64*)&lt;BR /&gt;      lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'&lt;BR /&gt;     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so&lt;BR /&gt;      ;;&lt;BR /&gt;&lt;BR /&gt;But the program still fails to load the library.&lt;BR /&gt;&lt;BR /&gt;Any idea is highly appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
    <pubDate>Fri, 29 Nov 2002 09:56:01 GMT</pubDate>
    <dc:creator>Mehdi_1</dc:creator>
    <dc:date>2002-11-29T09:56:01Z</dc:date>
    <item>
      <title>Ia64 linker problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ia64-linker-problem/m-p/2854582#M826352</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I am trying to compile "pango-1.0.5" program in order to port gtk+2 on hpux-Ia64 platform. The program compiles fine on parisc-11.00 systems, But on ia64 (11.20) it gives the errror below.&lt;BR /&gt;&lt;BR /&gt;ld: Can't find dependent library "./.libs/libpango-1.0.so"&lt;BR /&gt;&lt;BR /&gt;This seems a easy problem, but in fact it is the problem with dynamic loading on the library above.  The above library has been drag in to the link line through another  library.&lt;BR /&gt;&lt;BR /&gt;I 've change the dynamic loading in configure as shown below:&lt;BR /&gt;&lt;BR /&gt;ia64*)&lt;BR /&gt;      lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'&lt;BR /&gt;     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so&lt;BR /&gt;      ;;&lt;BR /&gt;&lt;BR /&gt;But the program still fails to load the library.&lt;BR /&gt;&lt;BR /&gt;Any idea is highly appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Nov 2002 09:56:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ia64-linker-problem/m-p/2854582#M826352</guid>
      <dc:creator>Mehdi_1</dc:creator>
      <dc:date>2002-11-29T09:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Ia64 linker problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ia64-linker-problem/m-p/2854583#M826353</link>
      <description>Maybe you need to specify the search path to the library explicitely with the -L option? &lt;BR /&gt;&lt;BR /&gt;Best regards...&lt;BR /&gt; Dietmar.</description>
      <pubDate>Fri, 29 Nov 2002 10:03:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ia64-linker-problem/m-p/2854583#M826353</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2002-11-29T10:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Ia64 linker problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ia64-linker-problem/m-p/2854584#M826354</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;But that doesn't work. I 've add the full path to :&lt;BR /&gt;LDFLAGS,   LIBRARY_PATH and LD_LIBRARY_PATH, But it still the same problem.</description>
      <pubDate>Fri, 29 Nov 2002 10:20:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ia64-linker-problem/m-p/2854584#M826354</guid>
      <dc:creator>Mehdi_1</dc:creator>
      <dc:date>2002-11-29T10:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Ia64 linker problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ia64-linker-problem/m-p/2854585#M826355</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;try to use +b path_list with libraries specified with the -l library or -l:library options.)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                       Regards&lt;BR /&gt;&lt;BR /&gt;                       Steve Steel&lt;BR /&gt;&lt;BR /&gt;Quote of the moment&lt;BR /&gt;-------------------&lt;BR /&gt;"We are drowning in information but starved for knowledge."&lt;BR /&gt;-- John Naisbitt</description>
      <pubDate>Fri, 29 Nov 2002 10:31:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ia64-linker-problem/m-p/2854585#M826355</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-11-29T10:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Ia64 linker problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ia64-linker-problem/m-p/2854586#M826356</link>
      <description>I feel I need to explian the problem a bit more in details.&lt;BR /&gt;&lt;BR /&gt;Suppose I got libA.sl, Then I build libB.sl:&lt;BR /&gt;&lt;BR /&gt;ld $(some flages) -o libB.sl $(OBJECTS) ./.libs/libA.sl $(LIBS)&lt;BR /&gt;&lt;BR /&gt;Then I try to build a binary:&lt;BR /&gt;&lt;BR /&gt;gcc $(some flages) -o $(binary) $(object-files) -L$(full path)/libB.sl $(LIBS)&lt;BR /&gt;&lt;BR /&gt;ld: Can't find dependent library "./.libs/libA.sl" &lt;BR /&gt;&lt;BR /&gt;One obvious solution would be to use the full path to libA.sl when I am building libB.sl. But the process is done thruogh "libtool", and I can't find the in libtool to change that.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Nov 2002 11:47:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ia64-linker-problem/m-p/2854586#M826356</guid>
      <dc:creator>Mehdi_1</dc:creator>
      <dc:date>2002-11-29T11:47:34Z</dc:date>
    </item>
  </channel>
</rss>

