Thread overview
using debug version of phobos and druntime on linux
Mar 10, 2013
Druzhinin Alexandr
Mar 10, 2013
Druzhinin Alexandr
Mar 10, 2013
Marco Leise
Mar 10, 2013
Druzhinin Alexandr
March 10, 2013
I use dmd/ubuntu 64 bit, rebuild phobos and druntime with debug option and I cannot realize where dmd get them from so I can substitute my version of these libs. Could someone hint me where I should place them?
March 10, 2013
On 10.03.2013 19:19, Druzhinin Alexandr wrote:
> I use dmd/ubuntu 64 bit, rebuild phobos and druntime with debug option
> and I cannot realize where dmd get them from so I can substitute my
> version of these libs. Could someone hint me where I should place them?
I found where phobos is placed. I'm curious in order to change druntime should I rebuild dmd too?
March 10, 2013
Am Sun, 10 Mar 2013 19:19:13 +0700
schrieb Druzhinin Alexandr <news@digitalmars.com>:

> I use dmd/ubuntu 64 bit, rebuild phobos and druntime with debug option and I cannot realize where dmd get them from so I can substitute my version of these libs. Could someone hint me where I should place them?

On another note, LDC compiles both release and debug versions of druntime/Phobos and switches between them depending on whether you do a debug or release build automatically.

-- 
Marco

March 10, 2013
On 10.03.2013 22:18, Marco Leise wrote:
> Am Sun, 10 Mar 2013 19:19:13 +0700
> schrieb Druzhinin Alexandr <news@digitalmars.com>:
>
>> I use dmd/ubuntu 64 bit, rebuild phobos and druntime with debug option
>> and I cannot realize where dmd get them from so I can substitute my
>> version of these libs. Could someone hint me where I should place them?
>
> On another note, LDC compiles both release and debug versions
> of druntime/Phobos and switches between them depending on
> whether you do a debug or release build automatically.
>
It's cool. But dmd has the only version of phobos at once. I realized that phobos contains druntime so my problem is solved. But having opportunity to switch between release and debug version is very convinient.