为什么我的操作系统用不了Dev-C++?

来源:百度知道 编辑:UC知道 时间:2024/06/21 04:15:24
急啊,想用DC编些程序,最简单的————
#include "stdio.h"
int main()
{
int a=1;
printf("%d",a);
return 0;
}

然后程序编译运行,显示“cannot find -lobjc”
为什么啊?
我家操作系统是Vista,是不是不兼容?怎么解决?

我在Dev-C++的官网上看到的结果是:
------------------------------------------------------------------------------------
Bloodshed Dev-C++ is a full-featured Integrated Development Environment (IDE) for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. Dev-C++ can also be used in combination with Cygwin or any other GCC based compiler.

Features are :

- Support GCC-based compilers
- Integrated debugging (using GDB)
- Project Manager
- Customizable syntax highlighting editor
- Class Browser
- Code Completion
- Function listing
- Profiling support
- Quickly create Windows, console, static libraries and DLLs
- Support of templates for creating your own project types
- Makefile creation
- Edit and compile Resource files
- Tool Manager
- Print support
- Find and replace facilities
- CVS support

Source code : Delp