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
453
views
1
answer
linker - Rcpp error: /usr/bin/ld cannot find -lgfortran
I am working through the book "Seamless R and C++ Integration with Rcpp". I am using R version 3.1.0 on Ubuntu ... 4.8.1-2ubuntu1~12.04 ~$ See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
508
views
1
answer
linker - is pthread in glibc.so implemented by weak symbol to provide pthread stub functions?
is pthread in glibc.so implemented by weak symbol to provide pthread stub functions? I know there is pthread. ... similar with pthread in glibc? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
651
views
1
answer
linker - Are llvm-gcc and clang binary compatible with gcc? - particularly mingw gcc on Windows
If I build a static library with llvm-gcc, then link it with a program compiled using mingw gcc, will ... , virtual table layouts etc? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
633
views
1
answer
linker - Can gcc use multiple cores when linking?
So when compiling tons of source files with GCC one can use -j to use all available cores. But what ... threading while linking a program! See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
406
views
1
answer
linker - Why is the ELF entry point 0x8048000 not changeable with the "ld -e" option?
Following up Why is the ELF execution entry point virtual address of the form 0x80xxxxx and not zero 0x0? and Why ... chose and why? Thanks you. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
359
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 to come to ... 4kB (9kB before strip). See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
500
views
1
answer
linker - C++ extern keyword on functions. Why no just include the header file?
If I understand it correctly this means extern void foo(); that the function foo is declared in another ... defined in this translation unit. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
414
views
1
answer
linker - Calling C++ from Fortran (linking issue?)
I really need your help! I'm on a deadline and I'm trying to learn just enough to get some work done. It's been ... int *tp) { //cout, etc } See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
639
views
1
answer
linker - freeglut error LNK1104
In my project I want to use a freeglut library from the unofficial opengl sdk. I used Premake to generate build ... works fine. What is wrong ? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
424
views
1
answer
linker - In C, is it possible to change exported function name to different one?
all. I want to link a library which calls malloc() function. However, my target environment is different one ... and some are library functions. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
394
views
1
answer
linker - load time relocation and virtual memory
I am wondering what load-time relocation actually means on a system with virtual memory support.I was thinking ... Is my understanding wrong ? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
675
views
1
answer
linker errors - How to fix "LME288/Unknown heap name" warning?
Suddenly, out of the blue, I get the LME288 linker error. [ilink32 Warning] Warning: D:/Projects/TrainFever Game ... error on all my projects. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
447
views
1
answer
linker - CMake: how to produce binaries "as static as possible"
I would like to have control over the type of the libraries that get found/linked with my binaries in CMake. ... way - would be very welcome! See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
617
views
1
answer
linker - Libav linking error: undefined references
Here's my problem: I built ffmpeg from source (version 1.2), the libav* libraries are in /usr/local/lib and they' ... , '-lxml2', '-lpython2.7'] See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
595
views
1
answer
linker - GCC link order changed?
I am trying to link a C++ module using GCC, essentially like this: gcc -c hello.c g++ -c world.cpp gcc - ... the .o files on the command-line? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
432
views
1
answer
linker - Why does my Visual C++ .exe project build create .lib and .exp files?
I have a solution consisting of 3 projects. One is a static library, and two are console-based .exe ... activated without knowing about it? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
464
views
1
answer
linker - Linking multiple static .lib files into one monolithic .lib file using VS2008 SP1 using CMake 2.8.x
Related to using cmake to link object files into lib.xxxx.a file, but not quite the same thing, I have built ... DLL at this point in time. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
359
views
1
answer
linker - C the same global variable defined in different files
I am reading this code from here(in Chinese). There is one piece of code about testing global variable in C. ... can't understand how it worked! See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
569
views
1
answer
linker - error when import zlib in iOS: symbol(s) not found collect2: ld
I have included <zlib.h> in my iphone application and the source code I was mocking up the sample code of ... : ld returned 1 exit status See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
545
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 the .c file ... !"? How does it work? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
590
views
1
answer
linker - How do I create a dynamic library (dylib) with Xcode?
I'm building few command-line utilities in Xcode (plain C, no Cocoa). I want all of them to use my ... loading .dylibs from application bundle. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
474
views
1
answer
linker - How can I force the order of functions in a binary with the gcc toolchain?
I'm building a static binary out of several source files and libraries, and I want to control the order in ... which doesn't really help me. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
455
views
1
answer
linker - C++ linking error after upgrading to Mac OS X 10.9 / Xcode 5.0.1
After upgrading to Mac OS X 10.9 / Xcode 5.0.1, command lines to create a shared library (.dylib) ... (s) not found for architecture x86_64 See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
359
views
1
answer
linker - difference between dynamic loading and dynamic linking?
Routine is not loaded until it is called. All routines are kept on disk in a re-locatable load ... Linking postponed until execution time. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
742
views
1
answer
linker - Android NDK: Link using a pre-compiled static library
I'm trying to port Jnetpcap to Android in order to use it for parsing .pcap files. Jnetpcap is a ... := libpcap include $(BUILD_SHARED_LIBRARY) See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
729
views
1
answer
linker - How to specify non-default shared-library path in GCC Linux? Getting "error while loading shared libraries" when running
There is a laptop on which I have no root privilege. onto the machine I have a library installed using configure ... example code to use them. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
600
views
1
answer
linker - Using pthread in c++
I am using pthread.h in a *.cc file. when I try to use pthread_exit(0); or pthread_join(mythrds[yy], ... funroll-all-loops -finline -ffast-math See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
0
votes
393
views
1
answer
linker - How do I add contents of text file as a section in an ELF file?
I have a NASM assembly file that I am assembling and linking (on Intel-64 Linux). There is a text file, ... a file verbatim. Is this possible? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
linker
Page:
« prev
1
2
3
next »
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] nginx 反向代理中路径含有http://,转发后获取路径为http:/ 缺少一个斜杠
[2] 如何卸载Sentry?
[3] android - Is there any way to stretch layout when device has cutout (notch)?
[4] javascript - How do I implement overflow-hidden in react-bootstrap?
[5] 求个vue 解析corn的方法 或者组件
[6] 阿里云 首页图标动画效果怎么说实现的
[7] 使用JSON.parse转换字符串对象的困惑
[8] centos 7.6 图形界面登陆时,如何自动登录?
[9] postgresql - Postgres is adding a space at the beginning and end of all fields
[10] c - WebkitGtk application is not loading file URL
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
广告位招租
...