<div dir="ltr"><div>Hi</div><div>I am running geany in both Ubuntu 17.04 (host) and Lubuntu (VirtualBox guest) 17.04 . My build settings are the same on both:</div><div><font face="monospace"><br></font></div><div><font face="monospace">compile : g++ -g -Wall -std=c++14 -c -lboost_thread -DBOOST_THREAD_VERSION=4 -pthread "%f"</font></div><div><font face="monospace">link: g++ -g -Wall -std=c++14  -o "%e" "%f" /home/bluefrog/SQLAPI/lib/libsqlapi.a -lpthread -pthread -lboost_thread -DBOOST_THREAD_VERSION=4 -lboost_system -ldl -lpq</font></div><div><font face="monospace"><br></font></div><div><font face="monospace">make Object: make %e.o</font></div><div><font face="monospace">Execute: "./%e"</font></div><div><br></div><div>LD_LIBRARY_PATH is defined the same on both.</div><div><br></div><div>When I execute (F5), having successfully compiled and linked, nothing appears in the terminal on Lubuntu in the VirtualBox, but when the same is executed  in Ubuntu (host), all appears as expected. Could somebody suggest what it may be?</div><div><br></div><div>Thanks</div><div><br></div></div>