<?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: GCC 4.0.0 -mhp-ld Support in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-4-0-0-mhp-ld-support/m-p/3553972#M702155</link>
    <description>I don't know about that option, but to see *all* options supported by the current build, use&lt;BR /&gt;&lt;BR /&gt;sh$ gcc -v --help 2&amp;gt;&amp;amp;1 | less&lt;BR /&gt;csh% gcc -v --help |&amp;amp; less&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
    <pubDate>Mon, 30 May 2005 01:54:23 GMT</pubDate>
    <dc:creator>H.Merijn Brand (procura</dc:creator>
    <dc:date>2005-05-30T01:54:23Z</dc:date>
    <item>
      <title>GCC 4.0.0 -mhp-ld Support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-4-0-0-mhp-ld-support/m-p/3553971#M702154</link>
      <description>Dear IT forums community,&lt;BR /&gt;&lt;BR /&gt;This is my first post.  Thanks everyone for your support of this resource, especially A. Clay Stephenson and H. Merijn.  It has helped me a lot with successfully compiling and installing GCC 4.0.0 from source.&lt;BR /&gt;&lt;BR /&gt;I am learning about GCC CFLAGS options, and I note option "-mhp-ld" on "&lt;A href="http://gcc.gnu.org/onlinedocs/gcc-4.0.0/gcc/HPPA-Options.html#HPPA-Options" target="_blank"&gt;http://gcc.gnu.org/onlinedocs/gcc-4.0.0/gcc/HPPA-Options.html#HPPA-Options&lt;/A&gt;"&lt;BR /&gt;&lt;BR /&gt;which says that it should work.  &lt;BR /&gt;&lt;BR /&gt;When I compile test program:&lt;BR /&gt;&lt;BR /&gt;************************&lt;BR /&gt;* BEGIN PROGRAM&lt;BR /&gt;************************&lt;BR /&gt;/* confdefs.h.  */&lt;BR /&gt;&lt;BR /&gt;#define PACKAGE_NAME "GNU Texinfo"&lt;BR /&gt;#define PACKAGE_TARNAME "texinfo"&lt;BR /&gt;#define PACKAGE_VERSION "4.8"&lt;BR /&gt;#define PACKAGE_STRING "GNU Texinfo 4.8"&lt;BR /&gt;#define PACKAGE_BUGREPORT ""&lt;BR /&gt;#define PACKAGE "texinfo"&lt;BR /&gt;#define VERSION "4.8"&lt;BR /&gt;/* end confdefs.h.  */&lt;BR /&gt;&lt;BR /&gt;int&lt;BR /&gt;main () &lt;BR /&gt;{&lt;BR /&gt;&lt;BR /&gt;  ;&lt;BR /&gt;  return 0;&lt;BR /&gt;}&lt;BR /&gt;************************&lt;BR /&gt;* END PROGRAM&lt;BR /&gt;************************&lt;BR /&gt;&lt;BR /&gt;with the command:&lt;BR /&gt;&lt;BR /&gt;/usr/local/bin/gcc -O2 -mpa-risc-2-0 -mschedule=8000 -munix=95 -mhp-ld -static -Dhpux -DSYSV -D_HPUX_SOURCE -D_POSIX_C_SOURCE=199506L -D_POSIX_D10_THREADS   conftest.c&lt;BR /&gt;&lt;BR /&gt;it reports:&lt;BR /&gt;&lt;BR /&gt;cc1: error: invalid option 'hp-ld'&lt;BR /&gt;&lt;BR /&gt;shell returned 1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am running on HPUX 11.00:&lt;BR /&gt;&lt;BR /&gt;uname -a&lt;BR /&gt;HP-UX voltaire B.11.00 U 9000/785 2015073023 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;with gcc-4.0.0:&lt;BR /&gt;:!/usr/local/bin/gcc -v&lt;BR /&gt;Using built-in specs.&lt;BR /&gt;Target: hppa2.0w-hp-hpux11.00&lt;BR /&gt;Configured with: ../gcc-4.0.0/configure --prefix=/usr/local/pa20_32 --with-gnu-as --with-as=/usr/local/pa20_32/bin/as --disable-nls --with-gmp=/usr/local/pa20_32 --with-mpfr=/usr/local/pa20_32 --disable-shared --enable-languages=c,c++,objc&lt;BR /&gt;Thread model: single&lt;BR /&gt;gcc version 4.0.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This option seems like it should be available...but I get an error.  Thanks for any feedback.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Kevin Schultz&lt;BR /&gt;Roseville, CA</description>
      <pubDate>Sun, 29 May 2005 21:18:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-4-0-0-mhp-ld-support/m-p/3553971#M702154</guid>
      <dc:creator>Kevin Schultz</dc:creator>
      <dc:date>2005-05-29T21:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: GCC 4.0.0 -mhp-ld Support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-4-0-0-mhp-ld-support/m-p/3553972#M702155</link>
      <description>I don't know about that option, but to see *all* options supported by the current build, use&lt;BR /&gt;&lt;BR /&gt;sh$ gcc -v --help 2&amp;gt;&amp;amp;1 | less&lt;BR /&gt;csh% gcc -v --help |&amp;amp; less&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Mon, 30 May 2005 01:54:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-4-0-0-mhp-ld-support/m-p/3553972#M702155</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-05-30T01:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: GCC 4.0.0 -mhp-ld Support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-4-0-0-mhp-ld-support/m-p/3553973#M702156</link>
      <description>&lt;BR /&gt;Thanks H. Merijn! :)&lt;BR /&gt;&lt;BR /&gt;I do not see it in the list when I grep for it.  It seems like a bug in the documentation, unless I am missing something.  Perhaps it was removed or has not been implemented.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Kevin</description>
      <pubDate>Mon, 30 May 2005 02:04:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-4-0-0-mhp-ld-support/m-p/3553973#M702156</guid>
      <dc:creator>Kevin Schultz</dc:creator>
      <dc:date>2005-05-30T02:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: GCC 4.0.0 -mhp-ld Support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-4-0-0-mhp-ld-support/m-p/3553974#M702157</link>
      <description>I looked through the GCC code and it appears that the -mhp-ld option is only recognized by the hppa64*-*-* versions of GCC.  I.e. when compiling for 64 bits.  It is not recognized for 32 bits.  The GCC document shows all the options for all the various hppa* platforms but it does not really make it clear that not all options are recognized on all the targets for that platform.  Note that when on HP-UX, the&lt;BR /&gt;use of the HP linker is the default so use of this option is not really needed.</description>
      <pubDate>Tue, 31 May 2005 10:37:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-4-0-0-mhp-ld-support/m-p/3553974#M702157</guid>
      <dc:creator>Steve Ellcey</dc:creator>
      <dc:date>2005-05-31T10:37:04Z</dc:date>
    </item>
  </channel>
</rss>

