static-linking
How to build static library using RAD Studio 2010?
I have been confused by C++ Builder 2010 assuming my library is dynamic. I did not find any options or help in documents regarding what I need to change in the project to build stat开发者_如何学编程ic[详细]
2023-02-17 22:11 分类:问答Xcode 4 Final - "armv6 armv7" issue while linking with armv6 libs
Until xcode 4 final (I was using 3.latest and 4 GM for the time it was available) this didn\'t happen. When I upgraded to xcode 4 final version, I started getting a linking error while trying to link[详细]
2023-02-17 13:04 分类:问答Mandatorily Dynamically linked libraries
I learnt from book (Expert C programming : deep C secrets\" by Peter Van Der Linden ) that there are specific libraries for wh开发者_如何转开发ich dynamic linking is mandatory ; Which are these librar[详细]
2023-02-16 13:17 分类:问答Can Node.js apps have static URLs?
So I\'ve been hearing a lot about Node.js and javascript web apps in general. The examples that I know of tend to function more like native apps than web apps in that static URLs aren\'t available. Th[详细]
2023-02-16 13:02 分类:问答Specifying installed native library paths during pypy translate
I am trying to build the latest pypy repo on a Mac machine. One of the needed libraries, libintl, is installed in $HOME/opt/local/lib. I run (using a previously built pypy-c),[详细]
2023-02-16 06:38 分类:问答Question about overriding C standard library functions and how to link everything together
I made my own implementation of _init , malloc , free ( and others ). Inside these functions I use the dlfcn.h (dlopen , dlsym etc) library to call the actual standard versions. I put then in a sing[详细]
2023-02-15 03:43 分类:问答Why link libraries (like pthread) when they are in the right folder "/lib" and "/usr/lib"?
1. Why do we need to link the non standard libraries/include non standard header fileswhen they are already present in the right folder[详细]
2023-02-14 22:00 分类:问答Static variable initialization over a library
I am working on a factory that will have types added to them, however, if the class is not explicitly instiated in the .exe that is exectured (compile-time), then the type is not added to the factory.[详细]
2023-02-14 19:07 分类:问答How to compile Haskell to a static library?
Hey, I\'m learning Haskell and I\'m interested in using it to make static libraries for using in Python and probably C. After some googling I found out how to get GHC to output a shared object, but it[详细]
2023-02-13 12:25 分类:问答C++ library linking to C++ dll using g++
I\'ve seen numerous questions and answers to people with C libraries linking to C++, or C++ libraries linking to C... I however have a C++ library linking to C++, and am getting the same symptoms as p[详细]
2023-02-12 17:20 分类:问答