Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-05-2007, 02:13 AM
|
#1
|
LQ Newbie
Registered: Jan 2007
Posts: 5
Rep:
|
c++ compile problem under ubuntu
Hi:everyone
i just installed the new Kubuntu Linux in my computer,but i can`t compile any *.cpp file with g++ command .
Terminal show me
"bash : g++: command not found"
i dont know the why i cant use g++ to compile.
thanks alot , please help me with this small problem.
|
|
|
01-05-2007, 02:22 AM
|
#2
|
LQ Newbie
Registered: May 2006
Posts: 2
Rep:
|
Hi ,
generally g++ distribution comes under /usr/bin, you should find where is g++ installed on your system and export that path to your PATH environment variable.
Hope this helps you.
Thanks,
Deepti
|
|
|
01-05-2007, 02:28 AM
|
#3
|
LQ Newbie
Registered: Jan 2007
Posts: 5
Original Poster
Rep:
|
thank you
but i dnot know how to export that path to my PATH environment , i am a new people in Linux.
|
|
|
01-05-2007, 02:37 AM
|
#4
|
Senior Member
Registered: Sep 2005
Location: France
Distribution: approximately NixOS (http://nixos.org)
Posts: 1,900
Rep:
|
Ubuntu? Compiler problems?
sudo apt-get install build-essentials
|
|
|
01-05-2007, 03:20 AM
|
#5
|
LQ Newbie
Registered: Jan 2007
Posts: 5
Original Poster
Rep:
|
thanks ,could u tell me nore detail about installing build-essentials??
|
|
|
01-05-2007, 03:30 AM
|
#6
|
Senior Member
Registered: Sep 2005
Location: France
Distribution: approximately NixOS (http://nixos.org)
Posts: 1,900
Rep:
|
Er.. Details? It was command-line to install. By default Ubuntu and clones do not install anything related to compilation. So you need to install it. There is meta-package build-essentials with no files, but lots of dependencies. Its installation makes Ubuntu install everything needed for compilation of standard C/C++ programs.
|
|
|
01-05-2007, 07:46 AM
|
#7
|
LQ Newbie
Registered: Jan 2007
Posts: 5
Original Poster
Rep:
|
hi^_^
how to install meta-package build-essentials?
|
|
|
01-05-2007, 08:00 AM
|
#8
|
Senior Member
Registered: Sep 2005
Location: France
Distribution: approximately NixOS (http://nixos.org)
Posts: 1,900
Rep:
|
sudo apt-get install build-essentials
|
|
|
01-06-2007, 12:31 AM
|
#9
|
LQ Newbie
Registered: Jan 2007
Posts: 5
Original Poster
Rep:
|
ha^_^
thanks
|
|
|
All times are GMT -5. The time now is 12:50 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|