[Issue 18234] [REG 2.075] Case of link failure when a program is compiled against a static lib

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun May 20 21:50:35 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18234

--- Comment #2 from Basile B. <b2.temp at gmx.com> ---
There's some progress, using -allinst solves the problem

---
if [ ! -d "iz" ]; then
    git clone https://www.github.com/BBasile/iz.git
fi

cd iz
git checkout v0.6.4
cd scripts
sh compile.sh
cd ../
dmd samples/dictionnary_suffixarray.d lib/iz.a -Iimport -allinst
---

giving a hint on what the exact problem is i hope.

--


More information about the Digitalmars-d-bugs mailing list