I downloaded a recent (Wed28Sep) fricas from Ralf Hemmecke's git mirror (I have
firewall problems when accessing svn on sourceforge).
Since the git repo is sync'ed automatically triggered by svn commit
mails from sourceforge https://github.com/hemmecke/fricas-svn and
https://fricas.svn.sourceforge.net/svnroot/fricas/ are not in sync only
for some minutes.
Did you start from a clean checkout? Actually, I would suggest to do a
vpath build, i.e. *not* building in the same place where the fricas
sources are.
mkdir $HOME/fricas-build # create a new directory
cd $HOME/fricas-build
/path/to/fricas/workdir/configure --prefix=/path/to/install/place
--enable-gmp
make -j4 # parallel build
make install
Can you confirm that the above commands still show your problem?
Ralf
--
You received this message because you are subscribed to the Google Groups "FriCAS -
computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en.