$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Brinkmann (yg-boost-users_at_[hidden])
Date: 2003-01-12 11:32:55
Hi,
I am trying to get the "file_dependencies"-example compiled
and running with the g++-version mentioned above.
But, in the function "dijkstra_shortest_paths_no_init()" an
exception is thrown and the program terminates prematurely.
When hunting the bug with gdb, I get the message
"Cannot access memory at address ..." for the parameter "weight",
perhaps this is the reason for the exception.
Is this a known problem?
Will an upgrade to a higher g++-version help me,
or has someone another hint?
Thanks in advance
Michael