when I try to compile a simple program written in C++ I get the error:"collect2: Library libm not found"
this is a simple parsing utlility which takes a "|" delimited file reads each segment into a string array and writes it back out as a "|" delimeted file. (it currently has no use I am learning c++ and trying to make it work.) The code works perfectly when compiled with Visual C++.
this is a simple parsing utlility which takes a "|" delimited file reads each segment into a string array and writes it back out as a "|" delimeted file. (it currently has no use I am learning c++ and trying to make it work.) The code works perfectly when compiled with Visual C++.