<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Boost mit MinGW unter Windows 7 kompilieren]]></title><description><![CDATA[<p>Hi Leute,<br />
Ich habe ein Problem(wie fast bei jeder Library die ich versuche einzubinden, z.B.: OGRE und OpenCV). Ich würde nämlich gerne Boost nutzen. Ich brauche es, um über das Internet zu kommunizieren. Ich möchte mit diesem Code probieren, ob ich Boost richtig installiert habe:</p>
<pre><code>//Projekt: BoostTest
#include &lt;boost/regex.hpp&gt;
#include &lt;iostream&gt;
#include &lt;string&gt;

int main()
{
    std::string line;
    boost::regex pat( &quot;^Subject: (Re: |Aw: )*(.*)&quot; );

    while (std::cin)
    {
        std::getline(std::cin, line);
        boost::smatch matches;
        if (boost::regex_match(line, matches, pat))
            std::cout &lt;&lt; matches[2] &lt;&lt; std::endl;
    }
}
</code></pre>
<p>Mit folgendem Code kompiliere ich:</p>
<pre><code>SET BINDIR=D:/EigeneProgramme/BoostTest 
CD /D &quot;D:/EigeneProgramme/BoostTest&quot;
g++ main.cpp -I &quot;%BOOST_ROOT%&quot; -L &quot;%BOOST_ROOT%\lib\i386\&quot; -boost_regex-vc100-mt-1_52
pause
</code></pre>
<p>Es gibt diesen Fehler:</p>
<pre><code>C:\Windows\system32&gt;SET BINDIR=D:/EigeneProgramme/BoostTest

C:\Windows\system32&gt;CD /D &quot;D:/EigeneProgramme/BoostTest&quot;

D:\EigeneProgramme\BoostTest&gt;g++ main.cpp -I &quot;C:\Boost&quot; -L &quot;C:\Boost\lib\i386\&quot;
-boost_regex-vc100-mt-1_52
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l27cpp_regex_traits_char_layerIcEC2ERKNS0_21cpp_regex_traits_baseIcEE[boost::re_
detail::cpp_regex_traits_char_layer&lt;char&gt;::cpp_regex_traits_char_layer(boost::re
_detail::cpp_regex_traits_base&lt;char&gt; const&amp;)]+0x20): undefined reference to `boo
st::re_detail::cpp_regex_traits_char_layer&lt;char&gt;::init()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l11raw_storage6extendEj[boost::re_detail::raw_storage::extend(unsigned int)]+0x4
1): undefined reference to `boost::re_detail::raw_storage::resize(unsigned int)'

C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l15save_state_initC1EPPNS0_11saved_stateES4_[boost::re_detail::save_state_init::
save_state_init(boost::re_detail::saved_state**, boost::re_detail::saved_state**
)]+0xf): undefined reference to `boost::re_detail::get_mem_block()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l15save_state_initD1Ev[boost::re_detail::save_state_init::~save_state_init()]+0x
11): undefined reference to `boost::re_detail:LOLut_mem_block(void*)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_
12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE9match_impEv[boost::re_detail:LOLerl_
matcher&lt;__gnu_cxx::__normal_iterator&lt;char const*, std::basic_string&lt;char, std::c
har_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt; &gt;, std::allocator&lt;boost::sub_match&lt;__gn
u_cxx::__normal_iterator&lt;char const*, std::basic_string&lt;char, std::char_traits&lt;c
har&gt;, std::allocator&lt;char&gt; &gt; &gt; &gt; &gt;, boost::regex_traits&lt;char, boost::cpp_regex_t
raits&lt;char&gt; &gt; &gt;::match_imp()]+0x15f): undefined reference to `boost::re_detail::
verify_options(unsigned int, boost::regex_constants::_match_flags)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_
12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE18unwind_extra_blockEb[boost::re_det
ail:LOLerl_matcher&lt;__gnu_cxx::__normal_iterator&lt;char const*, std::basic_string&lt;ch
ar, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt; &gt;, std::allocator&lt;boost::sub_
match&lt;__gnu_cxx::__normal_iterator&lt;char const*, std::basic_string&lt;char, std::cha
r_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt; &gt; &gt; &gt;, boost::regex_traits&lt;char, boost::c
pp_regex_traits&lt;char&gt; &gt; &gt;::unwind_extra_block(bool)]+0x48): undefined reference
to `boost::re_detail:LOLut_mem_block(void*)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l11raise_errorINS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_trait
sIcEEEEEEEEvRKT_NS_15regex_constants10error_typeE[void boost::re_detail::raise_e
rror&lt;boost::regex_traits_wrapper&lt;boost::regex_traits&lt;char, boost::cpp_regex_trai
ts&lt;char&gt; &gt; &gt; &gt;(boost::regex_traits_wrapper&lt;boost::regex_traits&lt;char, boost::cpp_
regex_traits&lt;char&gt; &gt; &gt; const&amp;, boost::regex_constants::error_type)]+0x47): undef
ined reference to `boost::re_detail::raise_runtime_error(std::runtime_error cons
t&amp;)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l18basic_regex_parserIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE4failENS_1
5regex_constants10error_typeEiSsi[boost::re_detail::basic_regex_parser&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::fail(boost::regex_cons
tants::error_type, int, std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::all
ocator&lt;char&gt; &gt;, int)]+0x214): undefined reference to `boost::regex_error::regex_
error(std::string const&amp;, boost::regex_constants::error_type, int)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l18basic_regex_parserIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE4failENS_1
5regex_constants10error_typeEiSsi[boost::re_detail::basic_regex_parser&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::fail(boost::regex_cons
tants::error_type, int, std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::all
ocator&lt;char&gt; &gt;, int)]+0x21f): undefined reference to `boost::regex_error::raise(
) const'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l18basic_regex_parserIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE4failENS_1
5regex_constants10error_typeEiSsi[boost::re_detail::basic_regex_parser&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::fail(boost::regex_cons
tants::error_type, int, std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::all
ocator&lt;char&gt; &gt;, int)]+0x22a): undefined reference to `boost::regex_error::~regex
_error()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l18basic_regex_parserIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE4failENS_1
5regex_constants10error_typeEiSsi[boost::re_detail::basic_regex_parser&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::fail(boost::regex_cons
tants::error_type, int, std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::all
ocator&lt;char&gt; &gt;, int)]+0x285): undefined reference to `boost::regex_error::~regex
_error()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16fixup_r
ecursionsEPNS0_14re_syntax_baseE[boost::re_detail::basic_regex_creator&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::fixup_recursions(boost
::re_detail::re_syntax_base*)]+0x109): undefined reference to `boost::regex_erro
r::regex_error(std::string const&amp;, boost::regex_constants::error_type, int)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16fixup_r
ecursionsEPNS0_14re_syntax_baseE[boost::re_detail::basic_regex_creator&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::fixup_recursions(boost
::re_detail::re_syntax_base*)]+0x114): undefined reference to `boost::regex_erro
r::raise() const'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16fixup_r
ecursionsEPNS0_14re_syntax_baseE[boost::re_detail::basic_regex_creator&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::fixup_recursions(boost
::re_detail::re_syntax_base*)]+0x11f): undefined reference to `boost::regex_erro
r::~regex_error()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16fixup_r
ecursionsEPNS0_14re_syntax_baseE[boost::re_detail::basic_regex_creator&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::fixup_recursions(boost
::re_detail::re_syntax_base*)]+0x2df): undefined reference to `boost::regex_erro
r::regex_error(std::string const&amp;, boost::regex_constants::error_type, int)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16fixup_r
ecursionsEPNS0_14re_syntax_baseE[boost::re_detail::basic_regex_creator&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::fixup_recursions(boost
::re_detail::re_syntax_base*)]+0x2ea): undefined reference to `boost::regex_erro
r::raise() const'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16fixup_r
ecursionsEPNS0_14re_syntax_baseE[boost::re_detail::basic_regex_creator&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::fixup_recursions(boost
::re_detail::re_syntax_base*)]+0x2f5): undefined reference to `boost::regex_erro
r::~regex_error()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16fixup_r
ecursionsEPNS0_14re_syntax_baseE[boost::re_detail::basic_regex_creator&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::fixup_recursions(boost
::re_detail::re_syntax_base*)]+0x344): undefined reference to `boost::regex_erro
r::~regex_error()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16fixup_r
ecursionsEPNS0_14re_syntax_baseE[boost::re_detail::basic_regex_creator&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::fixup_recursions(boost
::re_detail::re_syntax_base*)]+0x381): undefined reference to `boost::regex_erro
r::~regex_error()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16create_
startmapsEPNS0_14re_syntax_baseE[boost::re_detail::basic_regex_creator&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::create_startmaps(boost
::re_detail::re_syntax_base*)]+0x150): undefined reference to `boost::regex_erro
r::regex_error(std::string const&amp;, boost::regex_constants::error_type, int)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16create_
startmapsEPNS0_14re_syntax_baseE[boost::re_detail::basic_regex_creator&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::create_startmaps(boost
::re_detail::re_syntax_base*)]+0x15b): undefined reference to `boost::regex_erro
r::raise() const'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16create_
startmapsEPNS0_14re_syntax_baseE[boost::re_detail::basic_regex_creator&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::create_startmaps(boost
::re_detail::re_syntax_base*)]+0x166): undefined reference to `boost::regex_erro
r::~regex_error()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16create_
startmapsEPNS0_14re_syntax_baseE[boost::re_detail::basic_regex_creator&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::create_startmaps(boost
::re_detail::re_syntax_base*)]+0x30f): undefined reference to `boost::regex_erro
r::~regex_error()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE15create_
startmapEPNS0_14re_syntax_baseEPhPjh[boost::re_detail::basic_regex_creator&lt;char,
 boost::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::create_startmap(bo
ost::re_detail::re_syntax_base*, unsigned char*, unsigned int*, unsigned char)]+
0x284): undefined reference to `boost::regex_error::regex_error(std::string cons
t&amp;, boost::regex_constants::error_type, int)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE15create_
startmapEPNS0_14re_syntax_baseEPhPjh[boost::re_detail::basic_regex_creator&lt;char,
 boost::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::create_startmap(bo
ost::re_detail::re_syntax_base*, unsigned char*, unsigned int*, unsigned char)]+
0x28f): undefined reference to `boost::regex_error::raise() const'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE15create_
startmapEPNS0_14re_syntax_baseEPhPjh[boost::re_detail::basic_regex_creator&lt;char,
 boost::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::create_startmap(bo
ost::re_detail::re_syntax_base*, unsigned char*, unsigned int*, unsigned char)]+
0x29a): undefined reference to `boost::regex_error::~regex_error()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE15create_
startmapEPNS0_14re_syntax_baseEPhPjh[boost::re_detail::basic_regex_creator&lt;char,
 boost::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::create_startmap(bo
ost::re_detail::re_syntax_base*, unsigned char*, unsigned int*, unsigned char)]+
0x9f2): undefined reference to `boost::regex_error::~regex_error()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_
12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE12extend_stackEv[boost::re_detail:LOL
erl_matcher&lt;__gnu_cxx::__normal_iterator&lt;char const*, std::basic_string&lt;char, st
d::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt; &gt;, std::allocator&lt;boost::sub_match&lt;
__gnu_cxx::__normal_iterator&lt;char const*, std::basic_string&lt;char, std::char_trai
ts&lt;char&gt;, std::allocator&lt;char&gt; &gt; &gt; &gt; &gt;, boost::regex_traits&lt;char, boost::cpp_reg
ex_traits&lt;char&gt; &gt; &gt;::extend_stack()]+0x20): undefined reference to `boost::re_de
tail::get_mem_block()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZNK5boost9re_deta
il31cpp_regex_traits_implementationIcE12error_stringENS_15regex_constants10error
_typeE[boost::re_detail::cpp_regex_traits_implementation&lt;char&gt;::error_string(boo
st::regex_constants::error_type) const]+0x83): undefined reference to `boost::re
_detail::get_default_error_string(boost::regex_constants::error_type)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZNK5boost9re_deta
il31cpp_regex_traits_implementationIcE12error_stringENS_15regex_constants10error
_typeE[boost::re_detail::cpp_regex_traits_implementation&lt;char&gt;::error_string(boo
st::regex_constants::error_type) const]+0xe1): undefined reference to `boost::re
_detail::get_default_error_string(boost::regex_constants::error_type)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE12insert_
stateEiNS0_19syntax_element_typeEj[boost::re_detail::basic_regex_creator&lt;char, b
oost::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::insert_state(int, bo
ost::re_detail::syntax_element_type, unsigned int)]+0x94): undefined reference t
o `boost::re_detail::raw_storage::insert(unsigned int, unsigned int)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost12object_
cacheINS_9re_detail21cpp_regex_traits_baseIcEENS1_31cpp_regex_traits_implementat
ionIcEEE3getERKS3_j[boost::object_cache&lt;boost::re_detail::cpp_regex_traits_base&lt;
char&gt;, boost::re_detail::cpp_regex_traits_implementation&lt;char&gt; &gt;::get(boost::re_
detail::cpp_regex_traits_base&lt;char&gt; const&amp;, unsigned int)]+0x1e): undefined refe
rence to `boost::scoped_static_mutex_lock::scoped_static_mutex_lock(boost::stati
c_mutex&amp;, bool)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost12object_
cacheINS_9re_detail21cpp_regex_traits_baseIcEENS1_31cpp_regex_traits_implementat
ionIcEEE3getERKS3_j[boost::object_cache&lt;boost::re_detail::cpp_regex_traits_base&lt;
char&gt;, boost::re_detail::cpp_regex_traits_implementation&lt;char&gt; &gt;::get(boost::re_
detail::cpp_regex_traits_base&lt;char&gt; const&amp;, unsigned int)]+0x59): undefined refe
rence to `boost::scoped_static_mutex_lock::~scoped_static_mutex_lock()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost12object_
cacheINS_9re_detail21cpp_regex_traits_baseIcEENS1_31cpp_regex_traits_implementat
ionIcEEE3getERKS3_j[boost::object_cache&lt;boost::re_detail::cpp_regex_traits_base&lt;
char&gt;, boost::re_detail::cpp_regex_traits_implementation&lt;char&gt; &gt;::get(boost::re_
detail::cpp_regex_traits_base&lt;char&gt; const&amp;, unsigned int)]+0xdf): undefined refe
rence to `boost::scoped_static_mutex_lock::~scoped_static_mutex_lock()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZNK5boost9re_deta
il31cpp_regex_traits_implementationIcE18lookup_collatenameEPKcS4_[boost::re_deta
il::cpp_regex_traits_implementation&lt;char&gt;::lookup_collatename(char const*, char
const*) const]+0x10f): undefined reference to `boost::re_detail::lookup_default_
collate_name(std::string const&amp;)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l31cpp_regex_traits_implementationIcE4initEv[boost::re_detail::cpp_regex_traits_
implementation&lt;char&gt;::init()]+0xdd): undefined reference to `boost::re_detail::r
aise_runtime_error(std::runtime_error const&amp;)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l31cpp_regex_traits_implementationIcE4initEv[boost::re_detail::cpp_regex_traits_
implementation&lt;char&gt;::init()]+0x114): undefined reference to `boost::re_detail::
get_default_error_string(boost::regex_constants::error_type)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost16cpp_reg
ex_traitsIcE16get_catalog_nameEv[boost::cpp_regex_traits&lt;char&gt;::get_catalog_name
()]+0x1f): undefined reference to `boost::scoped_static_mutex_lock::scoped_stati
c_mutex_lock(boost::static_mutex&amp;, bool)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost16cpp_reg
ex_traitsIcE16get_catalog_nameEv[boost::cpp_regex_traits&lt;char&gt;::get_catalog_name
()]+0x3e): undefined reference to `boost::scoped_static_mutex_lock::~scoped_stat
ic_mutex_lock()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost16cpp_reg
ex_traitsIcE16get_catalog_nameEv[boost::cpp_regex_traits&lt;char&gt;::get_catalog_name
()]+0x56): undefined reference to `boost::scoped_static_mutex_lock::~scoped_stat
ic_mutex_lock()'
collect2: ld returned 1 exit status

