i downloaded ruby source and executed configure file to generate make file
./configure
i got this error
C compiler cannot create executables
although i have gcc latest version installed
after investigating this error i found that the solution was
sudo apt-get install build-essential
after doing so, everything worked fine
No comments:
Post a Comment