cplusplus.com cplusplus.com
cplusplus.com   C++ : Forums : Lounge : Kdevelop 3.1
  Search:
- -
C++
Information
Documentation
Reference
Articles
Sourcecode
Forums
Forums
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programm...
Articles
Lounge
Jobs

-

post  Kdevelop 3.1

Default (9)
Kdevelop on linux can make windows executables but text appears:
compiler cannot create executables.
What's wrong here?
| Last edited on
Duoas (1597)
I'm sorry to report that it is... you. (Sorry :-P)

Your compiler is missing some components. On Linux I presume you are using GCC?

Just installing gcc-core is not enough. You must also install
- glibc-devel
- gcc-c++ (if you are using C++)
- kernel-headers
- gnu-binutils (or gcc-binutils, whatever it is named)
- any other development packages that your project depends on (for example, if you use NCurses, make sure to sudo apt-get ncurses-dev --the normal user version of a package is not enough)

Hope this helps. :-)
| Last edited on
Default (9)
It doesn't work...
|

This topic is archived - New replies not allowed.
Home page | Privacy policy
© cplusplus.com, 2000-2009 - All rights reserved - v2.2
Spotted an error? contact us