Slashdot Mirror


User: m50d

m50d's activity in the archive.

Stories
0
Comments
6,913
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,913

  1. Re:Still no C99? on GCC 4.0.0 Released · · Score: 1

    As I said above, there's still important bits missing, if there werent c99 (or rather g99) would be the default std.

  2. Re:No hope for named warnings on GCC 4.0.0 Released · · Score: 1

    RTFpost. He's doing something like "uint count, then later if (count0){(overflow handling)}". Which won't be compiled but needs to be there because sometimes he'll need the same code with count being an int(perhaps it's a separate file that includes a header so count will be a uint on some platforms and int on others). So the code needs to be there, and he doesn't want gcc warning about it

  3. Re:just when OpenBSD i386 started to move to 3.x on GCC 4.0.0 Released · · Score: 1

    I think it could work. Especially if they don't worry about optimizing. And I think it's good that there's an alternative, competition is usually good and choice is always good. Same reason I support abiword.

  4. Re:Objective-C++...? on GCC 4.0.0 Released · · Score: 1

    I want python. It's a very good language, easy to program in, but can be a bit slow, and even when it isn't it's assumed to be because it's interpreted. Please add python support to gcc if you can.

  5. Re:Something fun with compiling... on GCC 4.0.0 Released · · Score: 1

    I'm not the OP, but just make binary packages on your main system and pass them over to the 386 however. Set -march=i386 -mcpu=i386 -mno-mmx -mno-sse -mno-3dnow in cflags and assuming you're on an x86 for your main system it should work fine. Distcc will also work though.

  6. Re:Figured this had to happen on GCC 4.0.0 Released · · Score: 1

    In that case, how were you able to guarantee a release date? Were you planning to ship one of the betas or release candidates if official gcc 4 wasn't out yet? Did you have advance notice of the release?

  7. Re:Why? on GCC 4.0.0 Released · · Score: 1

    GCC is GPL, so MS can't add the extension to VC++ without making it GPL, which they don't want to do, and possibly can't. (might not have rights to distribute source for some of the things included). So for practical purposes you are locked out of propriety compilers. And since gcc is there, to the best of my knowledge no-one has made a big effort to make another free compiler (maybe one or all of the BSDs has one, but there again they can't incorporate gcc code because they want to keep the core system BSD rather than gpl), that means you're practically locked into gcc, because there isn't and won't be another compiler that has those features.

  8. Re:GCC 4.0's biggest winner is probably KDE on GCC 4.0.0 Released · · Score: 1

    True, but why the are there not mirrors of all the different versions? Debian has something like 300 different mirrors, and you wouldn't be increasing the overall bandwidth any - just have different mirrors have binary packages done with different options, and the package install tool uses the one you need? (I'm a gentoo user who would like to have both USE and binary packages)

  9. Re:Depends... on Spyware or Researchware? · · Score: 1

    But they *are* known to sell personal information and prevent themselves being uninstalled. "Some spyware companies claim X" does not mean "All companies who claim X make spyware".

  10. Re:why fork? on Havoc Pennington on GNOME 3's Future · · Score: 1

    The idea is more of a -devel branch than a true fork. Gnome 3 will introduce things which are very different, and so all he's saying is gnome 2 should still be maintained for a while. Like linux 2.4.

  11. Re:Translation on Havoc Pennington on GNOME 3's Future · · Score: 2, Informative

    But when it was first introduced, THERE WAS NO OPTION. It was added in the next .1 release, because there was so much user outcry, but the gnome people, when they first introduced it, GAVE USERS NO OPTION. (You had to change an undocumented setting by directly editing the registry)

  12. Re:stupid dumb moronic question on GCC 4.0.0 Released · · Score: 1

    Yep. In fact that's what the last c stands for - it isn't GNU C Compiler, it's GNU Compiler Collection

  13. Re:Still no C99? on GCC 4.0.0 Released · · Score: 2, Interesting

    Is broken in some important ways, for example you can't pass complex numbers to functions, which is why it isn't the default

  14. Re:Patent issues on GCC 4.0.0 Released · · Score: 1

    Surely that's not a valid patent everywhere. Could there be a nonus fork with improved pointer analysis?

  15. Re:how much java comaptibility on GCC 4.0.0 Released · · Score: 1

    Try the kde java bindings. They're alright, really.

  16. Re:Testing the old girl out... on GCC 4.0.0 Released · · Score: 1

    Blackdown is just a repackaged Sun one as far as I can see, not a separate one like IBM's

  17. Still no C99? on GCC 4.0.0 Released · · Score: 1

    I really want to use it, it's 6 years old, please somebody implement it! (I'll try after my current project if you like, but you probably don't want my kind of coding going into gcc. Really. I hate OOP and use goto where I feel like it)

  18. Re:Open source and human nature on Open Source Methods Useful Way Beyond Software · · Score: 1

    Representative democracies like that I live in (UK, although we have some weirdness with royal perrogative (I don't mean that word) which messes things up but not too much) are a reasonable first-order approximation to a true democracy. Whether or not a state is a dictatorship is pretty much irrelevant to whether or not it's communist. There were some genuine attempts at communism, before stalin took over soviet russia was by and large really trying. Of course power corrupts and most states are nowhere near what they pupport to be, but they are towards that way, and they are democratic/communist enough to make that a topic of conflict

  19. Re:The DCMA says a lot of things... on Tridgell Reveals Bitkeeper Secrets · · Score: 1

    He was released. The fact that he was charged doesn't mean anything, except perhaps that the laws are too vauge, you can charge anyone with anything.

  20. Re:Recycled Comment on Tridgell Reveals Bitkeeper Secrets · · Score: 4, Insightful
    But why would Linus take him to task knowing that he would not be able to respond publicly?

    Because that's the best time to attack someone. I think, despite what you say, Linus didn't believe it must end. He felt this one would be different. Ultimately he made a bad call, he's angry about it, and to distract attention from his misjudgement he's attacking someone who can't respond.

    And Perens? This is a slugfest that only Gates, Darl, and RMS would love - all for differing reasons. Why does Perens feel compelled to call out Linus over his treatment of Tridgell?

    Because someone had to do it, and it had to be someone with the standing. Linus is doing something horrible, but do you think he or his fans would listen if you or me called him on it? Which I would, in an instant. But probably only Perens and ESR had the stature to do this.

  21. KDE control centre does a good job on One Year Later - CUPS Admin Still Lacking? · · Score: 1

    I recommend it as a way of setting up printers. The functionality is the same but it looks nicer and seems easier to use for those without cups experience. I don't know if there's a gnome equivalent.

  22. Re:OK, I'm impressed. on Google Maps, Local Expand To UK · · Score: 1

    The A14, which is near me, used to be the A45 and was changed fairly recently along with being lengthened to meet the M1, so I don't think it's entirely like that. The other end was past the A5 and I'm pretty sure the A6 too. Most of the roads around here start with 1, but I don't think it's all of them, even when they're entirely between the A1 and 2.

  23. Re:Movie representations of computer UI on Next Generation X11 · · Score: 1

    Yep. And it was distributed in the "toys" category.

  24. Re:The standards are stupid on Why Aren't More Distros Becoming LSB Certified? · · Score: 1

    That is lsb-compliant as it currently stands, provided your shell script only depends on lsb commands in the lsb locations. Lsb-compliant distros have to have a way to install rpms, but that's not too difficult

  25. Re:Bitkeeper was a great descision on Torvalds Unveils New Linux Control System · · Score: 5, Insightful

    His word is not law, that's the whole point of OSS. We can fork it when he does stupid things. We don't want to waste effort, so we flame him first.