digitalmars.D.learn - shared phobos 2.064, ubuntu 12.04
- Alexandr Druzhinin (4/4) Nov 28 2013 I recompile old project with dmd 2.064 and get the runtime error:
- Jordi Sayol (5/10) Nov 29 2013 This is a known issue: https://d.puremagic.com/issues/show_bug.cgi?id=11...
- Alexandr Druzhinin (3/11) Nov 29 2013 Thank for info. But linking with static version causes libcurl linking
- Gary Willoughby (4/23) Nov 29 2013 The link order matters:
- Gary Willoughby (2/2) Nov 29 2013 Another resource:
I recompile old project with dmd 2.064 and get the runtime error: Fatal Error while loading '/usr/lib/x86_64-linux-gnu/libphobos2.so.0.64': The module 'std.path' is already defined in 'bin64/workstation-x86-sdl_64'. How can I avoid this `collision`?
Nov 28 2013
El 29/11/13 07:55, Alexandr Druzhinin ha escrit:I recompile old project with dmd 2.064 and get the runtime error: Fatal Error while loading '/usr/lib/x86_64-linux-gnu/libphobos2.so.0.64': The module 'std.path' is already defined in 'bin64/workstation-x86-sdl_64'. How can I avoid this `collision`?This is a known issue: https://d.puremagic.com/issues/show_bug.cgi?id=11543 The only workaround I know is to link against static phobos library. -- Jordi Sayol
Nov 29 2013
29.11.2013 21:58, Jordi Sayol пишет:El 29/11/13 07:55, Alexandr Druzhinin ha escrit:Thank for info. But linking with static version causes libcurl linking troubles... :(I recompile old project with dmd 2.064 and get the runtime error: Fatal Error while loading '/usr/lib/x86_64-linux-gnu/libphobos2.so.0.64': The module 'std.path' is already defined in 'bin64/workstation-x86-sdl_64'. How can I avoid this `collision`?This is a known issue: https://d.puremagic.com/issues/show_bug.cgi?id=11543 The only workaround I know is to link against static phobos library.
Nov 29 2013
On Friday, 29 November 2013 at 16:10:49 UTC, Alexandr Druzhinin wrote:29.11.2013 21:58, Jordi Sayol пишет:The link order matters: http://stackoverflow.com/questions/10095150/std-net-curl-linker-errors-in-linuxEl 29/11/13 07:55, Alexandr Druzhinin ha escrit:Thank for info. But linking with static version causes libcurl linking troubles... :(I recompile old project with dmd 2.064 and get the runtime error: Fatal Error while loading '/usr/lib/x86_64-linux-gnu/libphobos2.so.0.64': The module 'std.path' is already defined in 'bin64/workstation-x86-sdl_64'. How can I avoid this `collision`?This is a known issue: https://d.puremagic.com/issues/show_bug.cgi?id=11543 The only workaround I know is to link against static phobos library.
Nov 29 2013
Another resource: http://forum.dlang.org/thread/cwgxdvkvsnbwvbgrdivp forum.dlang.org#post-cwgxdvkvsnbwvbgrdivp:40forum.dlang.org
Nov 29 2013