Re: [g++] Problems linking boost.system and boost.regex

2011-02-15 Thread lampak
Greg Chicares-2 wrote: > > Last I heard, boost lost its Cygwin maintainer; and old libraries aren't > likely to work with a newer compiler. This page > http://cygwin.com/packages/boost-devel/boost-devel-1.43.0-1 > confirms that: > "boost-devel: Obsolete package (installed binaries and suppor

[g++] Problems linking boost.system and boost.regex

2011-02-15 Thread lampak
Hi. I'm trying to compile on windows one linux app of mine which uses a few boost libraries. I've got g++ and boost (1.43.0-1) installed through setup.exe. I use g++ through Eclipse IDE. I've managed to get the program compiled but I'm getting linking errors. Eclipse executes the following comma