$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost on Eclipse Ganymede 3.4.2
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-05-18 15:21:17
AMDG
Matheus Araújo Aguiar wrote:
> Thanx Sebastian. Indeed, it wasn't linking to boost.System, since i didn't
> build it.
> So after building it, i included the path to the directory where i found
> 'libboost_system-gcc43-mt-1_39.a', and also included the name of the library
> in the apropriated settings...
>
> although that i still getting an error:
>
> cannot find -llibboost_system-gcc43-mt-1_39.a
>
> And i don't quite get it, since i indicated where to search for the lib, in
> the project properties -> GCC C++ Linker -> Libraries -> Libraries search
> path.
> Can you help getting through this?
>
The option is
-lboost_system-gcc43-mt-1_39
the lib and .a are added by the linker.
In Christ,
Steven Watanabe