<?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: Compiling mnogosearch with mysql in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-mnogosearch-with-mysql/m-p/4895190#M701322</link>
    <description>Peter,&lt;BR /&gt;&lt;BR /&gt;sorry.. I was trying to write a post all morning long;-)&lt;BR /&gt;OK, I managed to compile it with the suggested options and voilÃ¡: 64bit ELF!&lt;BR /&gt;The only thing left is zlib-support which fails within configure. But this problem is solved with "--without-zlib".&lt;BR /&gt;&lt;BR /&gt;Thanks alot!&lt;BR /&gt;Mark</description>
    <pubDate>Thu, 14 Apr 2005 04:42:23 GMT</pubDate>
    <dc:creator>Markus Bonet</dc:creator>
    <dc:date>2005-04-14T04:42:23Z</dc:date>
    <item>
      <title>Compiling mnogosearch with mysql</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-mnogosearch-with-mysql/m-p/4895183#M701315</link>
      <description>I want to build mnogosearch on a HPUX 11.23 (IA64) system.&lt;BR /&gt;mnogosearch will be linked against a mysql-datebase. The libs are 64bit.&lt;BR /&gt;&lt;BR /&gt;Unfortunately gcc tries to build a elf-32 binary which fails of an ABI-mismatch as soon as a mysql-lib is involved.&lt;BR /&gt;&lt;BR /&gt;How do I tell gcc to build 64bit binaries?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Kind regards&lt;BR /&gt;Markus</description>
      <pubDate>Fri, 08 Apr 2005 08:05:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-mnogosearch-with-mysql/m-p/4895183#M701315</guid>
      <dc:creator>Markus Bonet</dc:creator>
      <dc:date>2005-04-08T08:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling mnogosearch with mysql</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-mnogosearch-with-mysql/m-p/4895184#M701316</link>
      <description>Markus,&lt;BR /&gt;I thought elf-64 gcc can only generate elf-64 binaries.&lt;BR /&gt;Are you sure your gcc is 64?&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 08 Apr 2005 08:31:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-mnogosearch-with-mysql/m-p/4895184#M701316</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-04-08T08:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling mnogosearch with mysql</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-mnogosearch-with-mysql/m-p/4895185#M701317</link>
      <description>No, gcc is a elf-32 binary.&lt;BR /&gt;I thought it is able to build 64bit binaries.&lt;BR /&gt;&lt;BR /&gt;Do I need a 64bit gcc? Where can I get it?</description>
      <pubDate>Fri, 08 Apr 2005 08:34:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-mnogosearch-with-mysql/m-p/4895185#M701317</guid>
      <dc:creator>Markus Bonet</dc:creator>
      <dc:date>2005-04-08T08:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling mnogosearch with mysql</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-mnogosearch-with-mysql/m-p/4895186#M701318</link>
      <description>Markus,&lt;BR /&gt;&lt;A href="http://www.cmve.net/~merijn/" target="_blank"&gt;http://www.cmve.net/~merijn/&lt;/A&gt;&lt;BR /&gt;or &lt;A href="http://gcc.gnu.org/" target="_blank"&gt;http://gcc.gnu.org/&lt;/A&gt;&lt;BR /&gt;would be a start.&lt;BR /&gt;&lt;BR /&gt;But if you can wait a while, perhaps somebody has another idea/solution.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 08 Apr 2005 08:42:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-mnogosearch-with-mysql/m-p/4895186#M701318</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-04-08T08:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling mnogosearch with mysql</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-mnogosearch-with-mysql/m-p/4895187#M701319</link>
      <description>Markus,&lt;BR /&gt;had a another look around and found:&lt;BR /&gt;32 bit gcc can apparently be told to compile to 64 bit, but 64bit can not generate 32 bit.&lt;BR /&gt;Sonme of the options I found refer to:&lt;BR /&gt;CFLAGS="-O2 -mlp64" LDFLAGS="-mlp64 -lm"&lt;BR /&gt;and&lt;BR /&gt;+DA2.0W&lt;BR /&gt;and variants thereof.&lt;BR /&gt;Unless comes up with a clear answer, it may be a case of trial and error.&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 08 Apr 2005 09:05:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-mnogosearch-with-mysql/m-p/4895187#M701319</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-04-08T09:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling mnogosearch with mysql</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-mnogosearch-with-mysql/m-p/4895188#M701320</link>
      <description>Peter,&lt;BR /&gt;many thanks, I will have a try at wednesday!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Markus</description>
      <pubDate>Fri, 08 Apr 2005 14:10:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-mnogosearch-with-mysql/m-p/4895188#M701320</guid>
      <dc:creator>Markus Bonet</dc:creator>
      <dc:date>2005-04-08T14:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling mnogosearch with mysql</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-mnogosearch-with-mysql/m-p/4895189#M701321</link>
      <description>Markus,&lt;BR /&gt;any update on this thread?&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 14 Apr 2005 03:45:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-mnogosearch-with-mysql/m-p/4895189#M701321</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-04-14T03:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling mnogosearch with mysql</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-mnogosearch-with-mysql/m-p/4895190#M701322</link>
      <description>Peter,&lt;BR /&gt;&lt;BR /&gt;sorry.. I was trying to write a post all morning long;-)&lt;BR /&gt;OK, I managed to compile it with the suggested options and voilÃ¡: 64bit ELF!&lt;BR /&gt;The only thing left is zlib-support which fails within configure. But this problem is solved with "--without-zlib".&lt;BR /&gt;&lt;BR /&gt;Thanks alot!&lt;BR /&gt;Mark</description>
      <pubDate>Thu, 14 Apr 2005 04:42:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-mnogosearch-with-mysql/m-p/4895190#M701322</guid>
      <dc:creator>Markus Bonet</dc:creator>
      <dc:date>2005-04-14T04:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling mnogosearch with mysql</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-mnogosearch-with-mysql/m-p/4895191#M701323</link>
      <description>Markus,&lt;BR /&gt;also funtioniert jetzt alles.&lt;BR /&gt;Grossartig!&lt;BR /&gt;Kannst Du bitte Punkte geben und then Thread schliessen.&lt;BR /&gt;Herzlichen Dank und viel Glueck</description>
      <pubDate>Thu, 14 Apr 2005 04:55:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-mnogosearch-with-mysql/m-p/4895191#M701323</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-04-14T04:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling mnogosearch with mysql</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-mnogosearch-with-mysql/m-p/4895192#M701324</link>
      <description>Great, the compiler flags did the trick!</description>
      <pubDate>Thu, 14 Apr 2005 05:12:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-mnogosearch-with-mysql/m-p/4895192#M701324</guid>
      <dc:creator>Markus Bonet</dc:creator>
      <dc:date>2005-04-14T05:12:24Z</dc:date>
    </item>
  </channel>
</rss>

