Hi,<div><br></div><div>I'm struggling to get the build command properly set...</div><div><br></div><div>I'm trying to compile the libnfc libraries via Geany.</div><div><br></div><div>The file contains this info:</div>
<div><br></div><div><div>// This is same example as quick_start_example1.c but using</div><div>// some helper functions existing in libnfc.</div><div>// Those functions are not available yet in a library</div><div>// so binary object must be linked statically:</div>
<div>// $ gcc -o quick_start_example2 -lnfc -I../.. quick_start_example2.c ../../utils/nfc-utils.o</div><div><br></div><div>In a terminal everything works fine (although i had to move the -lnfc command to the end)</div><div>
<br></div><div><div># gcc -o quick_start_example2 -I../.. quick_start_example2.c ../../utils/nfc-utils.o -lnf</div></div><div>>>Works fine.</div><div><br></div><div>I tried different things in geany like:</div><div>
gcc -Wall -o "%e" "%f" -I/home/glnd/libnfc-1.7.0-rc7 /home/glnd/libnfc-1.7.0-rc7/utils/nfc-utils.o -lnfc</div><div>But without any success...</div><div><br></div><div>Can someone help me out?</div><div>
<br></div><div>Thx!</div><div>Gert</div>
</div>