Closed Saurabh9678 closed 5 months ago
It looks linker reported an error.
Please check the error reason by
cd /media/saurabh/4A6C7F486C7F2E37/Surabhi Media/Code/ltfs-2.4.6.1-10511/src/tape_drivers/generic/file
gcc -shared -fPIC -DPIC .libs/libtape_file_la-filedebug_tc.o .libs/libtape_file_la-filedebug_conf_tc.o .libs/libtape_file_la-ibm_tape.o -Wl,-rpath -Wl,/media/saurabh/4A6C7F486C7F2E37/Surabhi -Wl,-rpath -Wl,Media/Code/ltfs-2.4.6.1-10511/src/libltfs/.libs -lfuse -luuid -lxml2 -licuuc -licudata -L/usr/lib/x86_64-linux-gnu -lnetsnmpmibs -lsensors -lpci -lnetsnmpagent -lwrap -lnetsnmp -lm -lssl -lcrypto ../../../../messages/libtape_generic_file_dat.a ../../../libltfs/.libs/libltfs.so -lrt -lpthread -g -O2 -flto=auto -flto=auto -fstack-protector-strong -g -O2 -flto=auto -flto=auto -fstack-protector-strong -g -O2 -O0 -ggdb -Wl,--no-undefined -Wl,--as-needed -pthread -Wl,-Bsymbolic-functions -flto=auto -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-E -Wl,-Bsymbolic-functions -flto=auto -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -Wl,-soname -Wl,libtape-file.so -o .libs/libtape-file.so
saurabh@saurabh:/media/saurabh/4A6C7F486C7F2E37/Surabhi Media/Code/ltfs-2.4.6.1-10511$ cd /media/saurabh/4A6C7F486C7F2E37/Surabhi\ Media/Code/ltfs-2.4.6.1-10511/src/tape_drivers/generic/file
saurabh@saurabh:/media/saurabh/4A6C7F486C7F2E37/Surabhi Media/Code/ltfs-2.4.6.1-10511/src/tape_drivers/generic/file$ gcc -shared -fPIC -DPIC .libs/libtape_file_la-filedebug_tc.o .libs/libtape_file_la-filedebug_conf_tc.o .libs/libtape_file_la-ibm_tape.o -Wl,-rpath -Wl,/media/saurabh/4A6C7F486C7F2E37/Surabhi -Wl,-rpath -Wl,Media/Code/ltfs-2.4.6.1-10511/src/libltfs/.libs -lfuse -luuid -lxml2 -licuuc -licudata -L/usr/lib/x86_64-linux-gnu -lnetsnmpmibs -lsensors -lpci -lnetsnmpagent -lwrap -lnetsnmp -lm -lssl -lcrypto ../../../../messages/libtape_generic_file_dat.a ../../../libltfs/.libs/libltfs.so -lrt -lpthread -g -O2 -flto=auto -flto=auto -fstack-protector-strong -g -O2 -flto=auto -flto=auto -fstack-protector-strong -g -O2 -O0 -ggdb -Wl,--no-undefined -Wl,--as-needed -pthread -Wl,-Bsymbolic-functions -flto=auto -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-E -Wl,-Bsymbolic-functions -flto=auto -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -Wl,-soname -Wl,libtape-file.so -o .libs/libtape-file.so
/usr/bin/ld: cannot open output file .libs/libtape-file.so: No such file or directory
collect2: error: ld returned 1 exit status
got this after running the commands, can you guide?
See the error message. It looks something wrong... Check .lib/
is existed first.
/usr/bin/ld: cannot open output file .libs/libtape-file.so: No such file or directory
Close this because there is no activity long time.
Please feel free to reopen if something new is found.
Describe the bug I have cloned the project in my system and after reading the readme, i have runned the ./autogen.sh script in root directory and then runned the ./configure, after I do make in the root, I am getting some errors and not able to fix it. It will be a great help if someone could help me to setup the project.
Error This is the error i am getting