$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Picking up options from pkg-config
From: Daniel Lidström (daniel.lidstrom_at_[hidden])
Date: 2009-04-01 09:34:38
> If you are on Linux, then please use this:
>
> exe a : a.cpp
> : <cflags>`pkg-config --cflags glib-2.0`
> : <linkflags>`pkg-config --libs glib-2.0`
> ;
>
> - Volodya
Thanks Vladimir (or Volodya)! You seem to know everything :)
/Daniel