pathfind() function not found in libgen library

穿精又带淫゛_ 提交于 2019-12-24 08:32:05

问题


In Linux, I am getting error "undefined reference to 'pathfind' while linking objects in Makefile. libgen, libposix4 libraries are linked to create executable. These libraries are not present in Linux. This pathfind() function declaration is present in libgen.h in Unix but nowhere in Linux. And am not getting where it is defined in Unix too. I assume that its a library function of libgen or libposix4. Is there any equivalent function in Linux or I need to write my own function to acheive the functionality of pathfind()?? also equivalent libraries for libgen and libposix4?

来源:https://stackoverflow.com/questions/10419284/pathfind-function-not-found-in-libgen-library

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!