Compile wxd

nobody nobody_member at pathlink.com
Mon Jun 26 04:28:48 PDT 2006


Hello,

i try to compile wxd, but i get the following error message:

ime.o wxObject.o wxString.o wxVersion.o Grid.o GridCtrl.o common.o ArrayInt.o
ArrayString.o XmlResource.o NumberDialog.o wx.o
make[1]: Leaving directory `/home/nobody/dd/wxd/wx'
make CXX="g++ -D__GDC__" DMD="gdmd" -C Samples
make[1]: Entering directory `/home/nobody/dd/wxd/Samples'
make -C Controls
make[2]: Entering directory `/home/nobody/dd/wxd/Samples/Controls'
gdmd -c -O -I../.. Controls.d
gcc -o ../../bin/Controls Controls.o -L../.. -lwxd -lwxc -lm -lphobos `wx-config
--libs` -lstdc++
Controls.o:(.eh_frame+0x11): undefined reference to `__gdc_personality_v0'
./../libwxd.a(App.o):(.eh_frame+0x11): undefined reference to
`__gdc_personality_v0'
./../libwxd.a(ArtProvider.o):(.eh_frame+0x11): undefined reference to
`__gdc_personality_v0'
./../libwxd.a(Bitmap.o):(.eh_frame+0x11): undefined reference to
`__gdc_personality_v0'


I think this line make the problem:
gcc -o ../../bin/Controls Controls.o -L../.. -lwxd -lwxc -lm -lphobos `wx-config

Must  -lphobos switch to -lgphobos?

Compiler is gdc 0.1.8 under linux.








More information about the Digitalmars-d-dwt mailing list