T.R | Title | User | Personal Name | Date | Lines |
---|
3598.1 | | DECCXX::MITCHELL | | Tue Jun 03 1997 17:08 | 13 |
| The SPD doesn't explicitly cover LIBCXXSTD.OLB, but the intent is
to allow redistribution of run-time code as necessary.
Redistribution of CXX$LINK.EXE isn't permitted, and the issue hasn't
come up before. CXXLINK iteratively instantiates all templates
by doing trial pre-links, and then invokes the linker to do the
final link. (You can see the commands that CXXLINK generates by
specifying the /LOG_FILE qualifier.) It would seem that the partner
could provide all needed object files, including those for necessary
instantiations, and provide a linker options file to do the link.
We might want to have some off-line discussion of this and involve
the product manager. Please feel free to send me mail or call me.
|
3598.2 | | KZIN::HUDSON | That's what I think | Wed Jun 04 1997 09:56 | 12 |
| re: .1
Thanks for the quick answer. I don't know whether the partner will need the
CXXLINK capability, or whether being able to redistribute LIBCXXSTD.OLB
will be enough; I'll go back to him with the info and see what he says.
Out of interest, why is this file shipped as an object library with C++
rather than as a shareable image with VMS? Is there a technical reason
for this, or is it just that VMS hasn't caught up with C++ yet and in a future
version will include the LIBCXXSTD functionality in a shareable image?
nick
|
3598.3 | it will be a shareable image in the future | HNDYMN::MCCARTHY | A Quinn Martin Production | Wed Jun 04 1997 10:44 | 12 |
| >>Out of interest, why is this file shipped as an object library with C++
>>rather than as a shareable image with VMS? Is there a technical reason
>>for this, or is it just that VMS hasn't caught up with C++ yet and in a future
>>version will include the LIBCXXSTD functionality in a shareable image?
The standard isn't yet. IE, its still changing. Having had to deal with
upward compatabile issues in the past, we are shipping the object only form
until things like "which external names are supposed to be exported" are
all firmed up. At that time a shared library and shared object (Digital UNIX)
will start showing up in the base operating system.
Brian J.
|