News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Complie Error: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'

Started by bhampshire1, July 31, 2015, 07:29:56 PM

Previous topic - Next topic

bhampshire1

Does anyone know how link the dl or libc library to codeblocks to remove this compiling error? This error is hindering my robots research.

oBFusCATed

Project -> Build options -> Linker settings -> Link libraries
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

bhampshire1


oBFusCATed

In some of the system folders. You need to enter just the name of the lib, without the extension and the prefix.
In your case enter just dl.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]