gpt4 book ai didi

铿锵: error: no such file or directory error

转载 作者:行者123 更新时间:2023-11-30 15:07:46 25 4
gpt4 key购买 nike

当我编译项目时,编译器抛出此消息:

if ( . != "." ) /bin/mv math3dgraphics.o . 

ar rcv ./mathtools.a ./mathtools.o ./matrix.o ./matrixtools.o ./pscmds.o ./pccurvecmds.o ./math3dgraphics.o
r - ./mathtools.o
r - ./matrix.o
r - ./matrixtools.o
r - ./pscmds.o
r - ./pccurvecmds.o
r - ./math3dgraphics.o
ranlib ./mathtools.a
/usr/bin/gcc -g -o -I/opt/X11/include xrna xrna.o xrnainit.o xrnatools.o xrnadisplay.o xrnamenu.o xrnalabels.o xrnalw.o xrnasstr.o xrnapccurve.o xrnatube.o xrnassymbols.o xrnatstr.o xrnabasepair.o xrnacon.o xrnathred.o xrnacolorwidget.o xrnastred.o xrnainquire.o tdhrefnuc.o xrnabuttonmenu.o grplinebuttonlist.o grplinefnclist.o grpparallelogrambuttonlist.o grpparallelogramfnclist.o grptextbuttonlist.o grptextfnclist.o grptrianglebuttonlist.o grptrianglefnclist.o grparcbuttonlist.o grparcfnclist.o grparrowbuttonlist.o grparrowfnclist.o transformbuttonlist.o transformfnclist.o xrnaprintbuttonlist.o xrnaprintfnclist.o xrnagraphics.o xrnaneutronmap.o xrnaalign.o helixtools.o helixio.o helixarc.o ./botif.a ./mathtools.a -DMATHHFILE='"./mathtools.h"' -L/opt/X11/lib -lX11 -lm -lg -lc -I/opt/X11/include
clang: error: no such file or directory: 'xrna'

make[1]: *** [install] Error 1

make: *** [xrna] Error 2

让我困惑的是,xrna 是应该生成的可执行文件,但为什么编译器说它丢失了?

最佳答案

在链接语句中使用 -o 选项时,下一个条目必须是要输出的文件的名称,而不是某个库选项。

关于铿锵: error: no such file or directory error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37977697/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com