ChinaUnix.net
相关文章推荐:

make时没有生成bin文件

求助大家,/usr/ccs/bin/里没有make文件怎么办啊??

by 孤云野鹤 - 其他UNIX - 2007-01-24 08:48:49 阅读(1312) 回复(2)

相关讨论

装oracle817,报错找不到make文件,我发现/usr/ccs/bin/make文件没了 不知道怎么办才好,应该装哪个包呢? OS:AIX4.3.3 ML10

by maqizhi - AIX - 2010-08-18 22:43:34 阅读(2634) 回复(8)

vac6.0以前装过一次,按照安装指导一路下去没有遇过问题。这次装了之后find 找不到cc,/usr/vac/bin和/usr/vacpp/bin下都没有cc,其中/usr/vac目录下连bin目录都没有生成,请问是什么原因? 注:之前因没有找到vac6.0光盘,首先安装了vac5.0,同样现象。因担心5.3上必须安装vac6.0版本,找到光盘后又重新装了vac6.0。 顺便问一下,vac5.0和6.0的安装对操作系统的版本到底是否有要求? 大虾们帮忙阿~~~谢谢!

by tissues - AIX - 2007-02-10 22:45:36 阅读(2267) 回复(5)

这个错误提示是说没有在lib目录下找到libqte.so这个文件吗 /usr/bin/ld 会到环境变量$LD_LIBRARY_PATH所设置的所有目录下寻找libqte.so这个文件

by zhuhefang2006 - Shell - 2008-10-24 18:33:56 阅读(3288) 回复(8)
by zly0216 - AIX - 2006-02-06 15:31:40 阅读(3744) 回复(16)

我装的是aix4.3.3 装过很多次了 装VisualAge C++ Pro,,,for aix 4.0.2 后 在该文件夹下 还是没有make文件 c编译器也不能运行。 这导致 装oracle也找不到make文件 大虾 知道是什么原因吗?

by xiangwangcheng - AIX - 2004-12-02 17:40:13 阅读(756) 回复(2)

该了核心 make menuconfig make bzimage 没有.IMG文件???

by liushiding - Linux论坛 - 2003-11-07 11:08:18 阅读(411) 回复(2)

目录结构大致如下: pc | |--- makefile | |--- include | | | |--- a.h | |--- src | | | |--- foo.c 当前目录是pc,而且makefile文件已经指定 vpath %.c src vpath %.h include 为什么make还是提示找不到a.h文件? ps: 使用gcc的-I选项可以成功编译,但是我想请教大家如何只通过make来解决此问题,谢谢!

by ubuntun - C/C++ - 2008-03-05 23:02:19 阅读(2664) 回复(13)

CC=CC buildclient -o ct_cntr_ageing_list -f "ct_cntr_ageing_list.o ois_db_func.o ois_time_func.o" -l "-L/opt/ilog/dblink/lib/sparc_5_5.0/static_pic_mt -ldbov7 -L$ORACLE_HOME/lib -lclntsh -lsql -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3 `cat $ORACLE_HOME/lib/sysliblist` -lm -lth...

by cheekis - Solaris - 2004-04-26 17:49:38 阅读(525) 回复(3)

libmysql.c: In function `mysql_real_connect': libmysql.c:1790: warning: passing arg 5 of `gethostbyname_r' from incompatible pointer type libmysql.c:1790: too few arguments to function `gethostbyname_r' libmysql.c:1790: warning: assignment makes pointer from integer without a cast make[2]: *** [libmysql.lo] Error 1 make[2]: Leaving directory `/usr/local/src/mysql-4.0.15/libmysql_r' make[1]: *** [a...

by jerrylu - MySQL - 2004-04-08 12:10:29 阅读(783) 回复(2)

# ./configure Arguments to configure: checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for ...

by IT业的民工 - Solaris - 2006-06-27 09:50:25 阅读(597) 回复(0)