Re: Linking to static gtkd libraries

2012-04-24 Thread Ed McCardell
On 04/23/2012 08:02 PM, Marco Leise wrote: Am Mon, 23 Apr 2012 19:30:25 -0400 schrieb Ed McCardell: I've built gtkD as a static library using gdc, but whenever I try to link libgtkd.a into another program, I get dozens of errors like /path/to/libgtkd.a(HScrollbar.o)(.data+0x80)undefined refere

Re: Linking to static gtkd libraries

2012-04-23 Thread Marco Leise
Am Mon, 23 Apr 2012 19:30:25 -0400 schrieb Ed McCardell : > I've built gtkD as a static library using gdc, but whenever I try to > link libgtkd.a into another program, I get dozens of errors like > > /path/to/libgtkd.a(HScrollbar.o)(.data+0x80)undefined reference to `t.0' > > I'm using the

Linking to static gtkd libraries

2012-04-23 Thread Ed McCardell
I've built gtkD as a static library using gdc, but whenever I try to link libgtkd.a into another program, I get dozens of errors like /path/to/libgtkd.a(HScrollbar.o)(.data+0x80)undefined reference to `t.0' I'm using the latest gdc from github, with the latest gcc snapshot, on both 32- and