$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Mohammad M. Purbo (purbo_at_[hidden])
Date: 2002-01-14 22:58:07
Dear All,
I'm new to BOOST.
I tried to compile the [BOOST_HOME/libs/graph/example/dijkstra-example.cpp]
provided on the distribution with the following comand:
gcc -I/home/purbo/include -lstdc++-3-libc6.2-2-2.10.0 -o dijkstra-example
dijkstra-example.cpp
no error on compiling/linking, but when i ran it, i got:
Segmentation fault
I used:
RedHat 7.2
gcc 2.96
Anybody knows the problem?
Thank you in advance,
M. Purbo