|
Uinx环境高级编程中的第4-7个例子中。
当我编译时出现函数未定义?
- [maple-x@localhost study]$ gcc -o dir dir.c myerror.o -I/ourhdr.h
- \/tmp/ccohNH8C.o: In function `myftw':
- dir.c:(.text+0x253): undefined reference to `path_alloc'
- collect2: ld returned 1 exit status
- [maple-x@localhost study]$
复制代码
我在ourhdr.h中,看到定义了这个函数,只是没定义过程。
这个是ourhdr.h问题,还是书中例子的问题?
求解~THX~@! |
|