$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Lichun Bao (baolc_at_[hidden])
Date: 2003-01-08 19:48:32
Hi,
Can someone please provide a sample single command line compile using
g++ that generates the final executable binary for a test example? For
example, in the unpacked BOOST directory, how to do something like:
g++ <options> libs/graph/example/bfs-example.cpp -o \
/tmp/bfs-example
for the final executable?
Thanks,
Lichun