
14 Dec
2006
14 Dec
'06
11:09 a.m.
Hi, I am using Boost for the first time and now i am stuck when i try to compile code in Linux. We have Linux RHEL 7.2 and g++ 2.96. I managed to execute the sample code Simple_ls in Windows VC++ 6, but when I try to compile the same code in Linux it gives me many errors. I am using follow command to compile my linux code. g++ -c -I /usr/local/include/boost-1_33_1/ -L /usr/local/lib Simple_ls.cpp I have attached a file which contains the error i am getting. I have never worked on Linux earlier, so i think most probably I am missing out on making some setting in Linux environment or macros If somebody can help me, I would be very grateful. :-)