News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Undefined reference error on compilation??

Started by ki113d, November 05, 2010, 10:47:38 AM

Previous topic - Next topic

ki113d

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.

stahta01

Link the correct object or library file.

Please learn the basics of Programming on another site!!

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]