source: gs3-extensions/mars-src/trunk/packages/fpcalc.dir--link.txt@ 39015

Last change on this file since 39015 was 34679, checked in by davidb, 3 years ago

Record of the file modification needed to get fpcalc to compile up. Issue is that for static library creation, -lz is needed at the end of the link command. Grepping through the cmake files it was noticed the it ships with checks that add in -lz for APPLE, but not other OSes. An improvement would be to work in the -lz needed for the static build in a similar way rather than modify the linking command for fpcalc directly

File size: 664 bytes
Line 
1/usr/bin/c++ -I/home/ec2-user/research/code-managed/mars/greenstone3-svn/ext/mars/linux/include -Wall -O3 -DNDEBUG -L/home/ec2-user/research/code-managed/mars/greenstone3-svn/ext/mars/linux/lib -lz -rdynamic CMakeFiles/fpcalc.dir/fpcalc.cpp.o -o fpcalc -lm ../libchromaprint.a -lm /home/ec2-user/research/code-managed/mars/greenstone3-svn/ext/mars/linux/lib/libavformat.a /home/ec2-user/research/code-managed/mars/greenstone3-svn/ext/mars/linux/lib/libavcodec.a /home/ec2-user/research/code-managed/mars/greenstone3-svn/ext/mars/linux/lib/libavutil.a /home/ec2-user/research/code-managed/mars/greenstone3-svn/ext/mars/linux/lib/libswresample.a -lpthread -lz
Note: See TracBrowser for help on using the repository browser.