Author Topic: Complie Error: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'  (Read 12079 times)

bhampshire1

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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Complie Error: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
« Reply #1 on: July 31, 2015, 09:10:45 pm »
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

  • Guest
Re: Complie Error: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
« Reply #2 on: August 04, 2015, 12:51:14 am »
Where is the library file on Fedora Linux OS?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Complie Error: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
« Reply #3 on: August 04, 2015, 01:46:43 am »
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!]