QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 885|回复: 3

fileno()函数链接出错,急!

[复制链接]
发表于 2004-3-19 13:06:03 | 显示全部楼层 |阅读模式
我在用dup2(fileno(fp1),fileno(fp2))时,链接时gcc说_fileno()是未定义的引用。头文件我已加入<stdlib.h>了。请问是不是和其它库冲突?fileno()又是在哪个库中呢?
源代码是C语言。
发表于 2004-3-19 13:14:17 | 显示全部楼层
man fileno
回复

使用道具 举报

发表于 2004-3-19 14:25:07 | 显示全部楼层
please make sure that you are using `gcc' to compile this source instead of `g++'
if you are writing a C++ program, please
[code:1]
#include <cstdlib>
#include <cstdio>
#include <unistd.h>
[/code:1]
and keep using g++
回复

使用道具 举报

发表于 2004-3-19 15:18:07 | 显示全部楼层
Please refer to http://www.opengroup.org/onlinepubs/007908799/, which is standard POSIX specification for Unix, but also can be used for Linux
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-8 18:43 , Processed in 0.059976 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表