Impatient Newbie Question: "Self-Compiled..."???

Ask a Question related to Ruby, Design and Development.

  1. #1

    Default Re: Impatient Newbie Question: "Self-Compiled..."???


    "dhtapp" <dhtapp@cox.net> wrote:
    > Hi,
    >
    > I've snagged the Ruby Nutshell book (which is jam-packed full of stuff that
    > I currently can't decipher), and have another book on the way from Amazon
    > soon. I'm trying to be patient, to go through the docs, and to leave you
    > more adept folks alone until I can at least ask some non-tedious questions.
    > But I have this nagging issue that I really want to find out about NOW, and
    > I'm hoping someone will have a little mercy on a newbie.
    >
    > Namely: I've seen references to "self-compiled" Ruby files. What does that
    > mean, or, where do I read up on it?
    >
    > Thanks!
    >
    > - dan, slinking back into the kiddie pool
    >
    If you're referring to:-
    [url]http://www.ruby-talk.org/78848[/url]

    -----------------------------------------------------
    same.rb:4: [BUG] rb_sys_fail() - errno == 0
    ruby 1.8.0 (2003-08-04) [i386-mingw32]
    abnormal program termination

    It is a self-compiled ruby.
    -----------------------------------------------------

    he means he compiled Ruby from the source so
    isn't using a pre-compiled binary (like the
    one-click install for Windows).

    You can't compile Ruby scripts.


    daz



    daz Guest

  2. Similar Questions and Discussions

    1. Newbie question: How can I create a "tiled" background?
      How can I create a "tiled" background from a GIF image in FlashMX? I have searched and searched on Google, but haven't found the answer. I would...
    2. Newbie Question: "handler not found"
      I'm trying to change the colour of just one word in a block of text. If I use absolute values of course it will work fine but I want to change the...
    3. Newbie Question - "trusted SQL Server connection"
      I am just getting started with ASP.Net. I am attempting to place a dateGrid on a page and I have done all the things I would do in a Windows...
    4. Newbie question: What is "SQL*Net roundtrips to/from client" in the utlestat report
      yanivv@savantis.com (Yaniv) wrote in message news:<2a8fcd9.0307170814.36fc2cff@posting.google.com>... upload your output to OraPerf...
    5. Newbie question about &quot;alter database create datafile..&quot;
      oracle2000 wrote: Did you check the details of the error message? The explanation is pretty straightforward: $ oerr ora 1178 01178, 00000,...
  3. #2

    Default Re: Impatient Newbie Question: "Self-Compiled..."???

    >
    >You can't compile Ruby scripts.
    >
    >
    Of course you can compile ruby scripts, look for 'exerb'.

    Helmut

    helmut.brugger@gmx.net Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139