$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost Interprocess os_file_functions
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2009-06-30 05:41:08
Pascal Kesseli wrote:
> Hi everyone
> For a mutual exclusion on a SerialInterface class, I used a Boost
> Interprocess Mutex, which compiled on MinGW without any problems. Using
> the same code on my arm-linux-gcc cross compilation tool chain (Version
> 3.3.2) renders the following error:
Hi,
GCC < 3.4 is not supported by the library.
Best,
Ion