ld
/usr/bin/ld: warning: abc.so, needed by xyz.so not found (try using -rpath or -rpath-link)"
I am building a C++ application, using Netbeans 6.9 as my IDE. I have a C++ library which is a wrapper around a pure C library.[详细]
2023-02-08 16:11 分类:问答I removed libisimulate but i get a warning if i compile. What's wrong?
so I installed this: http://www.vimov.com/isimulate/ then i removed it because i didn\'t need it anymore. But now I get this warning every time I compile:[详细]
2023-02-07 13:13 分类:问答Cannot install autotest-fsevent or rs-fsevent; getting ld error but xcode is installed
Here\'s what I\'m getting: $ sudo gem install autotest-fsevent Password: Building native extensions. This could take a while... ERROR:[详细]
2023-02-06 22:07 分类:问答How to set up a mature building process for my C program that uses a third-party library (APR - Apache Portability Runtime)
I have written a C program that consists of a number of files, and uses APR (http://apr.apache.org) - it includes its headers and I would prefer dynamic linking of its libraries.[详细]
2023-02-05 20:18 分类:问答Linker script for C++ program for LM3S8962 unhosted using Codesourcery lite toolchain?
Does anyone have a linker script specifically for the Stellaris LM3S8962 board or could explain how to create one?I am using the codesourcery g++ lite toolchain and can successfully create the开发者_运[详细]
2023-02-05 17:30 分类:问答How do I specify output sections in C files compiled using GCC?
In assembly language I use .section directive to tell the assembler what section to output to开发者_Go百科 e.g[详细]
2023-02-05 17:19 分类:问答GCC linking to a shared object's linker name
Suppose I have: /usr/lib/libsomething.so.1 on machine A; /usr/lib/libsomething.so.2 on machine B. Both machines have /usr/lib/libsomething.so symlinking to their respective libs.[详细]
2023-02-04 10:40 分类:问答what does =0 at the end of section definition in ld script means?
I just saw a section 开发者_开发技巧definition with =0 at the end i.e .init : { KEEP (*(.init))[详细]
2023-02-03 20:27 分类:问答Linux, GNU GCC, ld, version scripts and the ELF binary format -- How does it work?
I\'m trying to learn more about library versioning in Linux and how to put it all to work. Here\'s the context:[详细]
2023-02-03 12:01 分类:问答error while loading shared libraries: libboost_system.so.1.45.0: cannot open shared object file: No such file or directory
I am building a C++ executable on Linux. The executable links into some boost libraries. This is the output when I attempt to run the binary:[详细]
2023-02-02 18:07 分类:问答