<?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 ld warning: PA 2.0 obect file in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ld-warning-pa-2-0-obect-file/m-p/5033464#M95089</link>
    <description>The warning is&lt;BR /&gt;&lt;BR /&gt;ld: (Warning) At least one PA 2.0 object file (pgm.o) was detected. The linked output may not run on a PA 1.x system&lt;BR /&gt;&lt;BR /&gt;I don't think I need to worry about that - there's only one machine here.  Is there a way to suppress that warning?&lt;BR /&gt;&lt;BR /&gt;We compile and link through the compiler, f90, with makefiles.  The compile line is&lt;BR /&gt;&lt;BR /&gt;f90 -o pgm pgm.o -lingres -lm&lt;BR /&gt;&lt;BR /&gt;(-lingres is the database library)&lt;BR /&gt;</description>
    <pubDate>Mon, 12 Mar 2007 18:19:03 GMT</pubDate>
    <dc:creator>Michael D. Zorn</dc:creator>
    <dc:date>2007-03-12T18:19:03Z</dc:date>
    <item>
      <title>ld warning: PA 2.0 obect file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-warning-pa-2-0-obect-file/m-p/5033464#M95089</link>
      <description>The warning is&lt;BR /&gt;&lt;BR /&gt;ld: (Warning) At least one PA 2.0 object file (pgm.o) was detected. The linked output may not run on a PA 1.x system&lt;BR /&gt;&lt;BR /&gt;I don't think I need to worry about that - there's only one machine here.  Is there a way to suppress that warning?&lt;BR /&gt;&lt;BR /&gt;We compile and link through the compiler, f90, with makefiles.  The compile line is&lt;BR /&gt;&lt;BR /&gt;f90 -o pgm pgm.o -lingres -lm&lt;BR /&gt;&lt;BR /&gt;(-lingres is the database library)&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Mar 2007 18:19:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-warning-pa-2-0-obect-file/m-p/5033464#M95089</guid>
      <dc:creator>Michael D. Zorn</dc:creator>
      <dc:date>2007-03-12T18:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: ld warning: PA 2.0 obect file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-warning-pa-2-0-obect-file/m-p/5033465#M95090</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You should be able to suppress this by adding the '+vnocompatwarnings' flag during linking.&lt;BR /&gt;&lt;BR /&gt;That aside, this is only a warning and hence is advisory only.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 12 Mar 2007 18:55:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-warning-pa-2-0-obect-file/m-p/5033465#M95090</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-03-12T18:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: ld warning: PA 2.0 obect file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-warning-pa-2-0-obect-file/m-p/5033466#M95091</link>
      <description>&amp;gt;JRF: this is only a warning and hence is advisory only.&lt;BR /&gt;&lt;BR /&gt;Right.  This warning was more important back in 1996 when PA2.0 was introduced.  Now, most PA1.1 machines are no longer supported.&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Mar 2007 22:23:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-warning-pa-2-0-obect-file/m-p/5033466#M95091</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-03-12T22:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: ld warning: PA 2.0 obect file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-warning-pa-2-0-obect-file/m-p/5033467#M95092</link>
      <description>&amp;gt;&amp;gt;JRF: this is only a warning and hence is advisory only.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Right. This warning was more important back in 1996 when PA2.0 was introduced. Now, most PA1.1 machines are no longer supported.&lt;BR /&gt;&lt;BR /&gt;somewhere in my cellar, an A180C is silently weeping.</description>
      <pubDate>Mon, 12 Mar 2007 23:16:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-warning-pa-2-0-obect-file/m-p/5033467#M95092</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2007-03-12T23:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: ld warning: PA 2.0 obect file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-warning-pa-2-0-obect-file/m-p/5033468#M95093</link>
      <description>I found I could give it to f90 to hand off to the linker:&lt;BR /&gt;&lt;BR /&gt;f90 -Wl,+vnocompatwarnings .....&lt;BR /&gt;&lt;BR /&gt;and that other options (like -g) need to come after the -W&lt;BR /&gt;&lt;BR /&gt;Thanks again.</description>
      <pubDate>Tue, 13 Mar 2007 19:17:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-warning-pa-2-0-obect-file/m-p/5033468#M95093</guid>
      <dc:creator>Michael D. Zorn</dc:creator>
      <dc:date>2007-03-13T19:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: ld warning: PA 2.0 obect file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-warning-pa-2-0-obect-file/m-p/5033469#M95094</link>
      <description>&amp;gt;f90 -Wl,+vnocompatwarnings&lt;BR /&gt;&lt;BR /&gt;Yes, that's how to pass linker specific options.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;that other options (like -g) need to come after the -Wl&lt;BR /&gt;&lt;BR /&gt;I doubt there is any restriction on the ordering of this -Wl option.  Just as long as it is passed to ld.  You should be able to see this with -v.</description>
      <pubDate>Tue, 13 Mar 2007 19:39:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-warning-pa-2-0-obect-file/m-p/5033469#M95094</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-03-13T19:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: ld warning: PA 2.0 obect file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-warning-pa-2-0-obect-file/m-p/5033470#M95095</link>
      <description>My makefile line is&lt;BR /&gt;FFLAGS=-Wl,+vnocompatwarnings, -g&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The reason I got an error message was that I had&lt;BR /&gt;&lt;BR /&gt;FFLAGS=g, -Wl,......&lt;BR /&gt;&lt;BR /&gt;No commas between options....  but seems OK at the end:   , -g&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Mar 2007 11:42:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-warning-pa-2-0-obect-file/m-p/5033470#M95095</guid>
      <dc:creator>Michael D. Zorn</dc:creator>
      <dc:date>2007-03-14T11:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: ld warning: PA 2.0 obect file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-warning-pa-2-0-obect-file/m-p/5033471#M95096</link>
      <description>&amp;gt;My makefile line is&lt;BR /&gt;FFLAGS=-Wl,+vnocompatwarnings, -g&lt;BR /&gt;&lt;BR /&gt;You can't have commas in options, just whitespace.  There is a comma after -Wl and between options for ld, etc.:&lt;BR /&gt;-Wl,-B,immediate&lt;BR /&gt;&lt;BR /&gt;In the case of -Wx, each comma is replaced by a space.</description>
      <pubDate>Wed, 14 Mar 2007 20:06:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-warning-pa-2-0-obect-file/m-p/5033471#M95096</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-03-14T20:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: ld warning: PA 2.0 obect file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-warning-pa-2-0-obect-file/m-p/5033472#M95097</link>
      <description>The solutions provided did the trick.</description>
      <pubDate>Wed, 14 Mar 2007 21:49:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-warning-pa-2-0-obect-file/m-p/5033472#M95097</guid>
      <dc:creator>Michael D. Zorn</dc:creator>
      <dc:date>2007-03-14T21:49:36Z</dc:date>
    </item>
  </channel>
</rss>

