Re: [sage-support] error building sage on fedora13

2010-06-21 Thread Jaap Spies
bb wrote: First check if the prerequisite compilers are available. As a rule they are not in a standard installation of fedora! Usually these compilers are missing. [...] Whatever I do and whatever I install the build of sage version 4.4.3 will stuck with an error in the sage-directory libgcryp

[sage-support] error building sage on fedora13

2010-06-21 Thread bb
First check if the prerequisite compilers are available. As a rule they are not in a standard installation of fedora! Usually these compilers are missing. 1. $ gcc -v 2. $ gfortran -v the appearing text will inform you if gcc is available ore not. (I assume most readers know how to install pac