ChinaUnix.net
相关文章推荐:

g 编译32位程序 stubs32h

checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... no checking if gfortran supports -c -o file.o... yes checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library p...

by liugang9931706 - Linux环境编程 - 2013-09-04 18:45:58 阅读(4361) 回复(3)

相关讨论

本帖最后由 crazyhadoop 于 2012-03-20 08:50 编辑 gcc 版本4.1.2 Linux 2.6.18 X86_64 编译64bit目标码没问题,但是编译32bit目标代码(gcc -m32)出现错误: $ gcc -m32 -s -o tst tst.c /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory 是不是需要安装 glib-devel 包? 请教一下,如何解决?

by D2002 - Linux环境编程 - 2012-11-19 14:37:35 阅读(19406) 回复(3)

我想用RMI实现最简单的和服务器通信,在rimc要生成stubs和skeletons时报错。 报错为: (1)File:f:\ptime\classes\ptime\PerfectTime.class does not contain type PerfectTime as expected , but type ptime.Please remove the file ,or make sure it appears in the correct subdirectory of the class path. (2)Class PerfectTime not found. 我的PerfectTime.java已经编译了,放在f:\ptime\classes\ptime\ 原文件在f:\ptime\...

by mojie - Java - 2006-10-31 10:20:19 阅读(2225) 回复(3)

when I run "./setup_stubs.sh",It happens ERROR: ORACLE_HOME is not set in the environment! what's the matter with me: I am waiting for yon on line now

by yeweinan - Linux论坛 - 2003-10-06 01:32:02 阅读(682) 回复(1)

when I run "./setup_stubs.sh",It happens ERROR: ORACLE_HOME is not set in the environment! what's the matter with me: I am waiting for yon on line now

by yeweinan - Linux系统管理 - 2003-10-06 01:32:02 阅读(679) 回复(1)

例如,malloc, free,在移植的时候,需要实现sbrk这个stub。也就是说malloc, free直接或者间接的调用了sbrk。 那么,像sbrk这样的stubs有20个函数(就不一一列举),他们都分别被哪些C lib的函数直接或者间接调用呢? 提供方法也好。

by sharpff - 嵌入式开发 - 2011-06-21 19:58:32 阅读(2717) 回复(1)

RT,我要安装oracle8i, [email]flashgirl@21cn.com[/email]  ,谢谢了

by cwmould - Oracle - 2007-03-12 13:08:54 阅读(1246) 回复(2)

我想要安装oracle8i ,没有打补丁,老是到最后联结出错,无法成功安装, 网友说是glibc-2.1.3-stubs.tar.gz补丁没打,可是这个我找了好长时间都没有下到,可恶的是oracle的网站: http://otn.Oracle.com/software/products/Oracle8i/htdocs/linuxsoft.html 也没有,哪有发给我一个, [email]liyhappy@gmail.com[/email] 先谢谢了,

by liyhappy - Oracle - 2006-03-13 18:46:02 阅读(1624) 回复(5)

请问,在哪可以找到glibc-2.1.3-stubs.tar.gz?有人说在:otn.oracle.com, 可我没找到啊。 还请高手给个具体的地址

by weizzil_chinaun - Oracle - 2004-06-18 18:20:52 阅读(1482) 回复(5)

我在安装时,bash$ gunzip glibc-2.1.3-stubs.tar.gz bash$ tar xvf glibc-2.1.3-stubs.tar run the patch script: ‥ bash$ ./setup_stubs.sh 但接下来在执行安装./setup_stubs.sh文件时出错,报错如下: 如果我是用ORACLE的用户来执行,会报错: /bin/bash:/root/.bashrc:Permission denied ERROR :ORACLE_HOME is not set in the enviroment 如果我是用ROOT用户来执行,则报如下错误: ...

by zhouxm_001 - Oracle - 2003-11-25 16:07:34 阅读(1201) 回复(4)
by wendyask - Linux论坛 - 2003-08-22 17:18:16 阅读(694) 回复(3)