$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: kdsfinger_at_[hidden]
Date: 2006-03-20 01:15:22
hi, boost users
Can someone tell me how to build boost helloworld.cpp in linux using g++? I
have boost installed via yum in my fc3 box. Here is my code.
//test.cpp
#include <boost/shared_ptr.hpp>
#include <iostream>
int main(){
std::cout<<"helloworld";
return 0;
}
g++ test.cpp //can't find boost.
Thanks in advance.
zl2k