|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
D.gnu - gdc-0.13 gcc-3.4.3 linux build errors
Hello I successfully built gdc-0.12 with the additional patch to enable -fpic -shared, and that works fine. Excellent - I have my toolkit as a dynamic library callable from C and from D. But when I try to build gdc-0.13 so as to stay current I get assembler errors: libphobos/std/stream.d: Error: Local symbol `.LTHUNK0' can't be equated to undefined symbol ... (many more of these) I notice that some relevant sounding changes were being discussed in relation to the mingw port. Any suggestions? Regards Peri Hankey Jun 16 2005
Peri Hankey wrote:Hello I successfully built gdc-0.12 with the additional patch to enable -fpic -shared, and that works fine. Excellent - I have my toolkit as a dynamic library callable from C and from D. But when I try to build gdc-0.13 so as to stay current I get assembler errors: libphobos/std/stream.d: Error: Local symbol `.LTHUNK0' can't be equated to undefined symbol ... (many more of these) I notice that some relevant sounding changes were being discussed in relation to the mingw port. Any suggestions? Regards Peri Hankey Jun 16 2005
David Friedman wrote:Peri Hankey wrote:Hello I successfully built gdc-0.12 with the additional patch to enable -fpic -shared, and that works fine. Excellent - I have my toolkit as a dynamic library callable from C and from D. But when I try to build gdc-0.13 so as to stay current I get assembler errors: libphobos/std/stream.d: Error: Local symbol `.LTHUNK0' can't be equated to undefined symbol ... (many more of these) I notice that some relevant sounding changes were being discussed in relation to the mingw port. Any suggestions? Regards Peri Hankey Jun 17 2005
Peri Hankey wrote:David Friedman wrote:Peri Hankey wrote:Hello I successfully built gdc-0.12 with the additional patch to enable -fpic -shared, and that works fine. Excellent - I have my toolkit as a dynamic library callable from C and from D. But when I try to build gdc-0.13 so as to stay current I get assembler errors: libphobos/std/stream.d: Error: Local symbol `.LTHUNK0' can't be equated to undefined symbol ... (many more of these) I notice that some relevant sounding changes were being discussed in relation to the mingw port. Any suggestions? Regards Peri Hankey Jun 17 2005
|