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

Offline bhampshire1

  • Single posting newcomer
  • *
  • Posts: 3
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: 13413
    • 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!]

Offline bhampshire1

  • Single posting newcomer
  • *
  • Posts: 3
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: 13413
    • 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!]