Re: Shared lib support for Linux

2011-08-26 Thread maarten van damme
wow, been looking for this since a long time, only found for gdc. 2011/8/26 bioinfornatics > I have explain here: https://github.com/ldc-developers/ldc/issues/4 how to > get shared lib for ldc2 compiler >

Re: Shared lib support for Linux

2011-08-26 Thread bioinfornatics
I have explain here: https://github.com/ldc-developers/ldc/issues/4 how to get shared lib for ldc2 compiler

Re: Shared lib support for Linux

2011-08-26 Thread Long Chang
It's been five months since I last ask for dynamic lib support of linux , I want to know when this can be achieved . A rough schedule time will be very help, thank in advance . On 22 March 2011 11:31, Long Chang wrote: > > Hello , > > The DMD will support shared lib for linux in future,  But

Re: Shared lib support for Linux

2011-03-22 Thread Long Chang
I install libc_pic , and got this error : gcc -shared -o dmd_xtpl.so dmd_xtpl.o -fPIC -m64 -L/home/opt/usr/local/lib64 -lgdruntime -lc_pic/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib/libc_pic.a(init-first.os): In function `_init': (.text+0x20): multiple definition of `_init' /usr/lib/gcc/x

Re: Shared lib support for Linux

2011-03-22 Thread Long Chang
On Tue, Mar 22, 2011 at 8:57 PM, Iain Buclaw wrote: > == Quote from Long Chang (changl...@jkys.info)'s article >> Hello , >> The DMD will support shared lib for linux in future,  But I wan't to >> know when this can be completed . >> I am try use GDC build libgdruntime.a with -fPIC,  and catch som

Re: Shared lib support for Linux

2011-03-22 Thread Long Chang
On Tue, Mar 22, 2011 at 8:57 PM, Iain Buclaw wrote: > == Quote from Long Chang (changl...@jkys.info)'s article >> Hello , >> The DMD will support shared lib for linux in future,  But I wan't to >> know when this can be completed . >> I am try use GDC build libgdruntime.a with -fPIC,  and catch som

Re: Shared lib support for Linux

2011-03-22 Thread Iain Buclaw
== Quote from Long Chang (changl...@jkys.info)'s article > Hello , > The DMD will support shared lib for linux in future, But I wan't to > know when this can be completed . > I am try use GDC build libgdruntime.a with -fPIC, and catch some > error I can't fix it . > for example: > ../../../../lib

Re: Shared lib support for Linux

2011-03-22 Thread Kagamin
> though the function looks buggy. oops, no, it's just me.

Re: Shared lib support for Linux

2011-03-22 Thread Kagamin
> though the function looks buggy. oops, no, it's just me.

Re: Shared lib support for Linux

2011-03-22 Thread Kagamin
Long Chang Wrote: > Hello , > > The DMD will support shared lib for linux in future, But I wan't to > know when this can be completed . > > I am try use GDC build libgdruntime.a with -fPIC, and catch some > error I can't fix it . > > for example: > ../../../../libphobos/rt/arraybyte.d > ../..

Shared lib support for Linux

2011-03-21 Thread Long Chang
Hello , The DMD will support shared lib for linux in future, But I wan't to know when this can be completed . I am try use GDC build libgdruntime.a with -fPIC, and catch some error I can't fix it . for example: ../../../../libphobos/rt/arraybyte.d ../../../../libphobos/rt/arraybyte.d: In funct