$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] library linking
From: mh00219_at_[hidden]
Date: 2010-04-07 15:23:52
hello,
I am a new student to C++ and using boost libraries in my project. I have a problem please solve it.
I am using boost header files in my programs. When I compile using g++ on cygwin by giving the path of boost root directory (c:\boost\boost_1_42_0) it is ok. But when I try to make .exe file from .o file then it gives me error. Please tell me how should I link boost libraries to my program? in which directory are these boost libraries.?
please reply must. my whole project is just a pice of writing nothing else.
thank you