How do I switch between dinkum and gnu libraries?
Do they have different sets of include files?
Where are the dinkum libraries located on the hard disk?
Is there any documentation about this?
I am using QNX6.2.
TIA
Peter
How do I switch between dinkum and gnu libraries?
Do they have different sets of include files?
Where are the dinkum libraries located on the hard disk?
Is there any documentation about this?
I am using QNX6.2.
TIA
Peter
Under Momentics NC, you only have GNU
Otherwise,
qcc -Vgcc_ntox86_gpp = GNU C++ lib
qcc -Vgcc_ntox86_cpp = Dinkum C++ lib
qcc -Vgcc_ntox86_ecpp = Dinkum Abridged C++ lib
qcc -Vgcc_ntox86_ecpp-ne = Dinkum Abridged C++ lib built with -fno-exceptions
How do I switch between dinkum and gnu libraries?
Do they have different sets of include files?
Where are the dinkum libraries located on the hard disk?Is there any documentation about this?
I am using QNX6.2.
TIA
Peter