$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-07-17 03:40:12
chun ping wang wrote:
> Hi I've been trying to use boost program options and heres the linker
> error
Generally, it would be good to indicate what, and how you compile. Otherwise, I might assume
that you've typed the following on the command line:
$ use boost program options
and I don't really know how to debug this further.
> i get. Compling with gcc mingW 4.1 .
Hmm, IIRC, mingw has had some issues with wchar_t support -- like missing
support for wchar_t, completely. Maybe upgrading to newer mingw will fix
this -- I'm not sure.
- Volodya