D:\EigeneProgramme\BoostTest&gt;pause
Drücken Sie eine beliebige Taste . . .
</code></pre>
<p>Wobei LOL für meine Namen steht.</p>
<p>Ich habe bis jetzt versucht, das ganze mit</p>
<pre><code>toolset=mingw
</code></pre>
<p>zu machen, wobei jedoch nur *.a Dateien entstanden, welche ich jedoch unter Windows nicht verwenden konnte. Also habe ich das ganze mit</p>
<pre><code>toolset=msvc-10.0
</code></pre>
<p>versucht, wobei dann auch *.lib Dateien entstanden.</p>
<p>Danke schon mal im Voraus. Ich hoffe es ist nicht nur irgendein vollkommen dummer Fehler <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /> .</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/311284/boost-mit-mingw-unter-windows-7-kompilieren</link><generator>RSS for Node</generator><lastBuildDate>Mon, 27 Jul 2026 05:37:09 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/311284.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 01 Dec 2012 21:58:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Boost mit MinGW unter Windows 7 kompilieren on Sat, 01 Dec 2012 21:58:06 GMT]]></title><description><![CDATA[<p>Hi Leute,<br />
Ich habe ein Problem(wie fast bei jeder Library die ich versuche einzubinden, z.B.: OGRE und OpenCV). Ich würde nämlich gerne Boost nutzen. Ich brauche es, um über das Internet zu kommunizieren. Ich möchte mit diesem Code probieren, ob ich Boost richtig installiert habe:</p>
<pre><code>//Projekt: BoostTest
#include &lt;boost/regex.hpp&gt;
#include &lt;iostream&gt;
#include &lt;string&gt;

int main()
{
    std::string line;
    boost::regex pat( &quot;^Subject: (Re: |Aw: )*(.*)&quot; );

    while (std::cin)
    {
        std::getline(std::cin, line);
        boost::smatch matches;
        if (boost::regex_match(line, matches, pat))
            std::cout &lt;&lt; matches[2] &lt;&lt; std::endl;
    }
}
</code></pre>
<p>Mit folgendem Code kompiliere ich:</p>
<pre><code>SET BINDIR=D:/EigeneProgramme/BoostTest 
CD /D &quot;D:/EigeneProgramme/BoostTest&quot;
g++ main.cpp -I &quot;%BOOST_ROOT%&quot; -L &quot;%BOOST_ROOT%\lib\i386\&quot; -boost_regex-vc100-mt-1_52
pause
</code></pre>
<p>Es gibt diesen Fehler:</p>
<pre><code>C:\Windows\system32&gt;SET BINDIR=D:/EigeneProgramme/BoostTest

C:\Windows\system32&gt;CD /D &quot;D:/EigeneProgramme/BoostTest&quot;

D:\EigeneProgramme\BoostTest&gt;g++ main.cpp -I &quot;C:\Boost&quot; -L &quot;C:\Boost\lib\i386\&quot;
-boost_regex-vc100-mt-1_52
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l27cpp_regex_traits_char_layerIcEC2ERKNS0_21cpp_regex_traits_baseIcEE[boost::re_
detail::cpp_regex_traits_char_layer&lt;char&gt;::cpp_regex_traits_char_layer(boost::re
_detail::cpp_regex_traits_base&lt;char&gt; const&amp;)]+0x20): undefined reference to `boo
st::re_detail::cpp_regex_traits_char_layer&lt;char&gt;::init()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l11raw_storage6extendEj[boost::re_detail::raw_storage::extend(unsigned int)]+0x4
1): undefined reference to `boost::re_detail::raw_storage::resize(unsigned int)'

C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l15save_state_initC1EPPNS0_11saved_stateES4_[boost::re_detail::save_state_init::
save_state_init(boost::re_detail::saved_state**, boost::re_detail::saved_state**
)]+0xf): undefined reference to `boost::re_detail::get_mem_block()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l15save_state_initD1Ev[boost::re_detail::save_state_init::~save_state_init()]+0x
11): undefined reference to `boost::re_detail:LOLut_mem_block(void*)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_
12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE9match_impEv[boost::re_detail:LOLerl_
matcher&lt;__gnu_cxx::__normal_iterator&lt;char const*, std::basic_string&lt;char, std::c
har_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt; &gt;, std::allocator&lt;boost::sub_match&lt;__gn
u_cxx::__normal_iterator&lt;char const*, std::basic_string&lt;char, std::char_traits&lt;c
har&gt;, std::allocator&lt;char&gt; &gt; &gt; &gt; &gt;, boost::regex_traits&lt;char, boost::cpp_regex_t
raits&lt;char&gt; &gt; &gt;::match_imp()]+0x15f): undefined reference to `boost::re_detail::
verify_options(unsigned int, boost::regex_constants::_match_flags)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_
12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE18unwind_extra_blockEb[boost::re_det
ail:LOLerl_matcher&lt;__gnu_cxx::__normal_iterator&lt;char const*, std::basic_string&lt;ch
ar, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt; &gt;, std::allocator&lt;boost::sub_
match&lt;__gnu_cxx::__normal_iterator&lt;char const*, std::basic_string&lt;char, std::cha
r_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt; &gt; &gt; &gt;, boost::regex_traits&lt;char, boost::c
pp_regex_traits&lt;char&gt; &gt; &gt;::unwind_extra_block(bool)]+0x48): undefined reference
to `boost::re_detail:LOLut_mem_block(void*)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l11raise_errorINS_20regex_traits_wrapperINS_12regex_traitsIcNS_16cpp_regex_trait
sIcEEEEEEEEvRKT_NS_15regex_constants10error_typeE[void boost::re_detail::raise_e
rror&lt;boost::regex_traits_wrapper&lt;boost::regex_traits&lt;char, boost::cpp_regex_trai
ts&lt;char&gt; &gt; &gt; &gt;(boost::regex_traits_wrapper&lt;boost::regex_traits&lt;char, boost::cpp_
regex_traits&lt;char&gt; &gt; &gt; const&amp;, boost::regex_constants::error_type)]+0x47): undef
ined reference to `boost::re_detail::raise_runtime_error(std::runtime_error cons
t&amp;)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l18basic_regex_parserIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE4failENS_1
5regex_constants10error_typeEiSsi[boost::re_detail::basic_regex_parser&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::fail(boost::regex_cons
tants::error_type, int, std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::all
ocator&lt;char&gt; &gt;, int)]+0x214): undefined reference to `boost::regex_error::regex_
error(std::string const&amp;, boost::regex_constants::error_type, int)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l18basic_regex_parserIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE4failENS_1
5regex_constants10error_typeEiSsi[boost::re_detail::basic_regex_parser&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::fail(boost::regex_cons
tants::error_type, int, std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::all
ocator&lt;char&gt; &gt;, int)]+0x21f): undefined reference to `boost::regex_error::raise(
) const'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l18basic_regex_parserIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE4failENS_1
5regex_constants10error_typeEiSsi[boost::re_detail::basic_regex_parser&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::fail(boost::regex_cons
tants::error_type, int, std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::all
ocator&lt;char&gt; &gt;, int)]+0x22a): undefined reference to `boost::regex_error::~regex
_error()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l18basic_regex_parserIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE4failENS_1
5regex_constants10error_typeEiSsi[boost::re_detail::basic_regex_parser&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::fail(boost::regex_cons
tants::error_type, int, std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::all
ocator&lt;char&gt; &gt;, int)]+0x285): undefined reference to `boost::regex_error::~regex
_error()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16fixup_r
ecursionsEPNS0_14re_syntax_baseE[boost::re_detail::basic_regex_creator&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::fixup_recursions(boost
::re_detail::re_syntax_base*)]+0x109): undefined reference to `boost::regex_erro
r::regex_error(std::string const&amp;, boost::regex_constants::error_type, int)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16fixup_r
ecursionsEPNS0_14re_syntax_baseE[boost::re_detail::basic_regex_creator&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::fixup_recursions(boost
::re_detail::re_syntax_base*)]+0x114): undefined reference to `boost::regex_erro
r::raise() const'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16fixup_r
ecursionsEPNS0_14re_syntax_baseE[boost::re_detail::basic_regex_creator&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::fixup_recursions(boost
::re_detail::re_syntax_base*)]+0x11f): undefined reference to `boost::regex_erro
r::~regex_error()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16fixup_r
ecursionsEPNS0_14re_syntax_baseE[boost::re_detail::basic_regex_creator&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::fixup_recursions(boost
::re_detail::re_syntax_base*)]+0x2df): undefined reference to `boost::regex_erro
r::regex_error(std::string const&amp;, boost::regex_constants::error_type, int)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16fixup_r
ecursionsEPNS0_14re_syntax_baseE[boost::re_detail::basic_regex_creator&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::fixup_recursions(boost
::re_detail::re_syntax_base*)]+0x2ea): undefined reference to `boost::regex_erro
r::raise() const'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16fixup_r
ecursionsEPNS0_14re_syntax_baseE[boost::re_detail::basic_regex_creator&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::fixup_recursions(boost
::re_detail::re_syntax_base*)]+0x2f5): undefined reference to `boost::regex_erro
r::~regex_error()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16fixup_r
ecursionsEPNS0_14re_syntax_baseE[boost::re_detail::basic_regex_creator&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::fixup_recursions(boost
::re_detail::re_syntax_base*)]+0x344): undefined reference to `boost::regex_erro
r::~regex_error()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16fixup_r
ecursionsEPNS0_14re_syntax_baseE[boost::re_detail::basic_regex_creator&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::fixup_recursions(boost
::re_detail::re_syntax_base*)]+0x381): undefined reference to `boost::regex_erro
r::~regex_error()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16create_
startmapsEPNS0_14re_syntax_baseE[boost::re_detail::basic_regex_creator&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::create_startmaps(boost
::re_detail::re_syntax_base*)]+0x150): undefined reference to `boost::regex_erro
r::regex_error(std::string const&amp;, boost::regex_constants::error_type, int)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16create_
startmapsEPNS0_14re_syntax_baseE[boost::re_detail::basic_regex_creator&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::create_startmaps(boost
::re_detail::re_syntax_base*)]+0x15b): undefined reference to `boost::regex_erro
r::raise() const'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16create_
startmapsEPNS0_14re_syntax_baseE[boost::re_detail::basic_regex_creator&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::create_startmaps(boost
::re_detail::re_syntax_base*)]+0x166): undefined reference to `boost::regex_erro
r::~regex_error()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE16create_
startmapsEPNS0_14re_syntax_baseE[boost::re_detail::basic_regex_creator&lt;char, boo
st::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::create_startmaps(boost
::re_detail::re_syntax_base*)]+0x30f): undefined reference to `boost::regex_erro
r::~regex_error()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE15create_
startmapEPNS0_14re_syntax_baseEPhPjh[boost::re_detail::basic_regex_creator&lt;char,
 boost::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::create_startmap(bo
ost::re_detail::re_syntax_base*, unsigned char*, unsigned int*, unsigned char)]+
0x284): undefined reference to `boost::regex_error::regex_error(std::string cons
t&amp;, boost::regex_constants::error_type, int)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE15create_
startmapEPNS0_14re_syntax_baseEPhPjh[boost::re_detail::basic_regex_creator&lt;char,
 boost::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::create_startmap(bo
ost::re_detail::re_syntax_base*, unsigned char*, unsigned int*, unsigned char)]+
0x28f): undefined reference to `boost::regex_error::raise() const'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE15create_
startmapEPNS0_14re_syntax_baseEPhPjh[boost::re_detail::basic_regex_creator&lt;char,
 boost::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::create_startmap(bo
ost::re_detail::re_syntax_base*, unsigned char*, unsigned int*, unsigned char)]+
0x29a): undefined reference to `boost::regex_error::~regex_error()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE15create_
startmapEPNS0_14re_syntax_baseEPhPjh[boost::re_detail::basic_regex_creator&lt;char,
 boost::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::create_startmap(bo
ost::re_detail::re_syntax_base*, unsigned char*, unsigned int*, unsigned char)]+
0x9f2): undefined reference to `boost::regex_error::~regex_error()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS6_EEENS_
12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE12extend_stackEv[boost::re_detail:LOL
erl_matcher&lt;__gnu_cxx::__normal_iterator&lt;char const*, std::basic_string&lt;char, st
d::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt; &gt;, std::allocator&lt;boost::sub_match&lt;
__gnu_cxx::__normal_iterator&lt;char const*, std::basic_string&lt;char, std::char_trai
ts&lt;char&gt;, std::allocator&lt;char&gt; &gt; &gt; &gt; &gt;, boost::regex_traits&lt;char, boost::cpp_reg
ex_traits&lt;char&gt; &gt; &gt;::extend_stack()]+0x20): undefined reference to `boost::re_de
tail::get_mem_block()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZNK5boost9re_deta
il31cpp_regex_traits_implementationIcE12error_stringENS_15regex_constants10error
_typeE[boost::re_detail::cpp_regex_traits_implementation&lt;char&gt;::error_string(boo
st::regex_constants::error_type) const]+0x83): undefined reference to `boost::re
_detail::get_default_error_string(boost::regex_constants::error_type)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZNK5boost9re_deta
il31cpp_regex_traits_implementationIcE12error_stringENS_15regex_constants10error
_typeE[boost::re_detail::cpp_regex_traits_implementation&lt;char&gt;::error_string(boo
st::regex_constants::error_type) const]+0xe1): undefined reference to `boost::re
_detail::get_default_error_string(boost::regex_constants::error_type)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l19basic_regex_creatorIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE12insert_
stateEiNS0_19syntax_element_typeEj[boost::re_detail::basic_regex_creator&lt;char, b
oost::regex_traits&lt;char, boost::cpp_regex_traits&lt;char&gt; &gt; &gt;::insert_state(int, bo
ost::re_detail::syntax_element_type, unsigned int)]+0x94): undefined reference t
o `boost::re_detail::raw_storage::insert(unsigned int, unsigned int)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost12object_
cacheINS_9re_detail21cpp_regex_traits_baseIcEENS1_31cpp_regex_traits_implementat
ionIcEEE3getERKS3_j[boost::object_cache&lt;boost::re_detail::cpp_regex_traits_base&lt;
char&gt;, boost::re_detail::cpp_regex_traits_implementation&lt;char&gt; &gt;::get(boost::re_
detail::cpp_regex_traits_base&lt;char&gt; const&amp;, unsigned int)]+0x1e): undefined refe
rence to `boost::scoped_static_mutex_lock::scoped_static_mutex_lock(boost::stati
c_mutex&amp;, bool)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost12object_
cacheINS_9re_detail21cpp_regex_traits_baseIcEENS1_31cpp_regex_traits_implementat
ionIcEEE3getERKS3_j[boost::object_cache&lt;boost::re_detail::cpp_regex_traits_base&lt;
char&gt;, boost::re_detail::cpp_regex_traits_implementation&lt;char&gt; &gt;::get(boost::re_
detail::cpp_regex_traits_base&lt;char&gt; const&amp;, unsigned int)]+0x59): undefined refe
rence to `boost::scoped_static_mutex_lock::~scoped_static_mutex_lock()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost12object_
cacheINS_9re_detail21cpp_regex_traits_baseIcEENS1_31cpp_regex_traits_implementat
ionIcEEE3getERKS3_j[boost::object_cache&lt;boost::re_detail::cpp_regex_traits_base&lt;
char&gt;, boost::re_detail::cpp_regex_traits_implementation&lt;char&gt; &gt;::get(boost::re_
detail::cpp_regex_traits_base&lt;char&gt; const&amp;, unsigned int)]+0xdf): undefined refe
rence to `boost::scoped_static_mutex_lock::~scoped_static_mutex_lock()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZNK5boost9re_deta
il31cpp_regex_traits_implementationIcE18lookup_collatenameEPKcS4_[boost::re_deta
il::cpp_regex_traits_implementation&lt;char&gt;::lookup_collatename(char const*, char
const*) const]+0x10f): undefined reference to `boost::re_detail::lookup_default_
collate_name(std::string const&amp;)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l31cpp_regex_traits_implementationIcE4initEv[boost::re_detail::cpp_regex_traits_
implementation&lt;char&gt;::init()]+0xdd): undefined reference to `boost::re_detail::r
aise_runtime_error(std::runtime_error const&amp;)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost9re_detai
l31cpp_regex_traits_implementationIcE4initEv[boost::re_detail::cpp_regex_traits_
implementation&lt;char&gt;::init()]+0x114): undefined reference to `boost::re_detail::
get_default_error_string(boost::regex_constants::error_type)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost16cpp_reg
ex_traitsIcE16get_catalog_nameEv[boost::cpp_regex_traits&lt;char&gt;::get_catalog_name
()]+0x1f): undefined reference to `boost::scoped_static_mutex_lock::scoped_stati
c_mutex_lock(boost::static_mutex&amp;, bool)'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost16cpp_reg
ex_traitsIcE16get_catalog_nameEv[boost::cpp_regex_traits&lt;char&gt;::get_catalog_name
()]+0x3e): undefined reference to `boost::scoped_static_mutex_lock::~scoped_stat
ic_mutex_lock()'
C:\Users\LOL\AppData\Local\Temp\cc5qV0sG.o:main.cpp:(.text$_ZN5boost16cpp_reg
ex_traitsIcE16get_catalog_nameEv[boost::cpp_regex_traits&lt;char&gt;::get_catalog_name
()]+0x56): undefined reference to `boost::scoped_static_mutex_lock::~scoped_stat
ic_mutex_lock()'
collect2: ld returned 1 exit status

