I get this linker error:
system/core/libacc/tests/main.cpp:42: error: undefined reference to 'dlsym'
Could you tell me where is the library on ubuntu 9.10 that contains the library for dlsym?
Thank.
On the dlsym(3)man page :
dlsym(3)
#include <dlfcn.h> .... Link with -ldl.
Source: https://habr.com/ru/post/1731047/More articles:C # How to create code to return a form to its default properties with a button click event? - c #curl script execution - phpС# Propertygrid значение по умолчанию typeconverter - c#Is there something like a gem for erlang? - erlangJava: InputStream read () returns a byte greater than 127? - javaКласс шаблона и свойства класса, которые также являются шаблонами - c++What is the "Starting Point" for PHP set_include_path - phpPrinting at a specific location using Java - javaHow to get the source IP address of a netTcpBinding call in WCF? - .netXML-схема, не работающая с программным обеспечением веб-сервисов Factory - c#All Articles