On Thursday, June 14, 2012 4:23:42 PM UTC+8, Fab wrote:
>
> Hello,
> Sorry if my English is pretty poor because I am French. Thank you for your 
> help.
>
> fab@debian:~$ cd /home/fab/Software/sage-5.0.1/
> fab@debian:~/Software/sage-5.0.1$ ./sage --sh
>
> Starting subshell with Sage environment variables set.  Don't forget
> to exit when you are done.  Beware:
>  * Do not do anything with other copies of Sage on your system.
>  * Do not use this for installing Sage packages using "sage -i" or for
>    running "make" at Sage's root directory.  These should be done
>    outside the Sage shell.
>
> Bypassing shell configuration files...
>
> Note: SAGE_ROOT=/home/fab/Software/sage-5.0.1
> (sage-sh) fab@debian:sage-5.0.1$ g++-v
> bash: g++-v : commande introuvable
> (sage-sh) fab@debian:sage-5.0.1$ g++-dumpversion
> bash: g++-dumpversion : commande introuvable
>

You need to give a space between the command and its argument:

g++ -v  # like this
g++-v   # not like this
 

(sage-sh) fab@debian:sage-5.0.1$ testcxx.sh g++
> GCC
> (sage-sh) fab@debian:sage-5.0.1$ 
>
>

-- 
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/sage-support
URL: http://www.sagemath.org

Reply via email to