I am currently trying to import some libraries into my Gwan C script. I have read through the manual and am using #pragma include
to include the folder that my libraries are in, and then use #pragma link
to actually include the libraries, but when I run the script it error and says /usr/bin/ld: cannot find -lxxxx.a
Heres current code
#pragma include "/opt/Gwan/libraries/xxx"
#pragma link "xxxx.a"
current Gwan version 4.3.11. Thanks, any help will be appreciated
[EDIT] All is working fine now, changed all my libraries to shared and placed them in /usr/lib