release link std.exception errnoEnforce erro in 1.1.0-beta2

Dsby via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Mon Sep 26 00:20:18 PDT 2016


On Monday, 26 September 2016 at 06:34:49 UTC, Dsby wrote:
> On Monday, 26 September 2016 at 06:30:03 UTC, Dsby wrote:
>> [...]
> The code is : 
> https://github.com/putaolabs/collie/tree/master/example/http/httpserver

the Erro is form std.stdio.
in seek and tell.
when I use debug, but enable "inline" it will erro:
httpserver ~master: building configuration "default"...
../../../libcollie.a(collie.codec.http.handler.o):在函数‘_D3std5stdio4File4seekMFNeliZv’中:
/home/dsby/bin/ldc/bin/../import/std/stdio.d:1041:对‘_D3std9exception123__T12errnoEnforceTbVAyaa44_2f686f6d652f647362792f62696e2f6c64632f62696e2f2e2e2f696d706f72742f7374642f737464696f2e64Vmi1041Z12errnoEnforceFNfbLAyaZb’未定义的引用
../../../libcollie.a(collie.codec.http.handler.o):在函数‘_D3std5stdio4File4tellMxFNdNeZm’中:
/home/dsby/bin/ldc/bin/../import/std/stdio.d:1098:对‘_D3std9exception123__T12errnoEnforceTbVAyaa44_2f686f6d652f647362792f62696e2f6c64632f62696e2f2e2e2f696d706f72742f7374642f737464696f2e64Vmi1098Z12errnoEnforceFNfbLAyaZb’未定义的引用
collect2: error: ld returned 1 exit status
Error: /usr/bin/gcc failed with status: 1
ldc2 failed with exit code 1.





More information about the digitalmars-d-ldc mailing list