|
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 electronics |
D.gnu - build gdc with gcc 4.2.2
HI, I have tried to build gdc with gcc 4.2.2 . I know it is not support yet.I just want to have a try. Then the problem is : when build the d-lang.glue.o , there are some errors in d-codegen.h there is a function named 'build'. I can't find the declaration of it, of course the same to the compiler. there are also functions named 'build1' 'build2' 'build3' . and the declaration of them are also missed. Doesn't it strange? If the same code can work around gcc 4.1, what was happend? How can gcc 4.1 find the functions? where are they? anybody give me a hand? thank you! Nov 10 2007
|