ChinaUnix.net
相关文章推荐:

编译时库函数出错

一模一样的程序,一模一样的命令,师兄说他那里没问题 结果在我机器上就会出现下面的错误 #gcc -g -D_KERNEL -DSVR4 -DSOL2 -DOEBUG -O2 -c flkm.c In file included from /usr/include/sys/reg.h:13, from /usr/include/sys/pcb.h:11, from /usr/include/sys/klwp.h:16, from /usr/include/sys/thread.h:13, from /usr/include/sys/copyops.h:12, ...

by goldfishes - Solaris - 2005-01-05 21:36:10 阅读(2127) 回复(14)

相关讨论

由于程序过场,生成spofile的出错。 端末设置的空间比较小。怎么更改。

by saltgreen - AS400 - 2009-06-19 10:11:23 阅读(1371) 回复(4)

编译程序的候出现:Missing declarator in structure member declaration这个错误 struct DECD { char hz[10]; char jzh[34]; char hm[21]; char zh[34]; char zqfs[8]; char cz[22]; char mm[2]; char zcbz[2]; long jyrq; long qxr; long dqr; int cq; int jg; int zccs; } 总是提示char jzh[34];这...

by zzw3206 - C/C++ - 2006-12-06 12:45:21 阅读(1170) 回复(8)

。。。。。 complex.cpp:211: error: expected `,' or `;' before '<' token complex.cpp:233: error: expected constructor, destructor, or type conversion before '<' token complex.cpp:233: error: expected `,' or `;' before '<' token complex.cpp:255: error: expected constructor, destructor, or type conversion before '<' token complex.cpp:255: error: expected `,' or `;' before '<' token make[4]: *** [obj/...

by 忧郁的葡萄 - 系统管理 - 2006-09-24 19:12:24 阅读(731) 回复(1)

环境 redhat9+mysql4.016源代码安装 编译maildrop,参数如下 ./configure --prefix=/usr/local/maildrop --without-db --enable-sendmail=/usr/sbin/sendmail--enable-trusted-users='root maildrop' --enable-maildropmysql --with-mysqlconfig=/etc/maildrop.mysql --enable-maildirquota --with-trashquota --with-dirsync 这一步没有问题 make,出现如下错误 mdmysql.c:10:25: mysql/mysql.h: No such file or directory ...

by netpat - 服务器应用 - 2004-03-28 17:03:09 阅读(1241) 回复(6)

4. 建立驱动 # cd /usr/src/sys/modules/rl # make clean # make RTL8111的驱动。按说明文档做到这一步就出错。。 make 出现 求助

by hotviews - BSD - 2008-06-27 17:19:39 阅读(1374) 回复(0)

livecd linux # make dep && make vmlinux image modules modules_install *** Warning: make dep is unnecessary now. CHK include/linux/version.h make[1]: Warning: File `/usr/include/sys/types.h' has modification time 3.5e+07 s in the future HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/split-include HOSTCC scripts/basic/docproc make[1]: warning: Clock skew detected. Your build may b...

by phpasp - 系统管理 - 2006-12-23 13:42:46 阅读(1761) 回复(10)

我装了gcc,也设置了路径,在刚开始的sh Build 出现: Configuration: pfx=, os=SunOS, rel=5.8, rbase=5, rroot=5.8, arch=sun4, sfx=, var iant=optimized Making in /opt/sendmail-8.12.11/obj.SunOS.5.8.sun4/sendmail (cd ../../libsm; sh Build ) Configuration: pfx=, os=SunOS, rel=5.8, rbase=5, rroot=5.8, arch=sun4, sfx=, var iant=optimized Making in /opt/sendmail-8.12.11/obj.SunOS.5.8.sun4/libsm gcc -O -I....

by shuaigej - Solaris - 2005-03-17 12:35:07 阅读(826) 回复(1)

# fglpc opgoodst.4gl Memory fault - core dumped --(this is error information) :?: :?: 请问各位大虾为什么会出现这个错误!我该如何解决呢?THANKS!! :?: :?: :?:

by jachael - Informix - 2004-01-13 16:54:00 阅读(1104) 回复(1)

./configure loading cache ./config.cache checking host system type... hppa2.0w-hp-hpux11.00 checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking whether gcc and cc understand -c and -o together... yes checking how to ru...

by netkoko - HP-UX - 2003-11-08 17:03:44 阅读(1054) 回复(3)

#include ; #include ; #include ; #include ; using namespace std; main() { string str="why error?"; } 编译报错 ./cc pqf.cpp "pqf.cpp", line 10.8: 1540-0040 (S) The text "str" is unexpected. "string" may be undeclared or ambiguous. 请问为什么。

by smile_pp - C/C++ - 2003-10-22 17:25:23 阅读(796) 回复(2)