Home » Community » Newbie corner » Linux external libs
| Re: Linux external libs [message #35986 is a reply to message #35985] |
Mon, 16 April 2012 08:54   |
|
|
Hi Jeff,
Do I understand correctly that you're working with the ZMQ package from bazaar? (If not, maybe you should give it a try )
Either way, there are .so and/or .a files instead of .lib. So you have to have file named libzmq.so (or libzmq.a if you prefer static linking). You don't say which distribution you use, so just as an example: For ubuntu you have to install package libzmq-dev which will place the libraries into the /usr/lib directory.
The rest of the steps should be the same as on windows, with the exception that you don't have to specify the lib path as the compiler will find it automatically if it is in /usr/lib.
Best regards,
Honza
|
|
|
|
Goto Forum:
Current Time: Sun Jan 18 22:47:34 CET 2026
Total time taken to generate the page: 0.05386 seconds
|