Results 1 to 2 of 2

Thread: KDE does not compile C++ code

  1. #1

    KDE does not compile C++ code

    Hi,

    I am on Fedora Core 5 32+ bit. I am trying to use the KDevelop IDE for learning C++ but when I try to compile a small helloworld program, all I get in return is the following error message. Can any one suggest something here? Thanks...


    cd '/root/Desktop/Prac/hello' && CC="i586-mingw32msvc-c" CXX="i586-mingw32msvc-c++" LD="i586-mingw32msvc-ld" "/root/Desktop/Prac/hello/configure" && cd '/root/Desktop/Prac/hello' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -j1 hello.lo
    installing -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for C++ compiler default output file name...
    configure: error: C++ compiler cannot create executables
    See `config.log' for more details.
    *** Exited with status: 77 ***

  2. #2
    Moderator
    Advisor
    redhead's Avatar
    Join Date
    Jun 2001
    Location
    Copenhagen, Denmark
    Posts
    811
    you might want to take a closer look at the config.log created, are you sure you have the 'gcc-c++' package installed ?? Or perhaps you're missing the 'build-essential' package.
    Don't worry Ma'am. We're university students, - We know what We're doing.
    'Ruiat coelum, fiat voluntas tua.'
    Datalogi - en livsstil; Intet liv, ingen stil.

Similar Threads

  1. Device Manager Error Codes
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-05-2005, 12:52 AM
  2. Creating a Five-Star Rating Control
    By vacuumtube in forum Windows - General Topics
    Replies: 3
    Last Post: 01-03-2005, 10:12 AM
  3. Windows Source Code Leaked
    By BurntAsh in forum Windows - General Topics
    Replies: 3
    Last Post: 02-13-2004, 04:46 PM
  4. View Source Code / Compile Kernel
    By rooster in forum Linux - Software, Applications & Programming
    Replies: 3
    Last Post: 03-16-2002, 05:28 AM
  5. Judge: Microsoft must give states Windows code
    By coltrane in forum General Chat
    Replies: 32
    Last Post: 02-21-2002, 08:35 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •