LDC 1.1.0 released

Sai via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sun Feb 19 12:19:36 PST 2017


On Sunday, 19 February 2017 at 16:51:39 UTC, Joseph Rushton 
Wakeling wrote:
> Since you're on Ubuntu 16.10 you could also try the snap 
> package for LDC 1.1.0:
>
>     sudo snap install --classic --edge ldc2


Done, installed OK.

Executed it and it failed with exact same error, which I guess is 
expected:


sai at saivb:~/tmp$ /snap/bin/ldc2 t.d
/usr/bin/ld: 
/snap/ldc2/4/bin/../lib/libdruntime-ldc.a(errno.c.o): relocation 
R_X86_64_PC32 against symbol `__errno_location@@GLIBC_2.2.5' can 
not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
Error: /usr/bin/gcc failed with status: 1


More information about the digitalmars-d-ldc mailing list