Score:0

gcc: error trying to exec 'f951': execvp: No such file or directory

us flag

Hi I trying complied bundler_sfm but when I make in this folder i met error.

make
cd lib/5point; make
make[1]: Entering directory '/home/tranha/doan/ha/sfmpy/structure-from-motion/bundler_sfm-master/lib/5point'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/tranha/doan/ha/sfmpy/structure-from-motion/bundler_sfm-master/lib/5point'
cd lib/ann_1.1_char; make linux-g++-shared
make[1]: Entering directory '/home/tranha/doan/ha/sfmpy/structure-from-motion/bundler_sfm-master/lib/ann_1.1_char'
cd src ; make linux-g++-shared
make[2]: Entering directory '/home/tranha/doan/ha/sfmpy/structure-from-motion/bundler_sfm-master/lib/ann_1.1_char/src'
make targets \
"ANNLIB = libANN_char.so" \
"C++ = g++" \
"CFLAGS = -g2 -fPIC" \
"MAKELIB = g++ -shared -o " \
"RANLIB = true"
make[3]: Entering directory '/home/tranha/doan/ha/sfmpy/structure-from-motion/bundler_sfm-master/lib/ann_1.1_char/src'
g++ -shared -o  libANN_char.so ANN.o brute.o kd_tree.o kd_util.o kd_split.o kd_dump.o kd_search.o kd_pr_search.o kd_fix_rad_search.o bd_tree.o bd_search.o bd_pr_search.o bd_fix_rad_search.o perf.o
true libANN_char.so
cp libANN_char.so ../..
cp libANN_char.so ../../../bin
mv libANN_char.so ../lib
make[3]: Leaving directory '/home/tranha/doan/ha/sfmpy/structure-from-motion/bundler_sfm-master/lib/ann_1.1_char/src'
make[2]: Leaving directory '/home/tranha/doan/ha/sfmpy/structure-from-motion/bundler_sfm-master/lib/ann_1.1_char/src'
make[1]: Leaving directory '/home/tranha/doan/ha/sfmpy/structure-from-motion/bundler_sfm-master/lib/ann_1.1_char'
cd lib/imagelib; make
make[1]: Entering directory '/home/tranha/doan/ha/sfmpy/structure-from-motion/bundler_sfm-master/lib/imagelib'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/tranha/doan/ha/sfmpy/structure-from-motion/bundler_sfm-master/lib/imagelib'
cd lib/matrix; make
make[1]: Entering directory '/home/tranha/doan/ha/sfmpy/structure-from-motion/bundler_sfm-master/lib/matrix'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/tranha/doan/ha/sfmpy/structure-from-motion/bundler_sfm-master/lib/matrix'
cd lib/sba-1.5; make
make[1]: Entering directory '/home/tranha/doan/ha/sfmpy/structure-from-motion/bundler_sfm-master/lib/sba-1.5'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/tranha/doan/ha/sfmpy/structure-from-motion/bundler_sfm-master/lib/sba-1.5'
cd lib/sfm-driver; make
make[1]: Entering directory '/home/tranha/doan/ha/sfmpy/structure-from-motion/bundler_sfm-master/lib/sfm-driver'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/tranha/doan/ha/sfmpy/structure-from-motion/bundler_sfm-master/lib/sfm-driver'
cd lib/minpack; make
make[1]: Entering directory '/home/tranha/doan/ha/sfmpy/structure-from-motion/bundler_sfm-master/lib/minpack'
gcc -O2 -ffast-math  -c -o dpmpar.o dpmpar.f
gcc: error trying to exec 'f951': execvp: No such file or directory
make[1]: *** [<builtin>: dpmpar.o] Error 1
make[1]: Leaving directory '/home/tranha/doan/ha/sfmpy/structure-from-motion/bundler_sfm-master/lib/minpack'
make: *** [Makefile:27: default] Error 2
tranha@lapF570ZD:~/doan/ha/sfmpy/structure-from-motion/bundler_sfm-master$ gcc --version
gcc (Ubuntu 7.5.0-6ubuntu2) 7.5.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

tranha@lapF570ZD:~/doan/ha/sfmpy/structure-from-motion/bundler_sfm-master$ g++ --version
g++ (Ubuntu 7.5.0-6ubuntu2) 7.5.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

tranha@lapF570ZD:~/doan/ha/sfmpy/structure-from-motion/bundler_sfm-master$ 
guiverc avatar
cn flag
Please refer https://askubuntu.com/help/on-topic, Ubuntu and *official* flavors of Ubuntu (https://ubuntu.com/download/flavours) are on-topic on this site. The on-topic link provides alternate SE sites for non-Ubuntu OSes. *You've not provided OS & release details; but the `g++` & `gcc` versions only match unsupported releases of Ubuntu so you're off-topic as using an EOL release or off-topic OS*
hr flag
AFAIK the `f951` program is provided by the corresponding `gfortran` package (so `gfortran-7` in this case)
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.