Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged linker

0 votes
486 views
1 answer
    I always thought that libraries had to be listed after any object files that depended on them, but given this ... and I was just confused? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
539 views
1 answer
    I would like to create a static library (.lib) in Windows that can be used in subsequent builds as a "backup" ... do not use the /FORCE option. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
436 views
1 answer
    I've been reading some assembly code and I've started seeing that call instructions are actually program counter ... for you? Highly confused. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
977 views
1 answer
    I have different, precompiled versions of a 3rd-party library (Windows/Linux/Mac, 32/64-bit). It must be included ... , this is just an example. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
553 views
1 answer
    I have done some searching online but I cannot find out how to compile a simple C++ and Fortran code from linux ... , and it is not recognized. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
534 views
1 answer
    Briefly speaking, my question relies in between compiling/building files (using libraries) with two different compilers ... what should I do? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
483 views
1 answer
    So I'm writing a python extension module in C and I'm trying to compile it for my 64-bit Python build. After ... this for 3 days, any advice? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
919 views
1 answer
    How I can generate a working executable with the tools provided with Llvm/Clang ( version 3.3 (trunk 168461 ... Reporter.py startfile.py Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
509 views
1 answer
    I know when using objdump -dr in my file call shows up in machine code as e8 00 00 00 00 because it has not ... ,%eax 3e: c9 leaveq 3f: c3 retq See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
404 views
1 answer
    I'm trying to compile and run a simple "Hello World" program in C, and I get a strange error of multiple ... to start, but this holds me back See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
504 views
1 answer
    Currently the linker in one project has problems linking to object files generated by source files in another project. ... object files to Qt? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
671 views
1 answer
    I've a program that I must build. The program depends on libA, and libA depends on libB. Both libs ... link the executable to both libraries? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
507 views
1 answer
    For a reason i want to unpack a static lib (libx.a) into individual object files (a.o b.o c.o), and specify ... i'm using is 2.16.1 Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
511 views
1 answer
    I am trying to compile some really old code (1986 and before). This code references an external function. ... .for__func_MOD_f. Any idea? thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
598 views
1 answer
    I am working on unit tests with XCTest and Xcode 5. Everything was working just fine, but then a colleague made ... Anyone know how to fix this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
550 views
1 answer
    i'm wondering why linkers can not do their job simply by consulting the information in the actual .dll files that ... 'm just saying non sense? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
556 views
1 answer
    I want to know when i should use ld linker instead off gcc. I just wrote a simply hello world in c++, ... cases where ld linker has advantage. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
720 views
1 answer
    I know .OBJ is the result of compiling a unit of compilation and .LIB is a static library that can be created from ... is it the same in .LIBs? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
539 views
1 answer
    I have a DLL and I would like to use some of its functions. #include <iostream> using namespace std; ... using Windows and Visual Studio 2008 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
435 views
1 answer
    I thought ifndef something #define something body #endif solved this error, so I'm not sure why this is happening. ... that include "Library.h". See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
801 views
1 answer
    When I try to compile example1.cpp that comes with Armadillo 2.4.2, I keep getting the following linking error: / ... the MacBook Pro 7,1 model See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
422 views
1 answer
    I've recently upgraded from XCode 3 to 4, and now I'm having build problems with my iPhone project. I need to ... -4.2 failed with exit code 1 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
763 views
1 answer
    I have an application, which does a error when I try to run it: /lib/libc.so.6: version ` ... __isoc99_sscanf@@GLIBC_2.7" error from linker. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
567 views
1 answer
    I've recently upgraded from XCode 3 to 4, and now I'm having build problems with my iPhone project. I need to ... -4.2 failed with exit code 1 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
744 views
1 answer
    I have an application, which does a error when I try to run it: /lib/libc.so.6: version ` ... __isoc99_sscanf@@GLIBC_2.7" error from linker. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    After adding the link options: -lssl and -lcrypto, my program was correctly compiled. However, I found GCC doesn' ... do the options come from? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
658 views
1 answer
    How does objdump compute the physical address (LMA) of elf sections? As far as I can tell, elf section headers ... /www.ouah.org/RevEng/x430.htm See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
398 views
1 answer
    While I was trying to solve a linker problem with g++, I found that trying to compile link a simple one-file ... that this is a little buggy. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...