From: "Dr. Sachin Kale" <[EMAIL PROTECTED]>
> About gcc -
> on dpkg -S iostream.h
> it said file not found inspite of the fact that libstdc++ *is there*.
libstdc++VERSION.deb is the actual library (i.e. .so files). You need this
package for using software that is dynamically linked against this library.
You need the libstdc++-devVERSION.deb (notice the 'dev') for the header
files such as iostream.h. You need the -dev package to compile your own
programs that will link against the stdc++ libraries.
That is why you see a libfoo-dev package for almost every libfoo package in
Debian. Most users who will never compile software don't need the -dev
package installed.
> I want to know where to specify the variable LD_LIBRARY_PATH ?
In your shell. I.e. .bach_profile etc.
> I would also point out that on doing g++ it says that 'command not
> found',
thaths@www:[1] ~ $ which g++
/usr/bin/g++
thaths@www:[2] ~ $ dpkg -S /usr/bin/g++
g++: /usr/bin/g++
You need to install the g++ package for the actual binaries.
Thaths
----------------------------------------------------------------------------
Bringing you mounds of caffeinated joy
>>> http://thinkgeek.com/sf <<<
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help