Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: ki113d on November 05, 2010, 10:47:38 am

Title: Undefined reference error on compilation??
Post by: ki113d on November 05, 2010, 10:47:38 am
Hey guys.

I have only been using code blocks for a while and just recently downloaded some external libraries.

I have successfully added the libraries to the include search path after having problems with the MinGW compiler an debugger and now when I
try to use external libraries in my applications I get many error saying,

undefined reference to 'Poco::Path::current()'

Does anybody know how I can get past this?

I have also experienced these error while using the  Boost libraries as well.

Any help would be greatly appreciated.

ki113d.
Title: Re: Undefined reference error on compilation??
Post by: stahta01 on November 05, 2010, 01:02:08 pm
Link the correct object or library file.

Please learn the basics of Programming on another site!!

Tim S.