Hi Janvier,
When you compile, put in the -v switch.
g++ -v test.cpp
The verbose output will state which header file locations and libraries are being used.
HTH, --Eljay
Hi Janvier,
When you compile, put in the -v switch.
g++ -v test.cpp
HTH, --Eljay