Hello Satyakant,
Satyakant Kantarao wrote:
Hello friends,
I tried using Mandriva LE 2005 for C++ programming today. For a
simple program (typed using Kate) like
<....snip...>
The simple inference is that there's something different about
Mandriva LE 2005. To find out what that might be, I tried STFW but
haven't come up with anything yet. Any help will be greatly
appreciated.
The only thing that I can think of (considering the 'no such command' error that
you get) is that the PATH variable in 9.1 probably also includes the current
directory (ie: '.') where as in 2005 LE it does not.
The PATH variable defines a colon separated list of directories that the shell
would search for to find a command/executable. You may modify/customize the PATH
variable either on the commandline (in which case it is active for the lifetime
of the current shell session) or in one of your login rc scripts (ie:
/etc/profile for setting PATH system wide or $HOME/.bash_profile for a normal
user). The way to do this is simply:
export PATH="$PATH:."
Another problem I have is: How do I use the MD5 files to verify ISO
images on Windows? The mirror sites for ISO images give the command
to use on Linux, but they say you have to download something else to
use MD5sum on Windows.
http://theopencd.sunsite.dk/md5.php
You could have simply googled for md5sum.exe !
Regards
Steve
--
______________________________________________________________________
Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in)
List Information: http://plug.org.in/mailing-list/listinfo/plug-mail
Send 'help' to [EMAIL PROTECTED] for mailing instructions.