5 Jul
2013
5 Jul
'13
3:52 p.m.
I didn't use pkg-config. I didn't copy any header or library files of boost. I specified those paths on the IDE, code::blocks.
I see. So you don't use autotools but rather use Code::Blocks on both Windows and Linux. This may be a good option. I started using Code::Blocks in the beginning but stopped because the project I'm trying to build is distributed with autotools files for building. Maybe the right strategy is to instead use an IDE to drive the build. Thanks for the suggestion.