ChinaUnix.net
相关文章推荐:

ERROR You are using a nonCygwin compatible Make program

问题:make sure you are using the non-compressed image file 问题现象: # ./opcontrol --setup --vmlinux=/edwin/kernel/linux-2.6.18_pro500/vmlinux The specified file /edwin/kernel/linux-2.6.18_pro500/vmlinux does not seem to be valid make sure you are using the non-compressed image file (e.g. vmlinux not vmlinuz) 解决方法: 分析: 参看源码,由于在指定内核镜像时,会用到objdump 应用程序检测镜像中的.t...

by edwinrong - Linux文档专区 - 2007-08-22 17:07:57 阅读(1098) 回复(0)

相关讨论

using make-kpkg Debian contains a very useful command for helping you to compile and install kernels. It's called make-kpkg. This article gives a quick summary of the features of make-kpkg. In this article, all the shell command examples assume that you're starting from the root directory of the kernel source (from, e.g., the /usr/local/src/linux-2.6.0 directory, or wherever your source happens ...

by fuleru - Linux文档专区 - 2007-11-10 22:22:59 阅读(1237) 回复(0)

我用VB写的客户端 在sco机上安装了informix数据库 已经配置好了informix setnet32和ODBC 当使用客户端登陆时报错: Run-time error \'-2147467259(80004005)\' : [INTERSOLV][ODBC Informix driver]error using translation DLL [Microsoft][ODBC 代码页转换器]找不到转换表 请问如何解决 谢谢

by sagekonny - SQL server - 2005-11-30 13:14:16 阅读(2822) 回复(0)

我用VB写的客户端 在sco机上安装了informix数据库 已经配置好了informix setnet32和ODBC 当使用客户端登陆时报错: Run-time error '-2147467259(80004005)' : [INTERSOLV][ODBC Informix driver]error using translation DLL [Microsoft][ODBC 代码页转换器]找不到转换表 请问如何解决 谢谢 [ 本帖最后由 sagekonny 于 2005-11-30 12:46 编辑 ]

by sagekonny - Informix - 2005-11-29 15:41:55 阅读(1387) 回复(0)

請問我在make 產生error fi sql_lex.cc: In function `void lex_init()': sql_lex.cc:85: error: `symbols' undeclared (first use this function) sql_lex.cc:85: error: (Each undeclared identifier is reported only once for each function it appears in.) sql_lex.cc:87: error: `sql_functions' undeclared (first use this function) sql_lex.cc: In function `int find_keyword(LEX*, unsigned int, bool)': sql_le...

by chen1974 - MySQL - 2004-05-04 11:47:05 阅读(1097) 回复(0)

How to make a C program with FORTRAN ? I got the following info from a web site in MIT: Linking FORTRAN routines with C When compiling and linking a C program which contains calls to one or more FORTRAN routines, additional library arguments must be added to the compile command to enable FORTRAN internal routines to be linked. Each Athena workstation type has a different Fortran compil...

by xzh2002 - 其他UNIX - 2004-01-05 21:43:10 阅读(773) 回复(0)

i want to upgrade my evolution client, but i find that is not an easy thing, in my upgrade process, i encounter many errors: 1. type less in terminal, WARNING: terminal is not fully functional or HOME and END key were not available. it means some of your config file has error. you can delete existing user and recreate new user, maybe everything is ok. 2. most time, you should use yum...

by raymond1984 - Linux文档专区 - 2009-09-19 23:33:56 阅读(722) 回复(0)

#include ; using namespace std; extern int pow(int, int); int pow(int val, int exp) { cout << exp; for ( int res=1; exp>;0; --exp ) res=rres*val; return res; } int main() { int val=2; int exp=8; cout << "The Powers of 2\n"; for(int cnt=0; cnt<=exp; ++cnt) { cout << cnt << ": " << pow(val, cnt) << endl; } return 0; } $ g++ a003.cpp -o a003 a003.cpp: In function `int ...

by wudicc - C/C++ - 2004-10-26 12:07:06 阅读(5018) 回复(3)

In the next installment of this Android series, you'll learn how to incorporate GPS and Google Maps into your Android application, so your users can see where they are, all the time. by Wei-Meng Lee n the previous article in the Android series, you learned how to integrate the Google Maps into your Android application. One of the really neat ways you can use Google Maps is to send GPS data d...

by goandroid - 移动操作系统 - 2008-11-27 11:38:06 阅读(1773) 回复(0)