lpsolve is a C library that can be used to solve linear programming problems. They have some header files and using that you can create a dylib or a static library(.a). The osx library has some header files, a dylib file and .a file. but these were compiled for 32 bit. But OSX is using 64 bit OS now and I have to recompile these so that I can use their api.
Could anyone give me any links about how to compile these .h files for 64 bit os?