Skip to content

Instantly share code, notes, and snippets.

@powersa
Created July 30, 2014 06:41
Show Gist options
  • Save powersa/196692d2c5d815504eb6 to your computer and use it in GitHub Desktop.
Save powersa/196692d2c5d815504eb6 to your computer and use it in GitHub Desktop.
bundler made
cd lib/5point; make
make[1]: Entering directory `/home/arpowers/bundler_sfm/lib/5point'
gcc -Wall -O3 -I../matrix -I../imagelib -c -o 5point.o 5point.c
5point.c: In function ‘compute_pose_ransac’:
5point.c:739:13: warning: variable ‘inliers’ set but not used [-Wunused-but-set-variable]
5point.c:629:18: warning: variable ‘l_best’ set but not used [-Wunused-but-set-variable]
5point.c:629:10: warning: variable ‘r_best’ set but not used [-Wunused-but-set-variable]
gcc -Wall -O3 -I../matrix -I../imagelib -c -o poly1.o poly1.c
gcc -Wall -O3 -I../matrix -I../imagelib -c -o poly3.o poly3.c
ar r lib5point.a 5point.o poly1.o poly3.o
ar: creating lib5point.a
cp lib5point.a ..
make[1]: Leaving directory `/home/arpowers/bundler_sfm/lib/5point'
cd lib/ann_1.1_char; make linux-g++-shared
make[1]: Entering directory `/home/arpowers/bundler_sfm/lib/ann_1.1_char'
cd src ; make linux-g++-shared
make[2]: Entering directory `/home/arpowers/bundler_sfm/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/arpowers/bundler_sfm/lib/ann_1.1_char/src'
g++ -c -I../include -g2 -fPIC ANN.cpp
g++ -c -I../include -g2 -fPIC brute.cpp
brute.cpp: In member function ‘virtual void ann_1_1_char::ANNbruteForce::annkSearch(ann_1_1_char::ANNpoint, int, ann_1_1_char::ANNidxArray, ann_1_1_char::ANNdistArray, double)’:
brute.cpp:67:71: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
g++ -c -I../include -g2 -fPIC kd_tree.cpp
kd_tree.cpp: In constructor ‘ann_1_1_char::ANNkd_tree::ANNkd_tree(ann_1_1_char::ANNpointArray, int, int, int, ann_1_1_char::ANNsplitRule)’:
kd_tree.cpp:406:48: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
g++ -c -I../include -g2 -fPIC kd_util.cpp
g++ -c -I../include -g2 -fPIC kd_split.cpp
g++ -c -I../include -g2 -fPIC kd_dump.cpp
kd_dump.cpp: In function ‘ann_1_1_char::ANNkd_node* annReadDump(std::istream&, ANNtreeType, ann_1_1_char::ANNcoord**&, ann_1_1_char::ANNidx*&, int&, int&, int&, ann_1_1_char::ANNcoord*&, ann_1_1_char::ANNcoord*&)’:
kd_dump.cpp:278:54: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
kd_dump.cpp:297:53: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
kd_dump.cpp:306:64: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
kd_dump.cpp:335:61: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
kd_dump.cpp:339:70: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
kd_dump.cpp: In function ‘ann_1_1_char::ANNkd_node* annReadTree(std::istream&, ANNtreeType, ann_1_1_char::ANNidxArray, int&)’:
kd_dump.cpp:427:62: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
kd_dump.cpp:445:54: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
g++ -c -I../include -g2 -fPIC kd_search.cpp
kd_search.cpp: In member function ‘virtual void ann_1_1_char::ANNkd_tree::annkSearch(ann_1_1_char::ANNpoint, int, ann_1_1_char::ANNidxArray, ann_1_1_char::ANNdistArray, double)’:
kd_search.cpp:105:71: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
g++ -c -I../include -g2 -fPIC kd_pr_search.cpp
In file included from kd_pr_search.h:30:0,
from kd_pr_search.cpp:25:
pr_queue.h: In member function ‘void ann_1_1_char::ANNpr_queue::insert(ann_1_1_char::PQkey, ann_1_1_char::PQinfo)’:
pr_queue.h:91:69: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
g++ -c -I../include -g2 -fPIC kd_fix_rad_search.cpp
g++ -c -I../include -g2 -fPIC bd_tree.cpp
bd_tree.cpp: In constructor ‘ann_1_1_char::ANNbd_tree::ANNbd_tree(ann_1_1_char::ANNpointArray, int, int, int, ann_1_1_char::ANNsplitRule, ann_1_1_char::ANNshrinkRule)’:
bd_tree.cpp:156:48: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
bd_tree.cpp: In function ‘ANNdecomp selectDecomp(ann_1_1_char::ANNpointArray, ann_1_1_char::ANNidxArray, int, int, const ann_1_1_char::ANNorthRect&, ann_1_1_char::ANNkd_splitter, ann_1_1_char::ANNshrinkRule, ann_1_1_char::ANNorthRect&)’:
bd_tree.cpp:314:46: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
g++ -c -I../include -g2 -fPIC bd_search.cpp
g++ -c -I../include -g2 -fPIC bd_pr_search.cpp
In file included from kd_pr_search.h:30:0,
from bd_pr_search.cpp:26:
pr_queue.h: In member function ‘void ann_1_1_char::ANNpr_queue::insert(ann_1_1_char::PQkey, ann_1_1_char::PQinfo)’:
pr_queue.h:91:69: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
g++ -c -I../include -g2 -fPIC bd_fix_rad_search.cpp
g++ -c -I../include -g2 -fPIC perf.cpp
perf.cpp: In function ‘void annPrintStats(ann_1_1_char::ANNbool)’:
perf.cpp:122:58: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
perf.cpp:123:58: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
perf.cpp:124:58: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
perf.cpp:125:58: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
perf.cpp:126:58: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
perf.cpp:127:70: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
perf.cpp:128:61: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
perf.cpp:130:61: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
perf.cpp:131:58: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
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/arpowers/bundler_sfm/lib/ann_1.1_char/src'
make[2]: Leaving directory `/home/arpowers/bundler_sfm/lib/ann_1.1_char/src'
make[1]: Leaving directory `/home/arpowers/bundler_sfm/lib/ann_1.1_char'
cd lib/imagelib; make
make[1]: Entering directory `/home/arpowers/bundler_sfm/lib/imagelib'
gcc -Wall -O3 -I../matrix -c -o affine.o affine.c
gcc -Wall -O3 -I../matrix -c -o bmp.o bmp.c
bmp.c: In function ‘read_bmp’:
bmp.c:191:22: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
bmp.c:237:8: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
bmp.c:261:8: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
bmp.c:279:12: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
bmp.c: In function ‘read_bmp_file_header’:
bmp.c:34:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
gcc -Wall -O3 -I../matrix -c -o canny.o canny.c
gcc -Wall -O3 -I../matrix -c -o color.o color.c
gcc -Wall -O3 -I../matrix -c -o fileio.o fileio.c
fileio.c: In function ‘read_double’:
fileio.c:54:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fileio.c: In function ‘read_float’:
fileio.c:50:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fileio.c: In function ‘read_byte’:
fileio.c:46:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fileio.c: In function ‘read_short’:
fileio.c:42:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fileio.c: In function ‘read_word’:
fileio.c:38:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
gcc -Wall -O3 -I../matrix -c -o filter.o filter.c
gcc -Wall -O3 -I../matrix -c -o fit.o fit.c
gcc -Wall -O3 -I../matrix -c -o fmatrix.o fmatrix.c
fmatrix.c: In function ‘estimate_fmatrix_ransac_matches’:
fmatrix.c:304:12: warning: variable ‘error_min’ set but not used [-Wunused-but-set-variable]
fmatrix.c: In function ‘fmatrix_rectify_images’:
fmatrix.c:1080:38: warning: variable ‘z_ave’ set but not used [-Wunused-but-set-variable]
gcc -Wall -O3 -I../matrix -c -o homography.o homography.c
gcc -Wall -O3 -I../matrix -c -o horn.o horn.c
horn.c: In function ‘align_horn’:
horn.c:56:12: warning: variable ‘S’ set but not used [-Wunused-but-set-variable]
horn.c: In function ‘align_horn_3D_2’:
horn.c:489:12: warning: variable ‘error’ set but not used [-Wunused-but-set-variable]
horn.c: In function ‘align_2D_ransac’:
horn.c:754:9: warning: unused variable ‘i’ [-Wunused-variable]
horn.c:753:34: warning: unused variable ‘scale’ [-Wunused-variable]
horn.c:753:28: warning: unused variable ‘T’ [-Wunused-variable]
horn.c:753:22: warning: unused variable ‘R’ [-Wunused-variable]
horn.c: In function ‘align_horn_ransac’:
horn.c:882:9: warning: unused variable ‘i’ [-Wunused-variable]
horn.c:881:34: warning: unused variable ‘scale’ [-Wunused-variable]
horn.c:881:28: warning: unused variable ‘T’ [-Wunused-variable]
horn.c:881:22: warning: unused variable ‘R’ [-Wunused-variable]
horn.c: In function ‘align_horn_3D_ransac’:
horn.c:984:23: warning: unused variable ‘TbestT’ [-Wunused-variable]
horn.c: In function ‘align_3D_rotation_ransac’:
horn.c:1155:9: warning: unused variable ‘i’ [-Wunused-variable]
horn.c:1149:12: warning: unused variable ‘error’ [-Wunused-variable]
horn.c: In function ‘align_2D_ransac’:
horn.c:752:9: warning: ‘num_inliers’ may be used uninitialized in this function [-Wmaybe-uninitialized]
horn.c: In function ‘align_horn_ransac’:
horn.c:880:9: warning: ‘num_inliers’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gcc -Wall -O3 -I../matrix -c -o image.o image.c
image.c: In function ‘img_read’:
image.c:721:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
image.c:735:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
gcc -Wall -O3 -I../matrix -c -o lerp.o lerp.c
gcc -Wall -O3 -I../matrix -c -o morphology.o morphology.c
gcc -Wall -O3 -I../matrix -c -o pgm.o pgm.c
pgm.c: In function ‘img_read_pgm_dimensions’:
pgm.c:65:27: warning: variable ‘c2’ set but not used [-Wunused-but-set-variable]
pgm.c:65:23: warning: variable ‘c1’ set but not used [-Wunused-but-set-variable]
pgm.c:65:16: warning: variable ‘char2’ set but not used [-Wunused-but-set-variable]
pgm.c:65:9: warning: variable ‘char1’ set but not used [-Wunused-but-set-variable]
pgm.c: In function ‘skip_comments’:
pgm.c:30:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
pgm.c:34:13: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
gcc -Wall -O3 -I../matrix -c -o poly.o poly.c
poly.c: In function ‘poly_find_root’:
poly.c:153:12: warning: unused variable ‘roots’ [-Wunused-variable]
gcc -Wall -O3 -I../matrix -c -o qsort.o qsort.c
gcc -Wall -O3 -I../matrix -c -o resample.o resample.c
resample.c: In function ‘pixel_lerp_intensity’:
resample.c:86:12: warning: unused variable ‘params’ [-Wunused-variable]
resample.c: In function ‘pixel_lerp’:
resample.c:203:12: warning: unused variable ‘params’ [-Wunused-variable]
gcc -Wall -O3 -I../matrix -c -o tps.o tps.c
gcc -Wall -O3 -I../matrix -c -o transform.o transform.c
gcc -Wall -O3 -I../matrix -c -o triangulate.o triangulate.c
triangulate.c: In function ‘condition_points_3D’:
triangulate.c:693:9: warning: unused variable ‘z’ [-Wunused-variable]
triangulate.c:692:9: warning: unused variable ‘y’ [-Wunused-variable]
triangulate.c:691:9: warning: unused variable ‘x’ [-Wunused-variable]
triangulate.c: In function ‘find_projection_3x4_ransac’:
triangulate.c:953:6: warning: unused variable ‘num_inliers_polished’ [-Wunused-variable]
triangulate.c: At top level:
triangulate.c:643:14: warning: ‘condition_points_3D’ defined but not used [-Wunused-function]
triangulate.c:708:14: warning: ‘condition_points_2D’ defined but not used [-Wunused-function]
gcc -Wall -O3 -I../matrix -c -o util.o util.c
ar r libimage.a affine.o bmp.o canny.o color.o fileio.o filter.o fit.o fmatrix.o homography.o horn.o image.o lerp.o morphology.o pgm.o poly.o qsort.o resample.o tps.o transform.o triangulate.o util.o
ar: creating libimage.a
cp libimage.a ..
make[1]: Leaving directory `/home/arpowers/bundler_sfm/lib/imagelib'
cd lib/matrix; make
make[1]: Entering directory `/home/arpowers/bundler_sfm/lib/matrix'
gcc -O3 -Wall -D__NO_MKL__ -I../imagelib -I../../include -c -o matrix.o matrix.c
matrix.c: In function ‘matrix_read_file’:
matrix.c:1183:8: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
gcc -O3 -Wall -D__NO_MKL__ -I../imagelib -I../../include -c -o vector.o vector.c
gcc -O3 -Wall -D__NO_MKL__ -I../imagelib -I../../include -c -o svd.o svd.c
svd.c: In function ‘svd’:
svd.c:41:5: warning: ‘l’ may be used uninitialized in this function [-Wmaybe-uninitialized]
ar r libmatrix.a matrix.o vector.o svd.o
ar: creating libmatrix.a
cp libmatrix.a ..
make[1]: Leaving directory `/home/arpowers/bundler_sfm/lib/matrix'
cd lib/sba-1.5; make
make[1]: Entering directory `/home/arpowers/bundler_sfm/lib/sba-1.5'
gcc -Wall -O3 -I../matrix -c -o sba_levmar.o sba_levmar.c
sba_levmar.c: In function ‘emalloc_’:
sba_levmar.c:78:9: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘size_t’ [-Wformat]
sba_levmar.c: In function ‘sba_motstr_levmar_x’:
sba_levmar.c:1553:32: warning: variable ‘pct_change’ set but not used [-Wunused-but-set-variable]
sba_levmar.c:571:18: warning: variable ‘pb’ set but not used [-Wunused-but-set-variable]
sba_levmar.c:571:13: warning: variable ‘pa’ set but not used [-Wunused-but-set-variable]
sba_levmar.c: At top level:
sba_levmar.c:115:13: warning: ‘sba_print_sol’ defined but not used [-Wunused-function]
sba_levmar.c: In function ‘sba_motstr_levmar_x’:
sba_levmar.c:580:29: warning: ‘ptr2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gcc -Wall -O3 -I../matrix -c -o sba_levmar_wrap.o sba_levmar_wrap.c
sba_levmar_wrap.c: In function ‘sba_motstr_Qs’:
sba_levmar_wrap.c:78:7: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
sba_levmar_wrap.c: In function ‘sba_motstr_Qs_jac’:
sba_levmar_wrap.c:119:7: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
gcc -Wall -O3 -I../matrix -c -o sba_lapack.o sba_lapack.c
sba_lapack.c: In function ‘sba_symat_invert_BK’:
sba_lapack.c:1079:5: warning: passing argument 5 of ‘dsytrf_’ from incompatible pointer type [enabled by default]
sba_lapack.c:70:1: note: expected ‘int *’ but argument is of type ‘double *’
gcc -Wall -O3 -I../matrix -c -o sba_crsm.o sba_crsm.c
sba_crsm.c:54:13: warning: ‘sba_crsm_print’ defined but not used [-Wunused-function]
sba_crsm.c:71:13: warning: ‘sba_crsm_build’ defined but not used [-Wunused-function]
gcc -Wall -O3 -I../matrix -c -o sba_chkjac.o sba_chkjac.c
sba_chkjac.c: In function ‘emalloc_’:
sba_chkjac.c:41:5: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘size_t’ [-Wformat]
ar crv libsba.v1.5.a sba_levmar.o sba_levmar_wrap.o sba_lapack.o sba_crsm.o sba_chkjac.o
r - sba_levmar.o
r - sba_levmar_wrap.o
r - sba_lapack.o
r - sba_crsm.o
r - sba_chkjac.o
ranlib libsba.v1.5.a
cp libsba.v1.5.a ..
make[1]: Leaving directory `/home/arpowers/bundler_sfm/lib/sba-1.5'
cd lib/sfm-driver; make
make[1]: Entering directory `/home/arpowers/bundler_sfm/lib/sfm-driver'
gcc -Wall -O3 -I../matrix -I../imagelib -I../sba-1.5 -c -o sfm.o sfm.c
sfm.c: In function ‘sfm_project’:
sfm.c:188:17: warning: variable ‘t’ set but not used [-Wunused-but-set-variable]
sfm.c: In function ‘sfm_project2’:
sfm.c:248:13: warning: variable ‘t’ set but not used [-Wunused-but-set-variable]
sfm.c: In function ‘sfm_project_rd’:
sfm.c:307:13: warning: variable ‘t’ set but not used [-Wunused-but-set-variable]
sfm.c: In function ‘run_sfm’:
sfm.c:636:15: warning: unused variable ‘idx’ [-Wunused-variable]
sfm.c: At top level:
sfm.c:576:13: warning: ‘sfm_mot_project_point’ defined but not used [-Wunused-function]
ar r libsfmdrv.a sfm.o
ar: creating libsfmdrv.a
cp libsfmdrv.a ..
make[1]: Leaving directory `/home/arpowers/bundler_sfm/lib/sfm-driver'
cd lib/minpack; make
make[1]: Entering directory `/home/arpowers/bundler_sfm/lib/minpack'
gcc -O2 -ffast-math -c -o dpmpar.o dpmpar.f
gcc -O2 -ffast-math -c -o enorm.o enorm.f
gcc -O2 -ffast-math -c -o fdjac2.o fdjac2.f
gcc -O2 -ffast-math -c -o lmdif1.o lmdif1.f
gcc -O2 -ffast-math -c -o lmdif.o lmdif.f
gcc -O2 -ffast-math -c -o lmpar.o lmpar.f
gcc -O2 -ffast-math -c -o qrfac.o qrfac.f
gcc -O2 -ffast-math -c -o qrsolv.o qrsolv.f
ar rs libminpack.a dpmpar.o enorm.o fdjac2.o lmdif1.o lmdif.o lmpar.o qrfac.o qrsolv.o
ar: creating libminpack.a
cp libminpack.a ../
make[1]: Leaving directory `/home/arpowers/bundler_sfm/lib/minpack'
cd lib/cblas; make
make[1]: Entering directory `/home/arpowers/bundler_sfm/lib/cblas'
gcc -O3 -DADD_ -c cblas_dgemm.c
In file included from cblas_dgemm.c:11:0:
cblas_f77.h:42:0: warning: "ADD_" redefined [enabled by default]
<command-line>:0:0: note: this is the location of the previous definition
gcc -O3 -DADD_ -c cblas_globals.c
gcc -O3 -DADD_ -c cblas_xerbla.c
In file included from cblas_xerbla.c:6:0:
cblas_f77.h:42:0: warning: "ADD_" redefined [enabled by default]
<command-line>:0:0: note: this is the location of the previous definition
gcc -O3 -DADD_ -c xerbla.c
In file included from xerbla.c:4:0:
cblas_f77.h:42:0: warning: "ADD_" redefined [enabled by default]
<command-line>:0:0: note: this is the location of the previous definition
ar rs libcblas.a cblas_dgemm.o cblas_globals.o cblas_xerbla.o xerbla.o
cp libcblas.a ../
make[1]: Leaving directory `/home/arpowers/bundler_sfm/lib/cblas'
cd lib/f2c; make
make[1]: Entering directory `/home/arpowers/bundler_sfm/lib/f2c'
cp signal1.h0 signal1.h
cp sysdep1.h0 sysdep1.h
gcc -c f77vers.c
gcc -c i77vers.c
gcc -c -DSkip_f2c_Undefs -O main.c
ld -r -x -o main.xxx main.o
mv main.xxx main.o
gcc -c -DSkip_f2c_Undefs -O s_rnge.c
ld -r -x -o s_rnge.xxx s_rnge.o
mv s_rnge.xxx s_rnge.o
gcc -c -DSkip_f2c_Undefs -O abort_.c
ld -r -x -o abort_.xxx abort_.o
mv abort_.xxx abort_.o
gcc -c -DSkip_f2c_Undefs -O exit_.c
ld -r -x -o exit_.xxx exit_.o
mv exit_.xxx exit_.o
gcc -c -DSkip_f2c_Undefs -O getarg_.c
ld -r -x -o getarg_.xxx getarg_.o
mv getarg_.xxx getarg_.o
gcc -c -DSkip_f2c_Undefs -O iargc_.c
ld -r -x -o iargc_.xxx iargc_.o
mv iargc_.xxx iargc_.o
gcc -c -DSkip_f2c_Undefs -O getenv_.c
ld -r -x -o getenv_.xxx getenv_.o
mv getenv_.xxx getenv_.o
gcc -c -DSkip_f2c_Undefs -O signal_.c
ld -r -x -o signal_.xxx signal_.o
mv signal_.xxx signal_.o
gcc -c -DSkip_f2c_Undefs -O s_stop.c
ld -r -x -o s_stop.xxx s_stop.o
mv s_stop.xxx s_stop.o
gcc -c -DSkip_f2c_Undefs -O s_paus.c
ld -r -x -o s_paus.xxx s_paus.o
mv s_paus.xxx s_paus.o
gcc -c -DSkip_f2c_Undefs -O system_.c
ld -r -x -o system_.xxx system_.o
mv system_.xxx system_.o
gcc -c -DSkip_f2c_Undefs -O cabs.c
ld -r -x -o cabs.xxx cabs.o
mv cabs.xxx cabs.o
gcc -c -DSkip_f2c_Undefs -O ctype.c
ld -r -x -o ctype.xxx ctype.o
mv ctype.xxx ctype.o
gcc -c -DSkip_f2c_Undefs -O derf_.c
ld -r -x -o derf_.xxx derf_.o
mv derf_.xxx derf_.o
gcc -c -DSkip_f2c_Undefs -O derfc_.c
ld -r -x -o derfc_.xxx derfc_.o
mv derfc_.xxx derfc_.o
gcc -c -DSkip_f2c_Undefs -O erf_.c
ld -r -x -o erf_.xxx erf_.o
mv erf_.xxx erf_.o
gcc -c -DSkip_f2c_Undefs -O erfc_.c
ld -r -x -o erfc_.xxx erfc_.o
mv erfc_.xxx erfc_.o
gcc -c -DSkip_f2c_Undefs -O sig_die.c
ld -r -x -o sig_die.xxx sig_die.o
mv sig_die.xxx sig_die.o
gcc -O -DNO_FPINIT arithchk.c -lm ||\
gcc -DNO_LONG_LONG -O -DNO_FPINIT arithchk.c -lm
arithchk.c: In function ‘ccheck’:
arithchk.c:125:2: warning: format not a string literal and no format arguments [-Wformat-security]
./a.out >arith.h
rm -f ./a.out arithchk.o
gcc -c -DSkip_f2c_Undefs -O uninit.c
ld -r -x -o uninit.xxx uninit.o
mv uninit.xxx uninit.o
gcc -c -DSkip_f2c_Undefs -O pow_ci.c
ld -r -x -o pow_ci.xxx pow_ci.o
mv pow_ci.xxx pow_ci.o
gcc -c -DSkip_f2c_Undefs -O pow_dd.c
ld -r -x -o pow_dd.xxx pow_dd.o
mv pow_dd.xxx pow_dd.o
gcc -c -DSkip_f2c_Undefs -O pow_di.c
ld -r -x -o pow_di.xxx pow_di.o
mv pow_di.xxx pow_di.o
gcc -c -DSkip_f2c_Undefs -O pow_hh.c
ld -r -x -o pow_hh.xxx pow_hh.o
mv pow_hh.xxx pow_hh.o
gcc -c -DSkip_f2c_Undefs -O pow_ii.c
ld -r -x -o pow_ii.xxx pow_ii.o
mv pow_ii.xxx pow_ii.o
gcc -c -DSkip_f2c_Undefs -O pow_ri.c
ld -r -x -o pow_ri.xxx pow_ri.o
mv pow_ri.xxx pow_ri.o
gcc -c -DSkip_f2c_Undefs -O pow_zi.c
ld -r -x -o pow_zi.xxx pow_zi.o
mv pow_zi.xxx pow_zi.o
gcc -c -DSkip_f2c_Undefs -O pow_zz.c
ld -r -x -o pow_zz.xxx pow_zz.o
mv pow_zz.xxx pow_zz.o
gcc -c -DSkip_f2c_Undefs -O c_abs.c
ld -r -x -o c_abs.xxx c_abs.o
mv c_abs.xxx c_abs.o
gcc -c -DSkip_f2c_Undefs -O c_cos.c
ld -r -x -o c_cos.xxx c_cos.o
mv c_cos.xxx c_cos.o
gcc -c -DSkip_f2c_Undefs -O c_div.c
ld -r -x -o c_div.xxx c_div.o
mv c_div.xxx c_div.o
gcc -c -DSkip_f2c_Undefs -O c_exp.c
ld -r -x -o c_exp.xxx c_exp.o
mv c_exp.xxx c_exp.o
gcc -c -DSkip_f2c_Undefs -O c_log.c
ld -r -x -o c_log.xxx c_log.o
mv c_log.xxx c_log.o
gcc -c -DSkip_f2c_Undefs -O c_sin.c
ld -r -x -o c_sin.xxx c_sin.o
mv c_sin.xxx c_sin.o
gcc -c -DSkip_f2c_Undefs -O c_sqrt.c
ld -r -x -o c_sqrt.xxx c_sqrt.o
mv c_sqrt.xxx c_sqrt.o
gcc -c -DSkip_f2c_Undefs -O z_abs.c
ld -r -x -o z_abs.xxx z_abs.o
mv z_abs.xxx z_abs.o
gcc -c -DSkip_f2c_Undefs -O z_cos.c
ld -r -x -o z_cos.xxx z_cos.o
mv z_cos.xxx z_cos.o
gcc -c -DSkip_f2c_Undefs -O z_div.c
ld -r -x -o z_div.xxx z_div.o
mv z_div.xxx z_div.o
gcc -c -DSkip_f2c_Undefs -O z_exp.c
ld -r -x -o z_exp.xxx z_exp.o
mv z_exp.xxx z_exp.o
gcc -c -DSkip_f2c_Undefs -O z_log.c
ld -r -x -o z_log.xxx z_log.o
mv z_log.xxx z_log.o
gcc -c -DSkip_f2c_Undefs -O z_sin.c
ld -r -x -o z_sin.xxx z_sin.o
mv z_sin.xxx z_sin.o
gcc -c -DSkip_f2c_Undefs -O z_sqrt.c
ld -r -x -o z_sqrt.xxx z_sqrt.o
mv z_sqrt.xxx z_sqrt.o
gcc -c -DSkip_f2c_Undefs -O r_abs.c
ld -r -x -o r_abs.xxx r_abs.o
mv r_abs.xxx r_abs.o
gcc -c -DSkip_f2c_Undefs -O r_acos.c
ld -r -x -o r_acos.xxx r_acos.o
mv r_acos.xxx r_acos.o
gcc -c -DSkip_f2c_Undefs -O r_asin.c
ld -r -x -o r_asin.xxx r_asin.o
mv r_asin.xxx r_asin.o
gcc -c -DSkip_f2c_Undefs -O r_atan.c
ld -r -x -o r_atan.xxx r_atan.o
mv r_atan.xxx r_atan.o
gcc -c -DSkip_f2c_Undefs -O r_atn2.c
ld -r -x -o r_atn2.xxx r_atn2.o
mv r_atn2.xxx r_atn2.o
gcc -c -DSkip_f2c_Undefs -O r_cnjg.c
ld -r -x -o r_cnjg.xxx r_cnjg.o
mv r_cnjg.xxx r_cnjg.o
gcc -c -DSkip_f2c_Undefs -O r_cos.c
ld -r -x -o r_cos.xxx r_cos.o
mv r_cos.xxx r_cos.o
gcc -c -DSkip_f2c_Undefs -O r_cosh.c
ld -r -x -o r_cosh.xxx r_cosh.o
mv r_cosh.xxx r_cosh.o
gcc -c -DSkip_f2c_Undefs -O r_dim.c
ld -r -x -o r_dim.xxx r_dim.o
mv r_dim.xxx r_dim.o
gcc -c -DSkip_f2c_Undefs -O r_exp.c
ld -r -x -o r_exp.xxx r_exp.o
mv r_exp.xxx r_exp.o
gcc -c -DSkip_f2c_Undefs -O r_imag.c
ld -r -x -o r_imag.xxx r_imag.o
mv r_imag.xxx r_imag.o
gcc -c -DSkip_f2c_Undefs -O r_int.c
ld -r -x -o r_int.xxx r_int.o
mv r_int.xxx r_int.o
gcc -c -DSkip_f2c_Undefs -O r_lg10.c
ld -r -x -o r_lg10.xxx r_lg10.o
mv r_lg10.xxx r_lg10.o
gcc -c -DSkip_f2c_Undefs -O r_log.c
ld -r -x -o r_log.xxx r_log.o
mv r_log.xxx r_log.o
gcc -c -DSkip_f2c_Undefs -O r_mod.c
ld -r -x -o r_mod.xxx r_mod.o
mv r_mod.xxx r_mod.o
gcc -c -DSkip_f2c_Undefs -O r_nint.c
ld -r -x -o r_nint.xxx r_nint.o
mv r_nint.xxx r_nint.o
gcc -c -DSkip_f2c_Undefs -O r_sign.c
ld -r -x -o r_sign.xxx r_sign.o
mv r_sign.xxx r_sign.o
gcc -c -DSkip_f2c_Undefs -O r_sin.c
ld -r -x -o r_sin.xxx r_sin.o
mv r_sin.xxx r_sin.o
gcc -c -DSkip_f2c_Undefs -O r_sinh.c
ld -r -x -o r_sinh.xxx r_sinh.o
mv r_sinh.xxx r_sinh.o
gcc -c -DSkip_f2c_Undefs -O r_sqrt.c
ld -r -x -o r_sqrt.xxx r_sqrt.o
mv r_sqrt.xxx r_sqrt.o
gcc -c -DSkip_f2c_Undefs -O r_tan.c
ld -r -x -o r_tan.xxx r_tan.o
mv r_tan.xxx r_tan.o
gcc -c -DSkip_f2c_Undefs -O r_tanh.c
ld -r -x -o r_tanh.xxx r_tanh.o
mv r_tanh.xxx r_tanh.o
gcc -c -DSkip_f2c_Undefs -O d_abs.c
ld -r -x -o d_abs.xxx d_abs.o
mv d_abs.xxx d_abs.o
gcc -c -DSkip_f2c_Undefs -O d_acos.c
ld -r -x -o d_acos.xxx d_acos.o
mv d_acos.xxx d_acos.o
gcc -c -DSkip_f2c_Undefs -O d_asin.c
ld -r -x -o d_asin.xxx d_asin.o
mv d_asin.xxx d_asin.o
gcc -c -DSkip_f2c_Undefs -O d_atan.c
ld -r -x -o d_atan.xxx d_atan.o
mv d_atan.xxx d_atan.o
gcc -c -DSkip_f2c_Undefs -O d_atn2.c
ld -r -x -o d_atn2.xxx d_atn2.o
mv d_atn2.xxx d_atn2.o
gcc -c -DSkip_f2c_Undefs -O d_cnjg.c
ld -r -x -o d_cnjg.xxx d_cnjg.o
mv d_cnjg.xxx d_cnjg.o
gcc -c -DSkip_f2c_Undefs -O d_cos.c
ld -r -x -o d_cos.xxx d_cos.o
mv d_cos.xxx d_cos.o
gcc -c -DSkip_f2c_Undefs -O d_cosh.c
ld -r -x -o d_cosh.xxx d_cosh.o
mv d_cosh.xxx d_cosh.o
gcc -c -DSkip_f2c_Undefs -O d_dim.c
ld -r -x -o d_dim.xxx d_dim.o
mv d_dim.xxx d_dim.o
gcc -c -DSkip_f2c_Undefs -O d_exp.c
ld -r -x -o d_exp.xxx d_exp.o
mv d_exp.xxx d_exp.o
gcc -c -DSkip_f2c_Undefs -O d_imag.c
ld -r -x -o d_imag.xxx d_imag.o
mv d_imag.xxx d_imag.o
gcc -c -DSkip_f2c_Undefs -O d_int.c
ld -r -x -o d_int.xxx d_int.o
mv d_int.xxx d_int.o
gcc -c -DSkip_f2c_Undefs -O d_lg10.c
ld -r -x -o d_lg10.xxx d_lg10.o
mv d_lg10.xxx d_lg10.o
gcc -c -DSkip_f2c_Undefs -O d_log.c
ld -r -x -o d_log.xxx d_log.o
mv d_log.xxx d_log.o
gcc -c -DSkip_f2c_Undefs -O d_mod.c
ld -r -x -o d_mod.xxx d_mod.o
mv d_mod.xxx d_mod.o
gcc -c -DSkip_f2c_Undefs -O d_nint.c
ld -r -x -o d_nint.xxx d_nint.o
mv d_nint.xxx d_nint.o
gcc -c -DSkip_f2c_Undefs -O d_prod.c
ld -r -x -o d_prod.xxx d_prod.o
mv d_prod.xxx d_prod.o
gcc -c -DSkip_f2c_Undefs -O d_sign.c
ld -r -x -o d_sign.xxx d_sign.o
mv d_sign.xxx d_sign.o
gcc -c -DSkip_f2c_Undefs -O d_sin.c
ld -r -x -o d_sin.xxx d_sin.o
mv d_sin.xxx d_sin.o
gcc -c -DSkip_f2c_Undefs -O d_sinh.c
ld -r -x -o d_sinh.xxx d_sinh.o
mv d_sinh.xxx d_sinh.o
gcc -c -DSkip_f2c_Undefs -O d_sqrt.c
ld -r -x -o d_sqrt.xxx d_sqrt.o
mv d_sqrt.xxx d_sqrt.o
gcc -c -DSkip_f2c_Undefs -O d_tan.c
ld -r -x -o d_tan.xxx d_tan.o
mv d_tan.xxx d_tan.o
gcc -c -DSkip_f2c_Undefs -O d_tanh.c
ld -r -x -o d_tanh.xxx d_tanh.o
mv d_tanh.xxx d_tanh.o
gcc -c -DSkip_f2c_Undefs -O i_abs.c
ld -r -x -o i_abs.xxx i_abs.o
mv i_abs.xxx i_abs.o
gcc -c -DSkip_f2c_Undefs -O i_dim.c
ld -r -x -o i_dim.xxx i_dim.o
mv i_dim.xxx i_dim.o
gcc -c -DSkip_f2c_Undefs -O i_dnnt.c
ld -r -x -o i_dnnt.xxx i_dnnt.o
mv i_dnnt.xxx i_dnnt.o
gcc -c -DSkip_f2c_Undefs -O i_indx.c
ld -r -x -o i_indx.xxx i_indx.o
mv i_indx.xxx i_indx.o
gcc -c -DSkip_f2c_Undefs -O i_len.c
ld -r -x -o i_len.xxx i_len.o
mv i_len.xxx i_len.o
gcc -c -DSkip_f2c_Undefs -O i_mod.c
ld -r -x -o i_mod.xxx i_mod.o
mv i_mod.xxx i_mod.o
gcc -c -DSkip_f2c_Undefs -O i_nint.c
ld -r -x -o i_nint.xxx i_nint.o
mv i_nint.xxx i_nint.o
gcc -c -DSkip_f2c_Undefs -O i_sign.c
ld -r -x -o i_sign.xxx i_sign.o
mv i_sign.xxx i_sign.o
gcc -c -DSkip_f2c_Undefs -O lbitbits.c
ld -r -x -o lbitbits.xxx lbitbits.o
mv lbitbits.xxx lbitbits.o
gcc -c -DSkip_f2c_Undefs -O lbitshft.c
ld -r -x -o lbitshft.xxx lbitshft.o
mv lbitshft.xxx lbitshft.o
gcc -c -DSkip_f2c_Undefs -O h_abs.c
ld -r -x -o h_abs.xxx h_abs.o
mv h_abs.xxx h_abs.o
gcc -c -DSkip_f2c_Undefs -O h_dim.c
ld -r -x -o h_dim.xxx h_dim.o
mv h_dim.xxx h_dim.o
gcc -c -DSkip_f2c_Undefs -O h_dnnt.c
ld -r -x -o h_dnnt.xxx h_dnnt.o
mv h_dnnt.xxx h_dnnt.o
gcc -c -DSkip_f2c_Undefs -O h_indx.c
ld -r -x -o h_indx.xxx h_indx.o
mv h_indx.xxx h_indx.o
gcc -c -DSkip_f2c_Undefs -O h_len.c
ld -r -x -o h_len.xxx h_len.o
mv h_len.xxx h_len.o
gcc -c -DSkip_f2c_Undefs -O h_mod.c
ld -r -x -o h_mod.xxx h_mod.o
mv h_mod.xxx h_mod.o
gcc -c -DSkip_f2c_Undefs -O h_nint.c
ld -r -x -o h_nint.xxx h_nint.o
mv h_nint.xxx h_nint.o
gcc -c -DSkip_f2c_Undefs -O h_sign.c
ld -r -x -o h_sign.xxx h_sign.o
mv h_sign.xxx h_sign.o
gcc -c -DSkip_f2c_Undefs -O l_ge.c
ld -r -x -o l_ge.xxx l_ge.o
mv l_ge.xxx l_ge.o
gcc -c -DSkip_f2c_Undefs -O l_gt.c
ld -r -x -o l_gt.xxx l_gt.o
mv l_gt.xxx l_gt.o
gcc -c -DSkip_f2c_Undefs -O l_le.c
ld -r -x -o l_le.xxx l_le.o
mv l_le.xxx l_le.o
gcc -c -DSkip_f2c_Undefs -O l_lt.c
ld -r -x -o l_lt.xxx l_lt.o
mv l_lt.xxx l_lt.o
gcc -c -DSkip_f2c_Undefs -O hl_ge.c
ld -r -x -o hl_ge.xxx hl_ge.o
mv hl_ge.xxx hl_ge.o
gcc -c -DSkip_f2c_Undefs -O hl_gt.c
ld -r -x -o hl_gt.xxx hl_gt.o
mv hl_gt.xxx hl_gt.o
gcc -c -DSkip_f2c_Undefs -O hl_le.c
ld -r -x -o hl_le.xxx hl_le.o
mv hl_le.xxx hl_le.o
gcc -c -DSkip_f2c_Undefs -O hl_lt.c
ld -r -x -o hl_lt.xxx hl_lt.o
mv hl_lt.xxx hl_lt.o
gcc -c -DSkip_f2c_Undefs -O ef1asc_.c
ld -r -x -o ef1asc_.xxx ef1asc_.o
mv ef1asc_.xxx ef1asc_.o
gcc -c -DSkip_f2c_Undefs -O ef1cmc_.c
ld -r -x -o ef1cmc_.xxx ef1cmc_.o
mv ef1cmc_.xxx ef1cmc_.o
gcc -c -DSkip_f2c_Undefs -O f77_aloc.c
ld -r -x -o f77_aloc.xxx f77_aloc.o
mv f77_aloc.xxx f77_aloc.o
gcc -c -DSkip_f2c_Undefs -O s_cat.c
ld -r -x -o s_cat.xxx s_cat.o
mv s_cat.xxx s_cat.o
gcc -c -DSkip_f2c_Undefs -O s_cmp.c
ld -r -x -o s_cmp.xxx s_cmp.o
mv s_cmp.xxx s_cmp.o
gcc -c -DSkip_f2c_Undefs -O s_copy.c
ld -r -x -o s_copy.xxx s_copy.o
mv s_copy.xxx s_copy.o
gcc -c -DSkip_f2c_Undefs -O backspac.c
backspac.c: In function ‘f_back’:
backspac.c:47:8: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
ld -r -x -o backspac.xxx backspac.o
mv backspac.xxx backspac.o
gcc -c -DSkip_f2c_Undefs -O close.c
ld -r -x -o close.xxx close.o
mv close.xxx close.o
gcc -c -DSkip_f2c_Undefs -O dfe.c
ld -r -x -o dfe.xxx dfe.o
mv dfe.xxx dfe.o
gcc -c -DSkip_f2c_Undefs -O dolio.c
ld -r -x -o dolio.xxx dolio.o
mv dolio.xxx dolio.o
gcc -c -DSkip_f2c_Undefs -O due.c
ld -r -x -o due.xxx due.o
mv due.xxx due.o
gcc -c -DSkip_f2c_Undefs -O endfile.c
ld -r -x -o endfile.xxx endfile.o
mv endfile.xxx endfile.o
gcc -c -DSkip_f2c_Undefs -O err.c
ld -r -x -o err.xxx err.o
mv err.xxx err.o
gcc -c -DSkip_f2c_Undefs -O fmt.c
ld -r -x -o fmt.xxx fmt.o
mv fmt.xxx fmt.o
gcc -c -DSkip_f2c_Undefs -O fmtlib.c
ld -r -x -o fmtlib.xxx fmtlib.o
mv fmtlib.xxx fmtlib.o
gcc -c -DSkip_f2c_Undefs -O ftell_.c
ld -r -x -o ftell_.xxx ftell_.o
mv ftell_.xxx ftell_.o
gcc -c -DSkip_f2c_Undefs -O iio.c
ld -r -x -o iio.xxx iio.o
mv iio.xxx iio.o
gcc -c -DSkip_f2c_Undefs -O ilnw.c
ld -r -x -o ilnw.xxx ilnw.o
mv ilnw.xxx ilnw.o
gcc -c -DSkip_f2c_Undefs -O inquire.c
ld -r -x -o inquire.xxx inquire.o
mv inquire.xxx inquire.o
gcc -c -DSkip_f2c_Undefs -O lread.c
ld -r -x -o lread.xxx lread.o
mv lread.xxx lread.o
gcc -c -DSkip_f2c_Undefs -O lwrite.c
ld -r -x -o lwrite.xxx lwrite.o
mv lwrite.xxx lwrite.o
gcc -c -DSkip_f2c_Undefs -O open.c
ld -r -x -o open.xxx open.o
mv open.xxx open.o
gcc -c -DSkip_f2c_Undefs -O rdfmt.c
ld -r -x -o rdfmt.xxx rdfmt.o
mv rdfmt.xxx rdfmt.o
gcc -c -DSkip_f2c_Undefs -O rewind.c
ld -r -x -o rewind.xxx rewind.o
mv rewind.xxx rewind.o
gcc -c -DSkip_f2c_Undefs -O rsfe.c
ld -r -x -o rsfe.xxx rsfe.o
mv rsfe.xxx rsfe.o
gcc -c -DSkip_f2c_Undefs -O rsli.c
ld -r -x -o rsli.xxx rsli.o
mv rsli.xxx rsli.o
gcc -c -DSkip_f2c_Undefs -O rsne.c
ld -r -x -o rsne.xxx rsne.o
mv rsne.xxx rsne.o
gcc -c -DSkip_f2c_Undefs -O sfe.c
ld -r -x -o sfe.xxx sfe.o
mv sfe.xxx sfe.o
gcc -c -DSkip_f2c_Undefs -O sue.c
ld -r -x -o sue.xxx sue.o
mv sue.xxx sue.o
gcc -c -DSkip_f2c_Undefs -O typesize.c
ld -r -x -o typesize.xxx typesize.o
mv typesize.xxx typesize.o
gcc -c -DSkip_f2c_Undefs -O uio.c
ld -r -x -o uio.xxx uio.o
mv uio.xxx uio.o
gcc -c -DSkip_f2c_Undefs -O util.c
ld -r -x -o util.xxx util.o
mv util.xxx util.o
gcc -c -DSkip_f2c_Undefs -O wref.c
ld -r -x -o wref.xxx wref.o
mv wref.xxx wref.o
gcc -c -DSkip_f2c_Undefs -O wrtfmt.c
ld -r -x -o wrtfmt.xxx wrtfmt.o
mv wrtfmt.xxx wrtfmt.o
gcc -c -DSkip_f2c_Undefs -O wsfe.c
ld -r -x -o wsfe.xxx wsfe.o
mv wsfe.xxx wsfe.o
gcc -c -DSkip_f2c_Undefs -O wsle.c
ld -r -x -o wsle.xxx wsle.o
mv wsle.xxx wsle.o
gcc -c -DSkip_f2c_Undefs -O wsne.c
ld -r -x -o wsne.xxx wsne.o
mv wsne.xxx wsne.o
gcc -c -DSkip_f2c_Undefs -O xwsne.c
ld -r -x -o xwsne.xxx xwsne.o
mv xwsne.xxx xwsne.o
gcc -c -DSkip_f2c_Undefs -O dtime_.c
ld -r -x -o dtime_.xxx dtime_.o
mv dtime_.xxx dtime_.o
gcc -c -DSkip_f2c_Undefs -O etime_.c
ld -r -x -o etime_.xxx etime_.o
mv etime_.xxx etime_.o
ar r libf2c.a f77vers.o i77vers.o main.o s_rnge.o abort_.o exit_.o getarg_.o iargc_.o getenv_.o signal_.o s_stop.o s_paus.o system_.o cabs.o ctype.o derf_.o derfc_.o erf_.o erfc_.o sig_die.o uninit.o pow_ci.o pow_dd.o pow_di.o pow_hh.o pow_ii.o pow_ri.o pow_zi.o pow_zz.o c_abs.o c_cos.o c_div.o c_exp.o c_log.o c_sin.o c_sqrt.o z_abs.o z_cos.o z_div.o z_exp.o z_log.o z_sin.o z_sqrt.o r_abs.o r_acos.o r_asin.o r_atan.o r_atn2.o r_cnjg.o r_cos.o r_cosh.o r_dim.o r_exp.o r_imag.o r_int.o r_lg10.o r_log.o r_mod.o r_nint.o r_sign.o r_sin.o r_sinh.o r_sqrt.o r_tan.o r_tanh.o d_abs.o d_acos.o d_asin.o d_atan.o d_atn2.o d_cnjg.o d_cos.o d_cosh.o d_dim.o d_exp.o d_imag.o d_int.o d_lg10.o d_log.o d_mod.o d_nint.o d_prod.o d_sign.o d_sin.o d_sinh.o d_sqrt.o d_tan.o d_tanh.o i_abs.o i_dim.o i_dnnt.o i_indx.o i_len.o i_mod.o i_nint.o i_sign.o lbitbits.o lbitshft.o h_abs.o h_dim.o h_dnnt.o h_indx.o h_len.o h_mod.o h_nint.o h_sign.o l_ge.o l_gt.o l_le.o l_lt.o hl_ge.o hl_gt.o hl_le.o hl_lt.o ef1asc_.o ef1cmc_.o f77_aloc.o s_cat.o s_cmp.o s_copy.o backspac.o close.o dfe.o dolio.o due.o endfile.o err.o fmt.o fmtlib.o ftell_.o iio.o ilnw.o inquire.o lread.o lwrite.o open.o rdfmt.o rewind.o rsfe.o rsli.o rsne.o sfe.o sue.o typesize.o uio.o util.o wref.o wrtfmt.o wsfe.o wsle.o wsne.o xwsne.o dtime_.o etime_.o
ar: creating libf2c.a
cp libf2c.a ../
make[1]: Leaving directory `/home/arpowers/bundler_sfm/lib/f2c'
cd src; make
make[1]: Entering directory `/home/arpowers/bundler_sfm/src'
g++ -c -o BaseApp.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ BaseApp.cpp
g++ -c -o BundlerApp.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ BundlerApp.cpp
In file included from /usr/include/c++/4.7/ext/hash_map:61:0,
from SifterUtil.h:26,
from BundlerApp.cpp:38:
/usr/include/c++/4.7/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
g++ -c -o keys.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ keys.cpp
In file included from /usr/include/c++/4.7/ext/hash_map:61:0,
from keys.cpp:28:
/usr/include/c++/4.7/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
keys.cpp:292:14: warning: ‘char* strchrn(char*, int, int)’ defined but not used [-Wunused-function]
g++ -c -o Register.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ Register.cpp
g++ -c -o Epipolar.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ Epipolar.cpp
g++ -c -o Bundle.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ Bundle.cpp
Bundle.cpp: In member function ‘void BundlerApp::BundlePickInitialPair(int&, int&, bool)’:
Bundle.cpp:1585:12: warning: variable ‘max_score’ set but not used [-Wunused-but-set-variable]
Bundle.cpp:1587:9: warning: variable ‘max_matches_2’ set but not used [-Wunused-but-set-variable]
Bundle.cpp:1594:9: warning: unused variable ‘i_best_3’ [-Wunused-variable]
Bundle.cpp:1595:9: warning: unused variable ‘j_best_3’ [-Wunused-variable]
Bundle.cpp: In member function ‘void BundlerApp::BundleAdjust()’:
Bundle.cpp:2243:20: warning: variable ‘error1’ set but not used [-Wunused-but-set-variable]
Bundle.cpp:2149:16: warning: variable ‘error0’ set but not used [-Wunused-but-set-variable]
Bundle.cpp: In member function ‘std::vector<int> BundlerApp::RefineCameraAndPoints(const ImageData&, int, v3_t*, v2_t*, int*, camera_params_t*, int*, const std::vector<std::vector<std::pair<int, int> > >&, camera_params_t*, bool)’:
Bundle.cpp:2788:12: warning: variable ‘derror’ set but not used [-Wunused-but-set-variable]
Bundle.cpp: At global scope:
Bundle.cpp:156:13: warning: ‘void RemoveImageKey(ImageKeyVector&, int)’ defined but not used [-Wunused-function]
g++ -c -o BundleFast.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ BundleFast.cpp
BundleFast.cpp: In member function ‘void BundlerApp::BundleAdjustFast()’:
BundleFast.cpp:198:13: warning: variable ‘error1’ set but not used [-Wunused-but-set-variable]
BundleFast.cpp:120:9: warning: variable ‘error0’ set but not used [-Wunused-but-set-variable]
g++ -c -o MatchTracks.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ MatchTracks.cpp
In file included from /usr/include/c++/4.7/ext/hash_map:61:0,
from SifterUtil.h:26,
from MatchTracks.cpp:26:
/usr/include/c++/4.7/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
g++ -c -o Camera.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ Camera.cpp
In file included from /usr/include/c++/4.7/ext/hash_map:61:0,
from SifterUtil.h:26,
from Camera.cpp:25:
/usr/include/c++/4.7/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
g++ -c -o Geometry.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ Geometry.cpp
Geometry.cpp:142:12: warning: ‘cube_faces’ defined but not used [-Wunused-variable]
g++ -c -o ImageData.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ ImageData.cpp
In file included from /usr/include/c++/4.7/ext/hash_map:61:0,
from SifterUtil.h:26,
from ImageData.cpp:28:
/usr/include/c++/4.7/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
ImageData.cpp: In member function ‘void ImageData::WriteCameraXML(FILE*)’:
ImageData.cpp:2030:27: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
g++ -c -o SifterUtil.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ SifterUtil.cpp
In file included from /usr/include/c++/4.7/ext/hash_set:61:0,
from SifterUtil.cpp:28:
/usr/include/c++/4.7/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
g++ -c -o BaseGeometry.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ BaseGeometry.cpp
In file included from /usr/include/c++/4.7/ext/hash_map:61:0,
from SifterUtil.h:26,
from BaseGeometry.cpp:26:
/usr/include/c++/4.7/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
BaseGeometry.cpp: In member function ‘void BaseApp::EstimateAxes(double*, double*, double*)’:
BaseGeometry.cpp:563:10: warning: variable ‘found’ set but not used [-Wunused-but-set-variable]
BaseGeometry.cpp: In member function ‘virtual void BaseApp::RepositionScene(double*, double*, double&)’:
BaseGeometry.cpp:1092:20: warning: unused variable ‘norm’ [-Wunused-variable]
BaseGeometry.cpp: In member function ‘void BaseApp::UnscaleCameras(int)’:
BaseGeometry.cpp:1294:20: warning: unused variable ‘norm’ [-Wunused-variable]
g++ -c -o BundlerGeometry.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ BundlerGeometry.cpp
In file included from /usr/include/c++/4.7/ext/hash_map:61:0,
from SifterUtil.h:26,
from BundlerGeometry.cpp:31:
/usr/include/c++/4.7/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
g++ -c -o BoundingBox.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ BoundingBox.cpp
g++ -c -o BundleAdd.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ BundleAdd.cpp
BundleAdd.cpp:179:13: warning: ‘void PrintTrack(const ImageKeyVector&)’ defined but not used [-Wunused-function]
g++ -c -o ComputeTracks.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ ComputeTracks.cpp
In file included from /usr/include/c++/4.7/ext/hash_map:61:0,
from SifterUtil.h:26,
from ComputeTracks.cpp:28:
/usr/include/c++/4.7/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
ComputeTracks.cpp: In member function ‘void BundlerApp::ComputeTracks(int)’:
ComputeTracks.cpp:151:7: warning: variable ‘start_idx’ set but not used [-Wunused-but-set-variable]
g++ -c -o BruteForceSearch.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ BruteForceSearch.cpp
g++ -c -o BundleIO.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ BundleIO.cpp
In file included from /usr/include/c++/4.7/ext/hash_map:61:0,
from SifterUtil.h:26,
from BundleIO.cpp:29:
/usr/include/c++/4.7/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
g++ -c -o ProcessBundle.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ ProcessBundle.cpp
ProcessBundle.cpp: In member function ‘void BundlerApp::OutputRelativePoses2D(const char*)’:
ProcessBundle.cpp:610:13: warning: unused variable ‘num_nbrs’ [-Wunused-variable]
ProcessBundle.cpp: In member function ‘void BundlerApp::OutputRelativePoses3D(const char*)’:
ProcessBundle.cpp:748:20: warning: unused variable ‘viewdir’ [-Wunused-variable]
ProcessBundle.cpp:749:20: warning: unused variable ‘twist_angle’ [-Wunused-variable]
ProcessBundle.cpp:722:13: warning: unused variable ‘num_nbrs’ [-Wunused-variable]
g++ -c -o BundleTwo.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ BundleTwo.cpp
In file included from /usr/include/c++/4.7/ext/hash_map:61:0,
from SifterUtil.h:26,
from BundleTwo.cpp:34:
/usr/include/c++/4.7/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
BundleTwo.cpp:363:13: warning: ‘void FixScaffoldEdges(int, ModelMap&)’ defined but not used [-Wunused-function]
g++ -c -o Decompose.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ Decompose.cpp
g++ -c -o RelativePose.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ RelativePose.cpp
g++ -c -o Distortion.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ Distortion.cpp
g++ -c -o TwoFrameModel.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ TwoFrameModel.cpp
TwoFrameModel.cpp: In member function ‘void TwoFrameModel::WriteSparse(FILE*)’:
TwoFrameModel.cpp:210:12: warning: unused variable ‘viewdir’ [-Wunused-variable]
TwoFrameModel.cpp:211:12: warning: unused variable ‘twist_angle’ [-Wunused-variable]
TwoFrameModel.cpp: In function ‘void ThresholdTwists(int, ModelMap&, std::vector<ImageData>&, bool)’:
TwoFrameModel.cpp:535:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
TwoFrameModel.cpp:587:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
TwoFrameModel.cpp: At global scope:
TwoFrameModel.cpp:61:13: warning: ‘void WriteCameraPose(FILE*, const camera_params_t&)’ defined but not used [-Wunused-function]
g++ -c -o LoadJPEG.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ LoadJPEG.cpp
LoadJPEG.cpp: In function ‘void WriteJPEG(const img_t*, const char*)’:
LoadJPEG.cpp:141:13: warning: variable ‘row_stride’ set but not used [-Wunused-but-set-variable]
g++ -o bundler -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -L../lib -L../lib/ann_1.1_char/lib \
-D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ BaseApp.o BundlerApp.o keys.o Register.o Epipolar.o Bundle.o BundleFast.o MatchTracks.o Camera.o Geometry.o ImageData.o SifterUtil.o BaseGeometry.o BundlerGeometry.o BoundingBox.o BundleAdd.o ComputeTracks.o BruteForceSearch.o BundleIO.o ProcessBundle.o BundleTwo.o Decompose.o RelativePose.o Distortion.o TwoFrameModel.o LoadJPEG.o -limage -lsfmdrv -lsba.v1.5 -lmatrix -lz -llapack -lblas -lcblas -lminpack -lm -l5point -ljpeg -lANN_char -lgfortran
cp bundler ../bin
g++ -c -o KeyMatchFull.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ KeyMatchFull.cpp
g++ -c -o keys2a.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ keys2a.cpp
keys2a.cpp: In function ‘std::vector<KeypointMatch> MatchKeys(int, unsigned char*, int, unsigned char*, double, int)’:
keys2a.cpp:385:13: warning: variable ‘start’ set but not used [-Wunused-but-set-variable]
keys2a.cpp:396:13: warning: variable ‘end’ set but not used [-Wunused-but-set-variable]
g++ -o KeyMatchFull -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -L../lib -L../lib/ann_1.1_char/lib KeyMatchFull.o keys2a.o \
-lANN_char -lz
cp KeyMatchFull ../bin
g++ -c -o Bundle2Ply.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ Bundle2Ply.cpp
Bundle2Ply.cpp: In function ‘void ReadBundleFile(char*, std::vector<camera_params_t>&, std::vector<point_t>&, double&)’:
Bundle2Ply.cpp:29:10: warning: unused variable ‘coalesced’ [-Wunused-variable]
g++ -o Bundle2Ply -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -L../lib -L../lib/ann_1.1_char/lib Bundle2Ply.o \
-lmatrix -llapack -lblas -lcblas -lgfortran -lminpack
cp Bundle2Ply ../bin
g++ -c -o Bundle2PMVS.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ Bundle2PMVS.cpp
g++ -o Bundle2PMVS -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -L../lib -L../lib/ann_1.1_char/lib Bundle2PMVS.o LoadJPEG.o \
-limage -lmatrix -llapack -lblas -lcblas -lgfortran \
-lminpack -ljpeg
cp Bundle2PMVS ../bin
g++ -c -o Bundle2Vis.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ Bundle2Vis.cpp
g++ -o Bundle2Vis -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -L../lib -L../lib/ann_1.1_char/lib Bundle2Vis.o
cp Bundle2Vis ../bin
g++ -c -o RadialUndistort.o -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -D__NO_UI__ -D__BUNDLER__ -D__BUNDLER_DISTR__ RadialUndistort.cpp
g++ -o RadialUndistort -O3 -Wall -Wno-unused-result -std=gnu++0x -I../lib/imagelib -I../lib/sfm-driver -I../lib/matrix -I../lib/5point -I../lib/sba-1.5 -I../lib/ann_1.1_char/include -I../include -L../lib -L../lib/ann_1.1_char/lib RadialUndistort.o LoadJPEG.o \
-limage -lmatrix -llapack -lblas -lcblas -lgfortran \
-lminpack -ljpeg
cp RadialUndistort ../bin
make[1]: Leaving directory `/home/arpowers/bundler_sfm/src'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment