Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: bhampshire1 on July 31, 2015, 07:29:56 pm

Title: Complie Error: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
Post by: bhampshire1 on July 31, 2015, 07:29:56 pm
Does anyone know how link the dl or libc library to codeblocks to remove this compiling error? This error is hindering my robots research.
Title: Re: Complie Error: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
Post by: oBFusCATed on July 31, 2015, 09:10:45 pm
Project -> Build options -> Linker settings -> Link libraries
Title: Re: Complie Error: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
Post by: bhampshire1 on August 04, 2015, 12:51:14 am
Where is the library file on Fedora Linux OS?
Title: Re: Complie Error: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
Post by: oBFusCATed 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.