Can a lib file converted to 1 ob file?

Basile B. b2.temp at gmx.com
Sun Apr 19 10:53:09 UTC 2020


On Sunday, 19 April 2020 at 10:48:04 UTC, Basile B. wrote:
> This should work if you pass the static library files to the 
> linker. It is exactly its job to select what's used from the 
> archive. So you would have to pass your stuff and optionally 
> phobos2 as a static library (but this would also work if 
> linking against phobos2.dll)

BTW I have an example here [1], but it's for FreePascal and under 
linux, and in the end i've decided to use dynamic library (but 
with static linking) [2]

[1] https://gitlab.com/basile.b/link-with-d
[2] https://gitlab.com/basile.b/dexed/-/merge_requests/6




More information about the Digitalmars-d-learn mailing list