Results 1 to 10 of 14
Hi everyone! I'm a newbie to Linux trying to install ddd for my computer course. Unfortunately, it's not going well, so I'd be very thankful for your help!
So, I've ...
- 03-29-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 8
problem installing ddd
Hi everyone! I'm a newbie to Linux trying to install ddd for my computer course. Unfortunately, it's not going well, so I'd be very thankful for your help!
So, I've downloaded and extracted the package and I type the ./configure command in the terminal. What I get in the end is this>
error: You must set the environment variable CXX to a working
C++ compiler. Also check the CXXFLAGS settings.
See the file 'config.log' for further diagnostics.
Translation, anyone?
Thanks
- 03-29-2009 #2Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
Have you installed the packages in build-essential ?
sudo apt-get install build-essential
- 03-30-2009 #3Just Joined!
- Join Date
- Mar 2009
- Posts
- 8
Thanks for trying for help, but no, it didn't work.
all I get after the command is this:
E: Malformed line 60 in source list /etc/apt/sources.list (dist parse)
E: The list of sources could not be read.
Any idea what I should do next?
- 03-30-2009 #4
post the contents of your sources.list file
- 03-30-2009 #5Just Joined!
- Join Date
- Mar 2009
- Posts
- 8
I think you may have misunderstood my ubuntu knowledge

I am, for the time being, an idiot.
So, I am not quite sure what you are asking me to do...
What should I post from the sources.list?
- 03-30-2009 #6Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
The whole thing (/etc/apt/sources.list). Remember to wrap in "code" tags or uncheck the "Parse Links" option, or the forum will translate the links making it more difficult to see exactly what's going on.
- 03-30-2009 #7Just Joined!
- Join Date
- Mar 2009
- Posts
- 8
And how do I do that? The whole thing has five tabs with a bunch of stuff and I don't get it...
Btw, thanks a lot for helping!
- 03-30-2009 #8Just Joined!
- Join Date
- Mar 2009
- Posts
- 8
ok, got it!
here it is, the entire thing:
Code:# deb cdrom:[Ubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081029.5)]/ intrepid main restricted # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://archive.ubuntu.com/ubuntu/ intrepid main restricted ## Major bug fix updates produced after the final release of the ## distribution. deb http://archive.ubuntu.com/ubuntu/ intrepid-updates main restricted ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team. Also, please note that software in universe WILL NOT receive any ## review or updates from the Ubuntu security team. deb http://archive.ubuntu.com/ubuntu/ intrepid universe deb http://archive.ubuntu.com/ubuntu/ intrepid-updates universe ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu ## security team. deb http://archive.ubuntu.com/ubuntu/ intrepid multiverse deb http://archive.ubuntu.com/ubuntu/ intrepid-updates multiverse ## Uncomment the following two lines to add software from the 'backports' ## repository. ## N.B. software from this repository may not have been tested as ## extensively as that contained in the main release, although it includes ## newer versions of some applications which may provide useful features. ## Also, please note that software in backports WILL NOT receive any review ## or updates from the Ubuntu security team. # deb http://us.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse # deb-src http://us.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse ## Uncomment the following two lines to add software from Canonical's ## 'partner' repository. This software is not part of Ubuntu, but is ## offered by Canonical and the respective vendors as a service to Ubuntu ## users. deb http://archive.canonical.com/ubuntu intrepid partner deb-src http://archive.canonical.com/ubuntu intrepid partner # Line commented out by installer because it failed to verify: # deb http://security.ubuntu.com/ubuntu intrepid-security main restricted # Line commented out by installer because it failed to verify: # deb-src http://security.ubuntu.com/ubuntu intrepid-security main restricted # Line commented out by installer because it failed to verify: # deb http://security.ubuntu.com/ubuntu intrepid-security universe # Line commented out by installer because it failed to verify: # deb-src http://security.ubuntu.com/ubuntu intrepid-security universe # Line commented out by installer because it failed to verify: # deb http://security.ubuntu.com/ubuntu intrepid-security multiverse # Line commented out by installer because it failed to verify: # deb-src http://security.ubuntu.com/ubuntu intrepid-security multiverse deb http://lgp203.free.fr/ubuntu/gutsy universe deb http://security.ubuntu.com/ubuntu hardy-security restricted main multiverse universe deb-src http://security.ubuntu.com/ubuntu hardy-security restricted main multiverse universe deb http://us.archive.ubuntu.com/ubuntu hardy restricted main deb-src http://us.archive.ubuntu.com/ubuntu hardy restricted main deb http://us.archive.ubuntu.com/ubuntu hardy-updates restricted main deb-src http://us.archive.ubuntu.com/ubuntu hardy-updates restricted main deb cdrom:[Ubuntu-Server 8.04 _Hardy Heron_ - Alpha i386 (20080225)]/ hardy restricted main deb http://archive.canonical.com/ubuntu hardy partner deb-src http://archive.canonical.com/ubuntu hardy partner deb http://us.archive.ubuntu.com/ubuntu/ hardy restricted main multiverse universe deb-src http://us.archive.ubuntu.com/ubuntu/ hardy restricted main multiverse universe deb http://us.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse deb-src http://us.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse deb http://us.archive.ubuntu.com/ubuntu/ hardy-updates restricted main multiverse universe deb-src http://us.archive.ubuntu.com/ubuntu/ hardy-updates restricted main multiverse universe deb http://apt.wxwidgets.org/ gutsy-wx main
- 03-31-2009 #9Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
Hmmm, I'm a little confused. Are you using 8.04 Hardy or 8.10 Intrepid on this computer?
- 03-31-2009 #10Just Joined!
- Join Date
- Mar 2009
- Posts
- 8
8.10
I don't get the second part neither


Reply With Quote