<?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: CXXLINK options file error in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/cxxlink-options-file-error/m-p/4917104#M32519</link>
    <description>The exact command line is:&lt;BR /&gt;&lt;BR /&gt;cxxlink/debug/exe=disk1:[user1.work]test_cpp my_cpp, -&lt;BR /&gt;my_other_cpp, -&lt;BR /&gt;disk2:[libs]alib/lib/include=my_incs&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Wed, 10 Aug 2005 10:25:22 GMT</pubDate>
    <dc:creator>William Bigelow</dc:creator>
    <dc:date>2005-08-10T10:25:22Z</dc:date>
    <item>
      <title>CXXLINK options file error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cxxlink-options-file-error/m-p/4917099#M32514</link>
      <description>I get the following CXXLINK error whenever I attempt to add a library to my link command:&lt;BR /&gt;&lt;BR /&gt;unable to write the linker options file &lt;BR /&gt;SYS$DISK:[]ALPHA020255DA.OPT, bad file number&lt;BR /&gt;&lt;BR /&gt;The CXXLINK command will get past this error if I remove the reference to the library.&lt;BR /&gt;&lt;BR /&gt;TNX beforehand</description>
      <pubDate>Tue, 09 Aug 2005 17:09:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cxxlink-options-file-error/m-p/4917099#M32514</guid>
      <dc:creator>William Bigelow</dc:creator>
      <dc:date>2005-08-09T17:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: CXXLINK options file error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cxxlink-options-file-error/m-p/4917100#M32515</link>
      <description>William,&lt;BR /&gt;&lt;BR /&gt;Please supply the exact command line that you are using.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Tue, 09 Aug 2005 20:43:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cxxlink-options-file-error/m-p/4917100#M32515</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2005-08-09T20:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: CXXLINK options file error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cxxlink-options-file-error/m-p/4917101#M32516</link>
      <description>This is way out there because I can't find solid info on how we fixed a similar problem, but it looks like we fixed it one time by including the device and directory name before each library or options file that we mentioned in the cxxlink command.&lt;BR /&gt;&lt;BR /&gt;Actually, we used logical names to specify the device-and-directory combinations.&lt;BR /&gt;&lt;BR /&gt;I'll post more if I did up a better record of what we fixed and how.&lt;BR /&gt;&lt;BR /&gt;--Travis Craig&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Aug 2005 21:37:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cxxlink-options-file-error/m-p/4917101#M32516</guid>
      <dc:creator>Travis Craig</dc:creator>
      <dc:date>2005-08-09T21:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: CXXLINK options file error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cxxlink-options-file-error/m-p/4917102#M32517</link>
      <description>Sounds to me almost like inability to open enough files. Try bumping authorize parameter fillm for that account, and, from memory, that relates to sysgen parameter channelcnt. &lt;BR /&gt;&lt;BR /&gt;q&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Aug 2005 01:46:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cxxlink-options-file-error/m-p/4917102#M32517</guid>
      <dc:creator>Peter Quodling</dc:creator>
      <dc:date>2005-08-10T01:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: CXXLINK options file error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cxxlink-options-file-error/m-p/4917103#M32518</link>
      <description>I don't know CXXLINK nor do I have access to a machine that has it, but I guess you specified a number of libraries in a row, delimited by ";", casuing VMS to _think_ that "SYS$DISK:[]ALPHA020255DA.OPT" is a version number.&lt;BR /&gt;Remove the ";", or specify ";0"&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Aug 2005 01:54:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cxxlink-options-file-error/m-p/4917103#M32518</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2005-08-10T01:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: CXXLINK options file error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cxxlink-options-file-error/m-p/4917104#M32519</link>
      <description>The exact command line is:&lt;BR /&gt;&lt;BR /&gt;cxxlink/debug/exe=disk1:[user1.work]test_cpp my_cpp, -&lt;BR /&gt;my_other_cpp, -&lt;BR /&gt;disk2:[libs]alib/lib/include=my_incs&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 10 Aug 2005 10:25:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cxxlink-options-file-error/m-p/4917104#M32519</guid>
      <dc:creator>William Bigelow</dc:creator>
      <dc:date>2005-08-10T10:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: CXXLINK options file error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cxxlink-options-file-error/m-p/4917105#M32520</link>
      <description>William,&lt;BR /&gt;&lt;BR /&gt;In your example:&lt;BR /&gt;  $ cxxlink/debug/exe=disk1:[user1.work]test_cpp my_cpp, -&lt;BR /&gt;my_other_cpp, -&lt;BR /&gt;disk2:[libs]alib/lib/include=my_incs&lt;BR /&gt;&lt;BR /&gt;Please try using an options file and specifying the library in the options file.&lt;BR /&gt;&lt;BR /&gt;I am running between two meetings at this instant, so I have not had the time to verify it beyond checking against my use of cxxlink in a few client projects.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Wed, 10 Aug 2005 10:47:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cxxlink-options-file-error/m-p/4917105#M32520</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2005-08-10T10:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: CXXLINK options file error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cxxlink-options-file-error/m-p/4917106#M32521</link>
      <description>Thanks Robert Gezelter, this linker does require an "options" file for libs, etc.</description>
      <pubDate>Thu, 11 Aug 2005 14:51:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cxxlink-options-file-error/m-p/4917106#M32521</guid>
      <dc:creator>William Bigelow</dc:creator>
      <dc:date>2005-08-11T14:51:04Z</dc:date>
    </item>
  </channel>
</rss>

