shared-libraries
Java System.loadLibrary call on Linux freezes
I have a very small .so file(Available here: https://docs.google.com/leaf?id=0B4MxFm-ACB3INjhkMjhlNzktYzkxYy00Zjk5LTk0Y2MtZDE2MWQ2MzY1OWUy&hl=en_US&authkey=CMrJguwN)[详细]
2023-03-08 18:18 分类:问答How can I avoid dependency on GLIBC_X.Y when using weak symbols
While working on the signal implementation in Hurd, I have run into the following problem. Basically, I add a new function to glibc, which is used by libpthread (those are from separate sources on Hu[详细]
2023-03-08 17:28 分类:问答Best way to share JARS in a eclipse with JBOSS as the App Server
Looking for a solution so that I can have a central location for all my JAR files plus still be able to do a deploy to JBOSS inside Eclipse.[详细]
2023-03-08 16:02 分类:问答Writing Delphi/FreePascal DLL to be called from gcc application
I need to make parts of my Win32 Delphi app available to another company\'s Linux gcc program. Throughput and deployment requirements make any s开发者_开发百科ort of remote service unsuitable so I\'m[详细]
2023-03-08 08:44 分类:问答Referencing project object from library project
I have a game I have built that will have 2 versions. One \"lite\" and one \"full\". For this purpose I put the large part of the code in a library-project.[详细]
2023-03-08 03:14 分类:问答Explicit instantiation of a templated class and dynamic_cast in a shared library
I stumbled into a problem today that I can\'t seem to solve. I am compiling a shared library that includes a templated class (Derived<T>, whose base is Base) and some explicit instantiations of[详细]
2023-03-07 21:53 分类:问答Callback throwing a segfault from within a shared object
As I understand it, when my .so is loaded using dlopen, the shared object is mapped into the address space of the calling process. I can call functions and access globals of the .so without error. How[详细]
2023-03-07 12:58 分类:问答Why the value webservice returns was not xml
webservice.PService pService = new Project.webservice.PService(); var v3 = passportService.HelloWorld();[详细]
2023-03-06 00:10 分类:问答What is a file with extension .a?
I downloaded this: https://github.com/mong开发者_C百科odb/mongo-c-driver And now I\'m trying to use it inside my C program, but I don\'t know what to do with the generated .a files. What are they? I[详细]
2023-03-04 22:25 分类:问答Shared library not found
I am running Ubuntu 10.10 and a C program that uses a shared library libcrypt开发者_如何学Pythono.so[详细]
2023-03-04 19:25 分类:问答