 |
Forums |
Admin Start New Thread
By: Fleur Corfield
RE: Ruby on Solaris: Make Error [ reply ] 2006-04-13 09:55
|
Done.
Deinstall everything to make sure its clean. Otherwise you can still get errors.
1. Do not use usr/ccs/bin (1999 version of make) but use /usr/local/bin (later - 2002 - version of make)
2. run make LTFLAGS='' this gives you more details. In my case "ld: fatal: file miniruby: creation interrupted: No space left on
device" so I moved the unpackaged file to usr/local and then ran make LTFLAGS='' again and it worked! ran make test and make install without issues - checked using ruby -v and it returned some information!
Right on to RubyGems!
|
By: Fleur Corfield
Ruby on Solaris: Make Error [ reply ] 2006-04-12 13:27
|
Please help me! I have downloaded the source for Ruby 1.8.4, I added CC to the environment using "CC=/usr/local/bin/gcc" & "export CC". I have run ./configure successfully.
I then set my make variables using "PATH=$PATH:/usr/ccs/bin" and "export PATH". After doing this I tried to use the make command, and received the following errors:
1. make: Warning: Illegal dependency list for target `.DEFAULT'
and far more worrying:
2.internal error: error_message(58)
*** Error code 100
make: Fatal error: Command failed for target `libruby-static.a'
|
|
 |