You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried make and got error like the following...
I also checked into libbiomdi.so for inIntSet, libbiomdi.so get the symbol of inIntSet, but reference error
objdump -x common/lib/libbiomdi.so | less
SYMBOL TABLE:
0000000000201038 g .data 0000000000000000 _edata
00000000000006da g F .text 00000000000000c0 inIntSet
000000000000079c g F .fini 0000000000000000 _fini
I tried make and got error like the following...
I also checked into libbiomdi.so for inIntSet, libbiomdi.so get the symbol of inIntSet, but reference error
Pls, help...
//////////////////////////////////////
make[1]: Entering directory '/home/shsong/fingerprint/BIOMDI/common'
test -d /home/shsong/fingerprint/BIOMDI/common/lib || mkdir /home/shsong/fingerprint/BIOMDI/common/lib
make[2]: Entering directory '/home/shsong/fingerprint/BIOMDI/common/src'
make[3]: Entering directory '/home/shsong/fingerprint/BIOMDI/common/src/libbiomdi'
cc -Wall -g -std=c99 -I../include -I/usr/local/include -L../../lib -L/usr/local/lib -fPIC -shared biomdi.c -lm -o libbiomdi.so
cp -f libbiomdi.so ../../lib
make[3]: Leaving directory '/home/shsong/fingerprint/BIOMDI/common/src/libbiomdi'
make[2]: Leaving directory '/home/shsong/fingerprint/BIOMDI/common/src'
make[1]: Leaving directory '/home/shsong/fingerprint/BIOMDI/common'
make[1]: Entering directory '/home/shsong/fingerprint/BIOMDI/fingerminutia'
test -d /home/shsong/fingerprint/BIOMDI/fingerminutia/lib || mkdir /home/shsong/fingerprint/BIOMDI/fingerminutia/lib
test -d /home/shsong/fingerprint/BIOMDI/fingerminutia/bin || mkdir /home/shsong/fingerprint/BIOMDI/fingerminutia/bin
test -d /home/shsong/fingerprint/BIOMDI/fingerminutia/man || mkdir /home/shsong/fingerprint/BIOMDI/fingerminutia/man
make[2]: Entering directory '/home/shsong/fingerprint/BIOMDI/fingerminutia/src'
make[3]: Entering directory '/home/shsong/fingerprint/BIOMDI/fingerminutia/src/libfmr'
cc -Wall -g -std=c99 -I../../../common/src/include -I../include -I/usr/local/include -L../../../common/lib -lbiomdi -L../../lib -L/usr/local/lib -fPIC -shared fmr.c fvmr.c fmd.c fedb.c polar.c random.c xy.c angle.c quality.c ansi2iso.c iso2ansi.c validate.c -lm -o libfmr.so
cp -f libfmr.so ../../lib
make[3]: Leaving directory '/home/shsong/fingerprint/BIOMDI/fingerminutia/src/libfmr'
make[3]: Entering directory '/home/shsong/fingerprint/BIOMDI/fingerminutia/src/prfmr'
cc -Wall -g -std=c99 -I../../../common/src/include -I../include -I/usr/local/include -L../../../common/lib -lbiomdi -L../../lib -L/usr/local/lib -fPIC prfmr.c -lfmr -o prfmr
../../lib/libfmr.so: undefined reference to `inIntSet'
collect2: error: ld returned 1 exit status
Makefile:12: recipe for target 'all' failed
make[3]: *** [all] Error 1
make[3]: Leaving directory '/home/shsong/fingerprint/BIOMDI/fingerminutia/src/prfmr'
Makefile:49: recipe for target 'all' failed
make[2]: *** [all] Error 1
make[2]: Leaving directory '/home/shsong/fingerprint/BIOMDI/fingerminutia/src'
Makefile:23: recipe for target 'all' failed
make[1]: *** [all] Error 1
make[1]: Leaving directory '/home/shsong/fingerprint/BIOMDI/fingerminutia'
Makefile:23: recipe for target 'all' failed
make: *** [all] Error 1
The text was updated successfully, but these errors were encountered: