Hi.
I’m not able to compile my hello.cpp. It uses iostream.h.
I typed:
gcc -V gcc_ntox86 hello.cpp
gave this errmsg:
/usr/bin/ld: cannot open -lstdc++: No such file or directory
cc: /usr/bin/ld error 1
From the Knowledge Base Ref No. QNX.000010136, tried
qcc -V gcc_ntox86 -l /usr/lib/libstdc++.so hello.cpp
gave this msg:
/usr/bin/ld: cannot open /usr/lib/libstdc++.so: No such file or directory
cc: /usr/bin/ld error 1
Any assistance greatly appreciated. TIA.
Dzulbokhari