I installed the non-commercial development licence on my 5.1A box.
And I installed the C++ 6.5 subsets.
When I run cxx command, it complains about CXXOSF licence.
Does anyone know what's wrong here?
# cxx hello.cc
ERROR: This application will not run successfully unless it is used
on the processor(s) on which it is licensed. The licensed processor(s)
is the one(s) on which the product requiring the CXXOSF PAK
will execute. A CXXOSF PAK must be registered in the License
Database and activated in the kernel cache before this application
will
run. Refer to the installation guide for the product requiring the
CXXOSF PAK for license database PAK registration instructions.
# lmf list
Product Status Users: Total Active
OSF-DEV active unlimited
# lmf list full | less
Product Name: OSF-DEV
Producer: DEC
Issuer: DEC
Authorization Number: NON-COMMERCIAL-TRU64-UNIX-4
Number of units: 0
Version:
Product Release Date:
Key Termination Date:
Availability Table Code:
Activity Table Code: CONSTANT=100
Key Options:
Product Token:
Hardware-Id:
License status: active
Cancellation Date:
Revision Number: 0
Comment:
Cache Total Units: 100
Activity Charge: 0
# cat hello.cc
#include <iostream>
int main()
{
std::cout << "Hello, world!\n";
}
TIA,
--
Zoong PHAM UNIX Systems Administrator
Mercy Health and Aged Care Inc. Melbourne - Australia
zpham_at_mercy.com.au +61 - 3 - 92702646
PGP public key is available on request
Received on Wed Nov 20 2002 - 01:24:59 NZDT