Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make error #2

Open
wowfoot opened this issue Feb 20, 2019 · 1 comment
Open

make error #2

wowfoot opened this issue Feb 20, 2019 · 1 comment

Comments

@wowfoot
Copy link

wowfoot commented Feb 20, 2019

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

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

@wowfoot
Copy link
Author

wowfoot commented Feb 20, 2019

try the following link
nigos.nist.gov:8080/nist/biomdi/biomdi_current.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant