$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Stephan Diederich (stephan.diederich_at_[hidden])
Date: 2008-07-11 03:26:50
Hi Niko,
On Fri, Jul 11, 2008 at 6:35 AM, Niko Vuokko <niko.vuokko_at_[hidden]> wrote:
> I'm trying to compile the example for kolmogorov_max_flow
> in Graph library, but it gives me an error (more precisely
> 1023K worth of errors...). Tried compiling on Cygwin, GCC 3.4.4,
> g++ -c -I/path/to/boost -O2 example.cpp.
As I don't have cygwin and gcc 3.4.4 around can you please provide
some more details?
Compiling kolmogorov-eg.cpp with
g++ -c -I/usr/include/boost -O2 kolmogorov-eg.cpp works for me here (gcc 4.2.3).
Stephan