emscripten-core / emscripten-core/emscripten

Import all symbols from static library ?

Open
#16,388 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
27.6k
Forks
3.6k
Avg merge
1d 1h
Merged PRs (30d)
105

Description

I have tried, many times, to use dynamic linking + pthreads, it just has a lot of issues atm, so I decided to build my dynamic library as a static library and then statically link it with my main project (faux dynamic linking).

it kind of worked, the only issue is that not everything from the "faux dynamic" library is being linked into the main project.

is there anyway I can specify which class from the "faux dynamic" library to be linked into the main project ?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.