$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Martin Kardigen (kardigen_at_[hidden])
Date: 2006-07-15 03:01:30
Hello,
I'm using test test libraries from boost to testing my code. I want to
create Makefile.am rules for my project but I don't know how to define
needed libboost libraries because all of boost libraries have -gcc
suffix. What I have to do if I want to have code that would be compiled
and linked in other compilers then gcc ???
Where can I find some clues about linking BOOST?