I'm trying to compile my wxWidgets app but it won't let me because it can't find these libraries. I searched for these libraries and they indeed, are not on my computer, so how can I get rid of them from the linker? Don't see the libraries in the Active Project Settings anywhere and not sure where these libraries are getting specified (I looked all over the "linker" settings and then some). Kind of annoying
/usr/bin/make -j2 -e -f Makefile
----------Building project:[ LearnFrench - Debug ]----------
make[1]: Entering directory '/home/oem/Documents/CodeliteProjects/LearnFrench'
/usr/bin/g++ -o ../../Documents/build-Debug/bin/LearnFrench @../../Documents/build-Debug/__/CodeliteProjects/LearnFrench/ObjectsList.txt -L/usr/lib/codelite -L/usr/local/lib/ -l wx_gtk3u_stc-3.2.so.0 -l wx_gtk3u_html-3.2 -l wx_gtk3u_aui-3.2.so.0 -l wx_gtk3u_adv-3.2 -l wx_gtk3u_stc-3.2.so.0.2.1 -l wx_gtk3u_propgrid-3.2.so.0.2.1 -l wx_gtk3u_gl-3.2 -l wx_gtk3u_html-3.2.so.0 -l wx_gtk3u_adv-3.2.so.0 -l wx_gtk3u_aui-3.2.so.0.2.1 -l wx_gtk3u_core-3.2.so.0.2.1 -l wx_gtk3u_gl-3.2.so.0 -l wx_baseu_net-3.2.so.0 -l wx_gtk3u_xrc-3.2.so.0 -l wx_gtk3u_ribbon-3.2 -l wx_gtk3u_richtext-3.2.so.0.2.1 -l wx_gtk3u_core-3.2 -l wx_gtk3u_core-3.2.so.0 -l wx_gtk3u_propgrid-3.2 -l wx_gtk3u_qa-3.2 -l wx_gtk3u_qa-3.2.so.0 -l wx_gtk3u_qa-3.2.so.0.2.1 -l wx_gtk3u_xrc-3.2 -l wx_gtk3u_propgrid-3.2.so.0 -l wx_baseu-3.2.so.0.2.1 -l wx_gtk3u_gl-3.2.so.0.2.1 -l wx_gtk3u_richtext-3.2 -l wx_gtk3u_adv-3.2.so.0.2.1 -l wx_baseu_xml-3.2.so.0.2.1 -l wx_gtk3u_xrc-3.2.so.0.2.1 -l wx_baseu_xml-3.2 -l wx_baseu-3.2.so.0 -l wx_gtk3u_ribbon-3.2.so.0.2.1 -l wx_baseu_net-3.2 -l wx_gtk3u_html-3.2.so.0.2.1 -l wx_baseu-3.2 -l wx_gtk3u_aui-3.2 -l wx_baseu_net-3.2.so.0.2.1 -l wx_gtk3u_richtext-3.2.so.0 -l wx_gtk3u_stc-3.2 -l wx_baseu_xml-3.2.so.0 -l wx_gtk3u_ribbon-3.2.so.0
/usr/bin/ld: cannot find -lwx_gtk3u_stc-3.2.so.0: No such file or directory
/usr/bin/ld: cannot find -lwx_gtk3u_aui-3.2.so.0: No such file or directory
/usr/bin/ld: cannot find -lwx_gtk3u_stc-3.2.so.0.2.1: No such file or directory
/usr/bin/ld: cannot find -lwx_gtk3u_propgrid-3.2.so.0.2.1: No such file or directory
/usr/bin/ld: cannot find -lwx_gtk3u_html-3.2.so.0: No such file or directory
/usr/bin/ld: cannot find -lwx_gtk3u_adv-3.2.so.0: No such file or directory
/usr/bin/ld: cannot find -lwx_gtk3u_aui-3.2.so.0.2.1: No such file or directory
/usr/bin/ld: cannot find -lwx_gtk3u_core-3.2.so.0.2.1: No such file or directory
/usr/bin/ld: cannot find -lwx_gtk3u_gl-3.2.so.0: No such file or directory
/usr/bin/ld: cannot find -lwx_baseu_net-3.2.so.0: No such file or directory
/usr/bin/ld: cannot find -lwx_gtk3u_xrc-3.2.so.0: No such file or directory
/usr/bin/ld: cannot find -lwx_gtk3u_richtext-3.2.so.0.2.1: No such file or directory
/usr/bin/ld: cannot find -lwx_gtk3u_core-3.2.so.0: No such file or directory
/usr/bin/ld: cannot find -lwx_gtk3u_qa-3.2.so.0: No such file or directory
/usr/bin/ld: cannot find -lwx_gtk3u_qa-3.2.so.0.2.1: No such file or directory
/usr/bin/ld: cannot find -lwx_gtk3u_propgrid-3.2.so.0: No such file or directory
/usr/bin/ld: cannot find -lwx_baseu-3.2.so.0.2.1: No such file or directory
/usr/bin/ld: cannot find -lwx_gtk3u_gl-3.2.so.0.2.1: No such file or directory
/usr/bin/ld: cannot find -lwx_gtk3u_adv-3.2.so.0.2.1: No such file or directory
/usr/bin/ld: cannot find -lwx_baseu_xml-3.2.so.0.2.1: No such file or directory
/usr/bin/ld: cannot find -lwx_gtk3u_xrc-3.2.so.0.2.1: No such file or directory
/usr/bin/ld: cannot find -lwx_baseu-3.2.so.0: No such file or directory
/usr/bin/ld: cannot find -lwx_gtk3u_ribbon-3.2.so.0.2.1: No such file or directory
/usr/bin/ld: cannot find -lwx_gtk3u_html-3.2.so.0.2.1: No such file or directory
/usr/bin/ld: cannot find -lwx_baseu_net-3.2.so.0.2.1: No such file or directory
/usr/bin/ld: cannot find -lwx_gtk3u_richtext-3.2.so.0: No such file or directory
/usr/bin/ld: cannot find -lwx_baseu_xml-3.2.so.0: No such file or directory
/usr/bin/ld: cannot find -lwx_gtk3u_ribbon-3.2.so.0: No such file or directory
collect2: error: ld returned 1 exit status
make[1]: *** [LearnFrench.mk:82: ../../Documents/build-Debug/bin/LearnFrench] Error 1
make[1]: Leaving directory '/home/oem/Documents/CodeliteProjects/LearnFrench'
make: *** [Makefile:5: All] Error 2
=== build completed successfully (0 errors, 0 warnings) ===
I was expecting to find the libraries in the project settings but can't find them anywhere.