<?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: LIBRARY /CREATE .... CXX$LINK.OLB  ?? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/library-create-cxx-link-olb/m-p/4149299#M39354</link>
    <description>Vince, I see you followed up on my suggestion to look at the release notes.  What you cite is actually from the C++ 6.2 release notes, but prior version release notes are carried forward.&lt;BR /&gt;&lt;BR /&gt;Bob, a shortcut for finding out what he's talking about, if you have C++ installed, is:&lt;BR /&gt;&lt;BR /&gt;$ search sys$help:*cxx*.release_notes/win=30 cxx$link.olb&lt;BR /&gt;&lt;BR /&gt;I've read what it says there and it all seems clear enough.  A repository is just a directory full of object files, by default [.CXX$REPOSITORY].  CXXLINK creates and populates the object library from the object files, then passes the result to the linker via LNK$LIBRARY.&lt;BR /&gt;&lt;BR /&gt;If you specify more than the default repository via CXXLINK/REPOSITORY, then you have to create object libraries in those directories yourself.  It looks like you have to populate them yourself as well, though that would be easy enough to discover with a little experimentation.&lt;BR /&gt;&lt;BR /&gt;But so far all I've done is repeat what the docs say in somewhat simplified form.  Have you tried all this and are encountering some problem?  What exactly are you trying to do?  Are there any error messages you are getting?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 24 Feb 2008 01:00:09 GMT</pubDate>
    <dc:creator>Craig A Berry</dc:creator>
    <dc:date>2008-02-24T01:00:09Z</dc:date>
    <item>
      <title>LIBRARY /CREATE .... CXX$LINK.OLB  ??</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/library-create-cxx-link-olb/m-p/4149297#M39352</link>
      <description>I am looking for a little better clarification on the command sequence:&lt;BR /&gt;&lt;BR /&gt;$ LIBRARY/CREATE &lt;BR /&gt;    non-writeable-repository-dirCXX$LINK.OLB - &lt;BR /&gt;    non-writeable-repository-spec*.OBJ&lt;BR /&gt;&lt;BR /&gt;Also, a better explanation and example of repositories as defined above.&lt;BR /&gt;&lt;BR /&gt;The above was found in HP C++ Version 7.3&lt;BR /&gt;Release Notes for OpenVMS Alpha-June 14, 2007</description>
      <pubDate>Fri, 22 Feb 2008 21:56:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/library-create-cxx-link-olb/m-p/4149297#M39352</guid>
      <dc:creator>Vince M. Kostoff</dc:creator>
      <dc:date>2008-02-22T21:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: LIBRARY /CREATE .... CXX$LINK.OLB  ??</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/library-create-cxx-link-olb/m-p/4149298#M39353</link>
      <description>Vince,&lt;BR /&gt;&lt;BR /&gt;So that we do work at cross purposes, a complete page number or URL would be helpful.&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>Sat, 23 Feb 2008 10:20:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/library-create-cxx-link-olb/m-p/4149298#M39353</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2008-02-23T10:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: LIBRARY /CREATE .... CXX$LINK.OLB  ??</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/library-create-cxx-link-olb/m-p/4149299#M39354</link>
      <description>Vince, I see you followed up on my suggestion to look at the release notes.  What you cite is actually from the C++ 6.2 release notes, but prior version release notes are carried forward.&lt;BR /&gt;&lt;BR /&gt;Bob, a shortcut for finding out what he's talking about, if you have C++ installed, is:&lt;BR /&gt;&lt;BR /&gt;$ search sys$help:*cxx*.release_notes/win=30 cxx$link.olb&lt;BR /&gt;&lt;BR /&gt;I've read what it says there and it all seems clear enough.  A repository is just a directory full of object files, by default [.CXX$REPOSITORY].  CXXLINK creates and populates the object library from the object files, then passes the result to the linker via LNK$LIBRARY.&lt;BR /&gt;&lt;BR /&gt;If you specify more than the default repository via CXXLINK/REPOSITORY, then you have to create object libraries in those directories yourself.  It looks like you have to populate them yourself as well, though that would be easy enough to discover with a little experimentation.&lt;BR /&gt;&lt;BR /&gt;But so far all I've done is repeat what the docs say in somewhat simplified form.  Have you tried all this and are encountering some problem?  What exactly are you trying to do?  Are there any error messages you are getting?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 24 Feb 2008 01:00:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/library-create-cxx-link-olb/m-p/4149299#M39354</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2008-02-24T01:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: LIBRARY /CREATE .... CXX$LINK.OLB  ??</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/library-create-cxx-link-olb/m-p/4149300#M39355</link>
      <description>Craig,&lt;BR /&gt;&lt;BR /&gt;Yes, I know. However, since these "conversations" are archived, I make it a point to ask that citations be explicit, so that future readers can follow the discussion in a useful fashion.&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>Sun, 24 Feb 2008 12:12:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/library-create-cxx-link-olb/m-p/4149300#M39355</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2008-02-24T12:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: LIBRARY /CREATE .... CXX$LINK.OLB  ??</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/library-create-cxx-link-olb/m-p/4149301#M39356</link>
      <description>Craig,&lt;BR /&gt;Yes, I have been reviewing the Release notes carefully.  Thanks.&lt;BR /&gt;&lt;BR /&gt;Problem is as described in other link - C++ Link issue.  The unresolved symbols is the problem.  &lt;BR /&gt;&lt;BR /&gt;Everything appears to be the same between the old and new system except the C++ compiler upgrade.</description>
      <pubDate>Mon, 25 Feb 2008 14:43:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/library-create-cxx-link-olb/m-p/4149301#M39356</guid>
      <dc:creator>Vince M. Kostoff</dc:creator>
      <dc:date>2008-02-25T14:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: LIBRARY /CREATE .... CXX$LINK.OLB  ??</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/library-create-cxx-link-olb/m-p/4149302#M39357</link>
      <description>Vince, you might well and reasonably believe you have described the problem in sufficient detail here, but I do not see any indications in your three threads here in ITRC of any fatal, error, nor warning errors.  &lt;BR /&gt;&lt;BR /&gt;I do see a small collection of informational messages in one of your other threads here (threadId=1205870), but the use of the /LOG_FILE qualifier on the CXXLINK command does tend to involve various informational messages.&lt;BR /&gt;&lt;BR /&gt;There are specific steps involved in moving from C++ V5 to V6 or later around working with the repositories across versions, though I'd tend to rebuild everything as a matter of course.&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Feb 2008 20:26:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/library-create-cxx-link-olb/m-p/4149302#M39357</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-02-25T20:26:48Z</dc:date>
    </item>
  </channel>
</rss>

