$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: mpurbo (purbo_at_[hidden])
Date: 2002-01-16 03:33:31
Dear All,
I tried to compile and run libs/graph/example/dijkstra-example.cpp
both on Win32 and Linux.
On Win2000, MSVC compiler 12.00.8168, with the following command:
cl -GX dijkstra-example.cpp
the executable runs ok if i used Boost 1_25_1, but GPFed when i used
1_26_0
On RedHat 7.2, GCC 3.0.3, with the following command:
gcc -I/something -lstdc++ -o dijkstra-example dijkstra-example.cpp
same, runs ok on 1_25_1, but on 1_26_0 it gives: Segmentation fault.
Any idea?
Thank you,
M. Purbo