64-bit Ruby on Solaris - solved

Ask a Question related to Ruby, Design and Development.

  1. #1

    Default 64-bit Ruby on Solaris - solved

    All,
    > -----Original Message-----
    > From: Hugh Sasse Staff Elec Eng [mailto:hgs@dmu.ac.uk]
    <snippage>
    > gcc-3.3.2 has a number of fixes for the sparc platform
    > Hugh
    Indeed.

    The solution ultimately seems to be: upgrade to gcc 3.3.2, because it
    worked after I did that. In addition I set CC to 'gcc -m64
    -mcpu=ultrasparc', but left CFLAGS and LDFLAGS unset. Oh, and use Sun's
    ld, not GNU's.

    Hugh, to answer your earlier question, I had made sure to point to
    /usr/ccs first in my path. I was just griping in general about the ld
    hell I've entered by building some thing's with binutils, and others
    with Sun's utils.

    Guy, thank you very much for putting up with me while I stumbled through
    this!

    Now, to benchmark!

    Regards,

    Dan

    Berger, Daniel Guest

  2. Similar Questions and Discussions

    1. Question: C2 Security Configuration for general Unix and Solaris/Trusted Solaris (Auditing)
      Erlend Leganger wrote: > Just FYI, I know that within NATO, you can get C2 certification by using an > evaluated verison of Solaris (the latest is...
    2. 64-bit Ruby on Solaris?
      Hi all, Solaris 9 gcc 3.3.1 Ruby 1.8.1 p2 Sunblade 100, UltraSparc IIe As usual, I'm playing with things I don't truly understand. Anyway,...
    3. [ANN] ruby-freedb, ruby-serialport, ruby-mp3info moved to Rubyforge
      http://ruby-freedb.rubyforge.org/ http://ruby-serialport.rubyforge.org/ http://ruby-mp3info.rubyforge.org/ bye! --...
    4. errors compiling Ruby under Solaris
      Hi, At Wed, 27 Aug 2003 10:35:57 +0900, Kurt M. Dresner wrote: I have no clue about Solaris system headers, what are there around that line?...
    5. How to build a distributable Solaris binary for Ruby 1.8?
      Hello all: I apologize if I have missed any other posts that addressed this. For our company's internal use I have always used the GCC compiler...
  3. #2

    Default Re: 64-bit Ruby on Solaris - solved

    On Mon, 3 Nov 2003, Berger, Daniel wrote:
    > Hugh, to answer your earlier question, I had made sure to point to
    > /usr/ccs first in my path. I was just griping in general about the ld
    I'm fairly sure I didn't mention that! I did ask which version of
    binutils and GCC you were trying with when you got the failures.
    > hell I've entered by building some thing's with binutils, and others
    > with Sun's utils.
    My experience is that building gnu things with gnu tools generally
    works better, but this is not always desirable. And sometimes it
    feels endless :-).
    [...]
    > Regards,
    >
    > Dan
    >
    Hugh

    Hugh Sasse Staff Elec Eng 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