D:\EigeneProgramme\BoostTest&gt;pause
Drücken Sie eine beliebige Taste . . .
</code></pre>
<p>Wobei LOL für meine Namen steht.</p>
<p>Ich habe bis jetzt versucht, das ganze mit</p>
<pre><code>toolset=mingw
</code></pre>
<p>zu machen, wobei jedoch nur *.a Dateien entstanden, welche ich jedoch unter Windows nicht verwenden konnte. Also habe ich das ganze mit</p>
<pre><code>toolset=msvc-10.0
</code></pre>
<p>versucht, wobei dann auch *.lib Dateien entstanden.</p>
<p>Danke schon mal im Voraus. Ich hoffe es ist nicht nur irgendein vollkommen dummer Fehler <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /> .</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2276425</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2276425</guid><dc:creator><![CDATA[DragonRaider]]></dc:creator><pubDate>Sat, 01 Dec 2012 21:58:06 GMT</pubDate></item><item><title><![CDATA[Reply to Boost mit MinGW unter Windows 7 kompilieren on Sat, 01 Dec 2012 22:38:49 GMT]]></title><description><![CDATA[<blockquote>
<p>wobei jedoch nur *.a Dateien entstanden, welche ich jedoch unter Windows nicht verwenden konnte.</p>
</blockquote>
<p>Doch, für MinGW brauchst du *.a Dateien.<br />
P.S.: Wenn du Boost nicht selber kompilieren willst, gibt es auch vorkompilierte Versionen davon im Netz. Willste einen Link?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2276435</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2276435</guid><dc:creator><![CDATA[Sone]]></dc:creator><pubDate>Sat, 01 Dec 2012 22:38:49 GMT</pubDate></item><item><title><![CDATA[Reply to Boost mit MinGW unter Windows 7 kompilieren on Sat, 01 Dec 2012 22:44:54 GMT]]></title><description><![CDATA[<p>Hi,<br />
Ja, der Link wäre sehr nett. Es würde mir aber auch reichen, wenn du mir sagst, wie ich die *.a Dateien verwende. Denn bei den *.a Dateien &quot;sagte&quot; mir g++ immer, es hätte die Dateien nicht gefunden. Danke für deine Antwort.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2276438</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2276438</guid><dc:creator><![CDATA[DragonRaider]]></dc:creator><pubDate>Sat, 01 Dec 2012 22:44:54 GMT</pubDate></item><item><title><![CDATA[Reply to Boost mit MinGW unter Windows 7 kompilieren on Sat, 01 Dec 2012 23:41:39 GMT]]></title><description><![CDATA[<p>Hi,<br />
Ich kompiliere grade noch mal mit:</p>
<pre><code>cd /d %BOOST_ROOT%
bootstrap mingw
bjam --build-type=complete --toolset=gcc install
</code></pre>
<p>Die *.a Dateien, welche ich für das obige Beispiel brauche, wurde schon generiert.<br />
Nun also mit</p>
<pre><code>SET BINDIR=D:/EigeneProgramme/BoostTest 
CD /D &quot;D:/EigeneProgramme/BoostTest&quot;
g++ main.cpp -I &quot;%BOOST_ROOT%&quot; -L &quot;%BOOST_ROOT%\lib&quot; -o example.exe -libboost_regex-mgw46-mt-1_52
pause
</code></pre>
<p>kompiliert und nun habe ich &quot;wieder&quot; den Fehler</p>
<pre><code>C:\Windows\system32&gt;SET BINDIR=D:/EigeneProgramme/BoostTest

C:\Windows\system32&gt;CD /D &quot;D:/EigeneProgramme/BoostTest&quot;

D:\EigeneProgramme\BoostTest&gt;g++ main.cpp -I &quot;C:\Boost&quot; -L &quot;C:\Boost\lib&quot; -o exa
mple.exe -libboost_regex-mgw46-mt-1_52
c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe: cannot fin
d -libboost_regex-mgw46-mt-1_52 
collect2: ld returned 1 exit status

D:\EigeneProgramme\BoostTest&gt;pause
Drücken Sie eine beliebige Taste . . .
</code></pre>
<p>Der Ordnerinhalt von %BOOST_ROOT%\lib ist aber:</p>
<pre><code>C:\Boost\lib&gt;dir
 Datenträger in Laufwerk C: ist Windows
 Volumeseriennummer: F657-48C2

 Verzeichnis von C:\Boost\lib

02.12.2012  00:38    &lt;DIR&gt;          .
02.12.2012  00:38    &lt;DIR&gt;          ..
02.12.2012  00:36           126.028 libboost_chrono-mgw46-1_52.a
02.12.2012  00:29           489.258 libboost_chrono-mgw46-d-1_52.a
02.12.2012  00:23           126.028 libboost_chrono-mgw46-mt-1_52.a
02.12.2012  00:36           140.548 libboost_date_time-mgw46-1_52.a
02.12.2012  00:30           500.602 libboost_date_time-mgw46-d-1_52.a
02.12.2012  00:23           140.548 libboost_date_time-mgw46-mt-1_52.a
02.12.2012  00:36           217.154 libboost_filesystem-mgw46-1_52.a
02.12.2012  00:30         1.116.986 libboost_filesystem-mgw46-d-1_52.a
02.12.2012  00:23           217.154 libboost_filesystem-mgw46-mt-1_52.a
02.12.2012  00:37         1.000.666 libboost_graph-mgw46-1_52.a
02.12.2012  00:31         7.346.370 libboost_graph-mgw46-d-1_52.a
02.12.2012  00:24         1.000.666 libboost_graph-mgw46-mt-1_52.a
02.12.2012  00:37           150.912 libboost_iostreams-mgw46-1_52.a
02.12.2012  00:31           456.682 libboost_iostreams-mgw46-d-1_52.a
02.12.2012  00:24           150.912 libboost_iostreams-mgw46-mt-1_52.a
02.12.2012  00:24         1.579.716 libboost_locale-mgw46-mt-1_52.a
02.12.2012  00:33         4.419.902 libboost_math_c99-mgw46-d-1_52.a
02.12.2012  00:26           873.042 libboost_math_c99-mgw46-mt-1_52.a
02.12.2012  00:33         4.295.274 libboost_math_c99f-mgw46-d-1_52.a
02.12.2012  00:27           757.402 libboost_math_c99f-mgw46-mt-1_52.a
02.12.2012  00:33         4.191.018 libboost_math_c99l-mgw46-d-1_52.a
02.12.2012  00:27           783.744 libboost_math_c99l-mgw46-mt-1_52.a
02.12.2012  00:38         3.173.060 libboost_math_tr1-mgw46-1_52.a
02.12.2012  00:31        13.864.144 libboost_math_tr1-mgw46-d-1_52.a
02.12.2012  00:25         3.173.060 libboost_math_tr1-mgw46-mt-1_52.a
02.12.2012  00:32        14.622.794 libboost_math_tr1f-mgw46-d-1_52.a
02.12.2012  00:25         3.287.442 libboost_math_tr1f-mgw46-mt-1_52.a
02.12.2012  00:32        13.634.168 libboost_math_tr1l-mgw46-d-1_52.a
02.12.2012  00:26         3.218.958 libboost_math_tr1l-mgw46-mt-1_52.a
02.12.2012  00:35           296.590 libboost_prg_exec_monitor-mgw46-d-1_52.a
02.12.2012  00:28            36.390 libboost_prg_exec_monitor-mgw46-mt-1_52.a
02.12.2012  00:33         6.827.580 libboost_program_options-mgw46-d-1_52.a
02.12.2012  00:27         1.241.446 libboost_program_options-mgw46-mt-1_52.a
02.12.2012  00:34            62.858 libboost_random-mgw46-d-1_52.a
02.12.2012  00:27            10.088 libboost_random-mgw46-mt-1_52.a
02.12.2012  00:37         1.555.338 libboost_regex-mgw46-1_52.a 
02.12.2012  00:30         8.654.442 libboost_regex-mgw46-d-1_52.a
02.12.2012  00:23         1.555.338 libboost_regex-mgw46-mt-1_52.a
02.12.2012  00:34        11.126.790 libboost_serialization-mgw46-d-1_52.a
02.12.2012  00:28         1.436.820 libboost_serialization-mgw46-mt-1_52.a
02.12.2012  00:34         1.329.424 libboost_signals-mgw46-d-1_52.a
02.12.2012  00:28           206.434 libboost_signals-mgw46-mt-1_52.a
02.12.2012  00:36            21.538 libboost_system-mgw46-1_52.a
02.12.2012  00:29            68.146 libboost_system-mgw46-d-1_52.a
02.12.2012  00:23            21.538 libboost_system-mgw46-mt-1_52.a
02.12.2012  00:29           283.032 libboost_thread-mgw46-mt-1_52.a
02.12.2012  00:35           146.454 libboost_timer-mgw46-d-1_52.a
02.12.2012  00:29            27.056 libboost_timer-mgw46-mt-1_52.a
02.12.2012  00:35        11.069.326 libboost_unit_test_framework-mgw46-d-1_52.a
02.12.2012  00:29         1.625.294 libboost_unit_test_framework-mgw46-mt-1_52.a

02.12.2012  00:36        48.675.798 libboost_wave-mgw46-d-1_52.a
02.12.2012  00:29         4.632.910 libboost_wave-mgw46-mt-1_52.a
02.12.2012  00:34         8.144.190 libboost_wserialization-mgw46-d-1_52.a
02.12.2012  00:28           988.036 libboost_wserialization-mgw46-mt-1_52.a
              54 Datei(en),    195.097.094 Bytes
               2 Verzeichnis(se), 17.589.477.376 Bytes frei
</code></pre>
<p>Kurz: &quot;libboost_regex-mgw46-mt-1_52&quot; existiert <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2276442</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2276442</guid><dc:creator><![CDATA[DragonRaider]]></dc:creator><pubDate>Sat, 01 Dec 2012 23:41:39 GMT</pubDate></item><item><title><![CDATA[Reply to Boost mit MinGW unter Windows 7 kompilieren on Sun, 02 Dec 2012 05:44:09 GMT]]></title><description><![CDATA[<p>Muss es nicht -l<strong>l</strong>ibboost_regex-mgw46-mt-1_52**.a** heißen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2276452</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2276452</guid><dc:creator><![CDATA[Lichtweite]]></dc:creator><pubDate>Sun, 02 Dec 2012 05:44:09 GMT</pubDate></item><item><title><![CDATA[Reply to Boost mit MinGW unter Windows 7 kompilieren on Sun, 02 Dec 2012 07:57:14 GMT]]></title><description><![CDATA[<p>DragonRaider schrieb:</p>
<blockquote>
<p>Hi,<br />
Ja, der Link wäre sehr nett. Es würde mir aber auch reichen, wenn du mir sagst, wie ich die *.a Dateien verwende. Denn bei den *.a Dateien &quot;sagte&quot; mir g++ immer, es hätte die Dateien nicht gefunden. Danke für deine Antwort.</p>
</blockquote>
<p>Hmm. Dann übergibst du wohl den Pfad falsch. Denn bei mir gibt es nur .a Dateien und das klappt wunderbar.<br />
Ich benutze übrigens eine IDE - CodeBlocks - die macht das übergeben für mich automatisch, deswegen kann ich nicht beurteilen ob deine Kommandozeilen-Parameter richtig sind...</p>
<p>P.S.: Du brauchst den Link nicht. Die .a Dateien sind schon richtig.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2276454</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2276454</guid><dc:creator><![CDATA[Sone]]></dc:creator><pubDate>Sun, 02 Dec 2012 07:57:14 GMT</pubDate></item><item><title><![CDATA[Reply to Boost mit MinGW unter Windows 7 kompilieren on Sun, 02 Dec 2012 08:38:45 GMT]]></title><description><![CDATA[<p>Hi Leute,<br />
Danke für eure Hilfe. Ich mache das ganze jetzt mit CodeBlocks, welches ich sowieso schon installiert hatte, es aber bis jetzt nur zum schreiben des Quellcodes genutzt habe. Wenn ich mal wieder ein bisschen Zeit habe, mache ich dazu auch ein Youtube Video auf Deutsch(falls noch nicht vorhanden).</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2276456</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2276456</guid><dc:creator><![CDATA[DragonRaider]]></dc:creator><pubDate>Sun, 02 Dec 2012 08:38:45 GMT</pubDate></item><item><title><![CDATA[Reply to Boost mit MinGW unter Windows 7 kompilieren on Sun, 02 Dec 2012 09:04:45 GMT]]></title><description><![CDATA[<p>DragonRaider schrieb:</p>
<blockquote>
<p>(falls noch nicht vorhanden).</p>
</blockquote>
<p>Locker schon <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2276462</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2276462</guid><dc:creator><![CDATA[Sone]]></dc:creator><pubDate>Sun, 02 Dec 2012 09:04:45 GMT</pubDate></item><item><title><![CDATA[Reply to Boost mit MinGW unter Windows 7 kompilieren on Sat, 20 Jul 2013 09:45:09 GMT]]></title><description><![CDATA[<p>Hi Leute,<br />
Hab diesen Thread gerade noch mal raus gekramt <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";D"
      alt="😉"
    /> Ich bin auf Windows 8 umgestiegen(Betriebssystem der Zukunft und so xD von wegen...) und da, mit der neuen CMD, bekomme/bekam ich(hab das schon vor einiger Zeit versucht) relativ komische Fehler (das er ganz normale CMD Befehle nicht gefunden hätte), und wollte deshalb hier nochmal nach dem Link fragen...??? Sorry schon mal, falls ich ihn bei Google übersehen hab <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /><br />
MfG<br />
DragonRaider</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2340036</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2340036</guid><dc:creator><![CDATA[DragonRaider]]></dc:creator><pubDate>Sat, 20 Jul 2013 09:45:09 GMT</pubDate></item><item><title><![CDATA[Reply to Boost mit MinGW unter Windows 7 kompilieren on Sat, 20 Jul 2013 10:07:44 GMT]]></title><description><![CDATA[<p><a href="http://nuwen.net/mingw.html" rel="nofollow">http://nuwen.net/mingw.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2340038</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2340038</guid><dc:creator><![CDATA[---------------]]></dc:creator><pubDate>Sat, 20 Jul 2013 10:07:44 GMT</pubDate></item><item><title><![CDATA[Reply to Boost mit MinGW unter Windows 7 kompilieren on Sat, 20 Jul 2013 10:14:42 GMT]]></title><description><![CDATA[<p>Für solche Dinge bitte immer einen neuen Thread eröffnen. Alte Threads &quot;rausgraben&quot; ist eine allgemein als Trollaktivität eingestufte Sache.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2340040</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2340040</guid><dc:creator><![CDATA[Sone]]></dc:creator><pubDate>Sat, 20 Jul 2013 10:14:42 GMT</pubDate></item><item><title><![CDATA[Reply to Boost mit MinGW unter Windows 7 kompilieren on Sat, 20 Jul 2013 10:19:28 GMT]]></title><description><![CDATA[<p>Sone schrieb:</p>
<blockquote>
<p>Für solche Dinge bitte immer einen neuen Thread eröffnen. Alte Threads &quot;rausgraben&quot; ist eine allgemein als Trollaktivität eingestufte Sache.</p>
</blockquote>
<p>In dem Fall ist es doch OK. Der Thread gehört ihm und ist noch keine Jahre alt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2340041</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2340041</guid><dc:creator><![CDATA[out]]></dc:creator><pubDate>Sat, 20 Jul 2013 10:19:28 GMT</pubDate></item><item><title><![CDATA[Reply to Boost mit MinGW unter Windows 7 kompilieren on Sat, 20 Jul 2013 10:27:04 GMT]]></title><description><![CDATA[<p>out schrieb:</p>
<blockquote>
<p>In dem Fall ist es doch OK. Der Thread gehört ihm und ist noch keine Jahre alt.</p>
</blockquote>
<p>Du hast Recht. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
<blockquote>
<p>das er ganz normale CMD Befehle nicht gefunden hätte</p>
</blockquote>
<p>Ich denke, du hast die Umgebungsvariable PATH verändert. So mal ins Blaue geschossen.<br />
(Kann natürlich auch an Windows 8 liegen, davon habe ich keine Ahnung, vielleicht wurden einige Befehle ja umbenannt o.ä. . Aber ich hab mal auf einem frisch installiertem Windows 8 dxdiag und ipconfig ausprobiert, hat AFAIR funktioniert...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2340043</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2340043</guid><dc:creator><![CDATA[Sone]]></dc:creator><pubDate>Sat, 20 Jul 2013 10:27:04 GMT</pubDate></item><item><title><![CDATA[Reply to Boost mit MinGW unter Windows 7 kompilieren on Sat, 20 Jul 2013 11:12:45 GMT]]></title><description><![CDATA[<p>Hi Sone,<br />
An der PATH Variable sollte es nicht liegen, da ich mit der schon öfter Probleme hatte und sie jetzt fein säuberlich verwalte, außerdem lag es ja nicht daran, dass er z.B. g++ nicht gefunden hätte.<br />
Ich dachte mir nur so, dass vielleicht jemand zufälligerweise dieses Problem und auch die Lösung dazu kennt.<br />
Ich wollte hier auch niemanden trollen(langsam verstehe ich auch nicht mehr, was alle immer damit haben, das wird ja andauernd in den verschiedensten Zusammenhänge genutzt) oder so, ich war nur gerade dabei mir alle meine Threads + Beiträge anzugucken(falls ich vergessen haben sollte, Danke zu sagen oder so etwas).<br />
MfG<br />
DragonRaider</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2340045</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2340045</guid><dc:creator><![CDATA[DragonRaider]]></dc:creator><pubDate>Sat, 20 Jul 2013 11:12:45 GMT</pubDate></item><item><title><![CDATA[Reply to Boost mit MinGW unter Windows 7 kompilieren on Sat, 20 Jul 2013 11:44:41 GMT]]></title><description><![CDATA[<p>Hmm, wieso machst du dir das Leben nicht einfacher mit VS2011 Express oder VS2010 Express, und nimmst dann einen boost-Installer und alles geht leicht von der Hand. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2340047</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2340047</guid><dc:creator><![CDATA[out]]></dc:creator><pubDate>Sat, 20 Jul 2013 11:44:41 GMT</pubDate></item><item><title><![CDATA[Reply to Boost mit MinGW unter Windows 7 kompilieren on Sat, 20 Jul 2013 16:49:28 GMT]]></title><description><![CDATA[<p>Weil ich mit dem Visual Studio &quot;Krams&quot; einfach nicht zurecht komme <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2340080</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2340080</guid><dc:creator><![CDATA[DragonRaider]]></dc:creator><pubDate>Sat, 20 Jul 2013 16:49:28 GMT</pubDate></item><item><title><![CDATA[Reply to Boost mit MinGW unter Windows 7 kompilieren on Sat, 20 Jul 2013 17:31:15 GMT]]></title><description><![CDATA[<p>DragonRaider schrieb:</p>
<blockquote>
<p>Weil ich mit dem Visual Studio &quot;Krams&quot; einfach nicht zurecht komme <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
</blockquote>
<p>z.B.?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2340082</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2340082</guid><dc:creator><![CDATA[out]]></dc:creator><pubDate>Sat, 20 Jul 2013 17:31:15 GMT</pubDate></item><item><title><![CDATA[Reply to Boost mit MinGW unter Windows 7 kompilieren on Sat, 20 Jul 2013 19:23:55 GMT]]></title><description><![CDATA[<p>Mit der ganzen IDE... Ich schaffe es noch nicht mal, ein Projekt richtig ein zu richten bzw. libs ein zu binden etc. Und was soll diese &quot;stdafx.h&quot;? Auch mag ich das Einrücken des Visual Studios nicht, ich bevorzuge</p>
<pre><code>if(statement)
  {
  doAnything();
  }
</code></pre>
<p>vor(/zu)</p>
<pre><code>if(statement){
    doAnything();
    }
</code></pre>
<p>und und und... Vielleicht habe ich mich auch einfach an Code::Blocks gewöhnt, wer weiß, aber mir persönlich gefällt Code::Blocks einfach besser.<br />
MfG<br />
DragonRaider</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2340091</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2340091</guid><dc:creator><![CDATA[DragonRaider]]></dc:creator><pubDate>Sat, 20 Jul 2013 19:23:55 GMT</pubDate></item></channel></rss>