|
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 - Building GDC with Apple's GCC.I'm wondering if anyone can contribute experience building GDC using Apple's GCC v3.3 as included with 10.3.x? http://developer.apple.com/documentation/DeveloperTools/gcc-3.3/gcc/Source-Code.html has information on how to get Apple's version of GCC. Brian Hammond wrote about this back in April but I don't see any details on whether he succeeded in doing this or not ... if this is possible I'd like to do it and potentially provide a binary distribution of the compiled gdc that could be easily overlaid on-top of OSX. Does anyone else provide a binary package of GDC for OSX? --M Jun 18 2004
It's not possible to build against Apple's GCC due to some of Apple's changes mixing language-dependent and language-independent code. However, building against the GNU sources works just fine. As to a binary, I used to have one hosted on my server. I'll look and see if it's still there and get back to you about it. Owen In article <pan.2004.06.18.12.25.40.948825 pobox.SAY.NO.TO.SPAM.com>, Misha Gorodnitzky says...I'm wondering if anyone can contribute experience building GDC using Apple's GCC v3.3 as included with 10.3.x? http://developer.apple.com/documentation/DeveloperTools/gcc-3.3/gcc/Source-Code.html has information on how to get Apple's version of GCC. Brian Hammond wrote about this back in April but I don't see any details on whether he succeeded in doing this or not ... if this is possible I'd like to do it and potentially provide a binary distribution of the compiled gdc that could be easily overlaid on-top of OSX. Does anyone else provide a binary package of GDC for OSX? --M Jun 18 2004
Yup, I still have a binary at: http://resistor.dyndns.org/gdc.tar.bz2 Go easy on my bandwidth, as that's hosted off my cable modem. ;) Owen In article <cb0dcp$10ji$1 digitaldaemon.com>, resistor AT mac DOT com says...It's not possible to build against Apple's GCC due to some of Apple's changes mixing language-dependent and language-independent code. However, building against the GNU sources works just fine. As to a binary, I used to have one hosted on my server. I'll look and see if it's still there and get back to you about it. Owen In article <pan.2004.06.18.12.25.40.948825 pobox.SAY.NO.TO.SPAM.com>, Misha Gorodnitzky says...I'm wondering if anyone can contribute experience building GDC using Apple's GCC v3.3 as included with 10.3.x? http://developer.apple.com/documentation/DeveloperTools/gcc-3.3/gcc/Source-Code.html has information on how to get Apple's version of GCC. Brian Hammond wrote about this back in April but I don't see any details on whether he succeeded in doing this or not ... if this is possible I'd like to do it and potentially provide a binary distribution of the compiled gdc that could be easily overlaid on-top of OSX. Does anyone else provide a binary package of GDC for OSX? --M Jun 19 2004
|