glibc
Setting earlier minimum kernel version when compiling static libraries
My distribution (Arch Linux) recently increased the minimum supported Linux ke开发者_如何学编程rnel version for its toolchain. I am compiling a web application that I link statically and then upload t[详细]
2023-01-31 13:31 分类:问答copying a file from source to destination using Glib library funcitons
How do i copy a file from a source to destination using Glib librarie开发者_StackOverflow社区s.We have to use gio library. You can get the documentation from the following link[详细]
2023-01-30 09:22 分类:问答Is there an equivalent of set_new_handler() for malloc() failures?
In C++, you can arrange for a function to be called whenever new fails.Is there a way to have a function called whenever malloc fails?Assume that malloc is being called from third-party libraries that[详细]
2023-01-28 12:55 分类:问答crosscompile glibc for arm
Good day Currently, I\'m working on an embedded device based on arm-linux. I want to build GCC for my target architecture with Glibc. GCC builds successful, but I have trouble with Glibc build.[详细]
2023-01-28 05:24 分类:问答IEEE-754 floating-point precision: How much error is allowed?
I\'m working on porting the sqrt function (for 64-bit doubles) from fdlibm to a model-checker tool I\'m using at the moment (cbmc).[详细]
2023-01-27 21:32 分类:问答How to tell if glibc is used
I am trying to implement backtrace functionality for a large framework, which is used for different platforms and OS\'es. In some of them, it is linked against glibc, while in the other, something dif[详细]
2023-01-26 22:23 分类:问答segfaults when compiling on newer version of glibc ( 2.3 -> 2.10 )
I try to modify ssh session logging patch to sshd from kdvelectronics site. Code hasn\'t changed much from openssh 4.x to 5.x , but now sshd segfaults when script_open function calls ( as gdb says )[详细]
2023-01-24 15:31 分类:问答PHP ICONV glibc to libiconv on CentOS 5.5
I\'m having a few issues with the PHP function iconv, which I\'ve tracked down the the iconv implementation. As the manual states, \"Note that the iconv function on some systems may not work as you ex[详细]
2023-01-24 09:11 分类:问答libcunit.so.1 missing after install of CUnit-2.1-2-src.tar.bz2
This is the only tar on the site.. no help online.. Is there some开发者_如何学Go parameter I missed? where do I get this lib?nm ..was in /usr/local/lib[详细]
2023-01-24 04:59 分类:问答ELF file TLS and LOAD program sections
int i; int main() { return i; } After -static compile readelf -l shows program headers from elf: Elf file type is EXEC (Executable file)[详细]
2023-01-24 04:56 分类:问答