Skip to content

Failed to link on linux #41

Description

@Heromyth

OS: Linux Mint 19.1 Cinnamon
Compiler: DMD 2.084
Command line: dub run --compiler=dmd -a=x86_64 -b=debug

Test code:

import std.stdio;
import stdx.data.json;

void main() {
    // JSONValue value = toJSONValue(`{"name": "D", "kind": "language"}`);
}

Error message:

Linking...
.dub/build/application-debug-linux.posix-x86_64-dmd_2084-5FD92AF6B8B9BBBDE0C983C552F81BF8/demo.o: In function `_D15taggedalgebraic__T15TaggedAlgebraicTS4stdx4data4json5value9JSONValue12PayloadUnionZQCn11__xopEqualsFKxSQEb__TQDnTQCzZQDvKxQuZb':
source/app.d:(.text._D15taggedalgebraic__T15TaggedAlgebraicTS4stdx4data4json5value9JSONValue12PayloadUnionZQCn11__xopEqualsFKxSQEb__TQDnTQCzZQDvKxQuZb[_D15taggedalgebraic__T15TaggedAlgebraicTS4stdx4data4json5value9JSONValue12PayloadUnionZQCn11__xopEqualsFKxSQEb__TQDnTQCzZQDvKxQuZb]+0x20): undefined reference to `_D15taggedalgebraic__T15TaggedAlgebraicTS4stdx4data4json5value9JSONValue12PayloadUnionZQCn__T8opEqualsTxSQDz__TQDlTQCxZQDtTxQuZQBiMxFKxQBfZb'
collect2: error: ld returned 1 exit status
Error: linker exited with status 1
dmd failed with exit code 1.

By the way:

  • It's ok while running dub run --compiler=dmd -a=x86_64 -b=debug.
  • It's ok while using ldc 2.083.
  • It's ok while uncommenting in above main().
  • It's ok in debug mode for DMD 2.084 and LDC2 in my another project and failed in release mode.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions