site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Hi - I found a bug in the libc++v3 library with dynamic_cast and, rather than just wait for Apple to fix it, I'm trying to build my own so I can fix it myself as a work-around. I've made essentially NO progress in trying to build ANY part of the darwin8.0.0 modules (well, a few .o's but...) in essentially 2 full days of attempts. As far as I know there is no up to date public cvs for Darwin. Bill Northcott _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... On 11/05/2005, at 5:11 AM, Hugh Hoover wrote: IMHO, you are making the whole thing more complicated than it needs to be. You can get the sources for Apple's version of gcc-4.00 from the main FSF cvs described at gcc.gnu.org. If you have a look at the web cvs you can see a list of valid tags. The Apple tags are near the bottom. The current tag is around apple-ppc-5018. This is considerably more up to date than the shipped Xcode 2 compiler apple- ppc-4061. The 50xx versions have been updated to the released FSF gcc-4.00 code as at 20 April. Your problem may well already be fixed. These sources will build happily on Panther if you update the cc- tools package. This email sent to site_archiver@lists.apple.com
participants (1)
-
Bill Northcott