Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged linker
0
votes
1.1k
views
1
answer
linker - Use both static and dynamically linked libraries in gcc
I need to distribute a binary that will run on as many x86 Linux distributions as possible. That means that I ... link any libraries at all. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
1.4k
views
1
answer
linker - error LNK2005: already defined - C++
Background I have a project named PersonLibrary which has two files. Person.h Person.cpp This library produces a ... for this problem? Thanks See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
902
views
1
answer
linker - How can i statically link standard library to my c++ program?
I'm using Code::Blocks IDE(v13.12) with GNU GCC Compiler. I want to the linker to link static versions of ... ? What about doing this in Visual C++ Express? Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
855
views
1
answer
linker - Small Haskell program compiled with GHC into huge binary
Even trivially small Haskell programs turn into gigantic executables. I've written a small program, that was compiled ( ... anything, can I do to reduce this? Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
1.2k
views
1
answer
linker - GNU gcc/ld - wrapping a call to symbol with caller and callee defined in the same object file
to clarify, my question refers to wrapping/intercepting calls from one function/symbol to another function/symbol when ... outside of foo.o. Is this possible? Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
1.1k
views
1
answer
linker - Why does fatal error "LNK1104: cannot open file 'C:Program.obj'" occur when I compile a C++ project in Visual Studio?
I've created a new C++ project in Visual Studio 2008. No code has been written yet; Only project settings ... error LNK1104: cannot open file 'C:Program.obj' Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
968
views
1
answer
linker - What is the -fPIE option for position-independent executables in gcc and ld?
How will it change the code, e.g. function calls? Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
952
views
1
answer
linker - Limiting visibility of symbols when linking shared libraries
Some platforms mandate that you provide a list of a shared library's external symbols to the linker. However, on ... How can that be achieved using GNU ld? Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
750
views
1
answer
linker - How does C++ linking work in practice?
This question already has answers here: Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
978
views
1
answer
linker - Telling gcc directly to link a library statically
It feels strange to me to use -Wl,-Bstatic in order to tell gcc which libraries I want to link with ... for including static and dynamic libraries the same. Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
851
views
1
answer
linker - Why does the order in which libraries are linked sometimes cause errors in GCC?
Why does the order in which libraries are linked sometimes cause errors in GCC? Question&Answers:os...
asked
Oct 16, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
856
views
1
answer
linker - Why does the order in which libraries are linked sometimes cause errors in GCC?
Why does the order in which libraries are linked sometimes cause errors in GCC? question from:https:// ... 65869241/library-functions-not-found-when-compiling-ubuntu-20-04...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
913
views
1
answer
linker - How to link and package external library with node-gyp for electron
I created a native OCR module using N-API (node-addon-api) with bindings to tesseract OCR. My intention is to ... -to-link-and-package-external-library-with-node-gyp-for-electron...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
1.1k
views
1
answer
linker - C Linking Error: undefined reference to 'main'
I have read the other answers on this topic, and unfortunately they have not helped me. I am attempting to ... .com/questions/15905119/c-linking-error-undefined-reference-to-main...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
775
views
1
answer
linker - Making small haskell executables?
Are there any good ways to make small haskell executables? With ghc6 a simple hello world program seems ... ://stackoverflow.com/questions/699908/making-small-haskell-executables...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
809
views
1
answer
linker - C header files and compilation/linking
I know that header files have forward declarations of various functions, structs, etc. that are used in ... .com/questions/18548157/c-header-files-and-compilation-linking...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
850
views
1
answer
linker - C header files and compilation/linking
I know that header files have forward declarations of various functions, structs, etc. that are used in ... .com/questions/18548157/c-header-files-and-compilation-linking...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
932
views
1
answer
linker - Linking a shared library using gcc
I have a shared library (*.so) created using Real View Compiler Tools (RVCT 3.2) on windows target. ... ://stackoverflow.com/questions/726014/linking-a-shared-library-using-gcc...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
718
views
1
answer
linker - How does C++ linking work in practice?
(This question already has answers here): question from:https://stackoverflow.com/questions/12122446/how-does-c-linking-work-in-practice...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
850
views
1
answer
linker - How to link C++ object files with ld
I'm trying to link the output of C++ using ld and not g++. I'm only doing this to learn how to do ... ://stackoverflow.com/questions/14163208/how-to-link-c-object-files-with-ld...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
746
views
1
answer
linker - How to link C++ object files with ld
I'm trying to link the output of C++ using ld and not g++. I'm only doing this to learn how to do ... ://stackoverflow.com/questions/14163208/how-to-link-c-object-files-with-ld...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
988
views
1
answer
linker - GNU gcc/ld - wrapping a call to symbol with caller and callee defined in the same object file
to clarify, my question refers to wrapping/intercepting calls from one function/symbol to another function/symbol when the ... -to-symbol-with-caller-and-callee-defined-in-the-sam...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
1.1k
views
1
answer
linker - libc.a unexpected reloc type 0x03
I use a prebuild libc.a, which have some copy relocation : 0001f554 00010f03 R_ARM_REL32 0001fb00 __memcpy_neon ... .com/questions/66064709/libc-a-unexpected-reloc-type-0x03...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
4.2k
views
1
answer
linker - I am missing something fundamental with CMake in a complex library dependency structure
I have a complex build project that started as 4 visual studio 2017 solution C++/Fortran projects. I need to port ... need to link to cpp_api.so Any guidance would be appreciated....
asked
Jan 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
To see more, click for the
full list of questions
or
popular tags
.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] How to translate a 2007 sympy/sage/python code to a modern day sympy/python code?
[2] java - Mapstruct: Ignore some elements of a collection based on the value of one of their fields
[3] 使用ts重写XMLHttpRequest报错
[4] script标签修改了type为text/babel,但刷新网页还是显示text/javascript
[5] string matching on large file in R
[6] spring boot - How is customize keycloak server for permission based authorization?
[7] 有源码不理解,
[8] r - Using mtcars data to make a summarised table of cylinders versus centered(mpg)
[9] vue.js - Difference in HTML generated between Vue files between dev and prod
[10] geofirestore - Flutter getting data from firestore using collectionGroup
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...