Dustmite and linking error

JG JG at somewhere.com
Fri Sep 3 17:54:25 UTC 2021


On Thursday, 2 September 2021 at 11:19:55 UTC, jfondren wrote:
> On Thursday, 2 September 2021 at 11:04:12 UTC, JG wrote:
>> Hi,
>>
>> We hit a linking error (after upgrading to dub 1.26.0). I 
>> thought I would try to use dustmite to create a reduced error 
>> test case. One week later it is still running (depth 22). I 
>> don't suppose there is anyway of determining when it will 
>> finish?
>
> Possibly it's not a compiler error at all but a name-mangling 
> change combined with some stale objects in your build.

Thanks for the suggestion.

I thought I was doing this. What I did was run:

dub clean --all-packages
dub build --force

Then I am getting twelve linking errors. Of the form:
......  error: undefined reference to .....


More information about the Digitalmars-d-learn mailing list