Re: timeouts

tmoran_at_acm.org
Date: 08/27/04

  • Next message: Wes Groleau: "Re: ADA Popularity Discussion Request"
    Date: Fri, 27 Aug 2004 01:31:50 GMT
    
    

    >In my case the solutions I have seen don't seem feasible:

    Comparing my version of s-osprim.adb and the one from ACT, I note the
    addition of one (initialization) line:

    Comparing files S-OSPRIM.ADB and L:S-OSPRIM.ADB
    ***** S-OSPRIM.ADB
             Long_Long_Float (Sec_Unit));
          Base_Monotonic_Clock := Base_Clock;
       end Get_Base_Time;
    ***** L:S-OSPRIM.ADB
             Long_Long_Float (Sec_Unit));
       end Get_Base_Time;
    *****

    ***** S-OSPRIM.ADB

    Of course you'll then need to compile s-osprim.adb with the compiler
    option that lets to recompile system components (which I don't recall
    off the top of my head) and you'll have to recompile the things that
    depend on s-osprim.adb (IIRC that's more than you would expect).

    Is the current GCC Gnat more robust than 3.15p, or is it still beta?
    ie, should we (Windows) 3.15p users switch, or continue waiting?


  • Next message: Wes Groleau: "Re: ADA Popularity Discussion Request"

    Relevant Pages

    • Re: Crackers and blasphemy
      ... and cowardly act  which I condemn though I find I would have ... to defend his right to do it, just as I would defend the right ... So you're comparing Myers' treatment of a wafer to Nazis or the Klan? ... A wafer is just an object and not a member of an oppressed group of ...
      (talk.origins)
    • Re: What does this mean(Generics)
      ... What I find interesting about this example is that if you constrain T ... to be a “struct” then you will get a compile error. ... only permitted when comparing a value of a type supplied to a generic type ... then those overloads will be used. ...
      (microsoft.public.dotnet.languages.csharp)
    • Re: Design Patterns and Functional programming
      ... will act differently if something is a number versus a string. ... In languages like OCaml, types do not affect the running of the program, ... comparing strings and false when comparing numbers so if you have a<b, ... I think that any language with a non-trivial type inference should have ...
      (comp.object)
    • Re: A Warning From Time Traveller
      ... picketing funerals aren't the same fucking ballpark. ... But Mr. Raven1 was comparing both blowing up abortion clinics *and* picketing funerals to burning embassies and suicide bombing pizza parlors. ... It's a comparison between two acts of violence that will harm people and property, to an act of violence that will harm people and property and an act of speech that will annoy some people. ...
      (rec.arts.sf.written)
    • Re: Design Patterns and Functional programming
      ... will act differently if something is a number versus a string. ... In languages like OCaml, types do not affect the running of the program, ... comparing strings and false when comparing numbers so if you have a<b, ...
      (comp.object)