> The procedure here worked as follows: > * compile (as ordinary user) on a user machine > * copy it to a server machine (which has different architecture) with special > priviledges (I'm not sure whether root was enough here) > * make install on the server machine.
Sounds not like a big problem to me. A) 1. Login (as mrubey) on the server machine. 2. svn co https://fricas.svn.sourceforge.net/svnroot/fricas/trunk fricas 3. cd fricas && ./configure && make 4. sudo make install B) 1. Login (as mrubey) to your local machine 2. svn co https://fricas.svn.sourceforge.net/svnroot/fricas/trunk fricas 3. cd fricas && ./configure && make 4. copy ~mrubey/fricas to the server machine 5. ask the server administrator to type "make install" (as root) Where is the 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 -~----------~----~----~----~------~----~------~--~---
