In sublime text 3 whenever I write a programme and look for its output I get this error ld: warning: -L path ‘/usr/local/lib’ is not a directory
how can I fix this issue?
Please help me
In sublime text 3 whenever I write a programme and look for its output I get this error ld: warning: -L path ‘/usr/local/lib’ is not a directory
how can I fix this issue?
Please help me
The warning is output from linker, which indicates no /user/local/lib/ folder to be present.
Do you use the default C build-system? I just calls gcc command, when hitting ctrl+b.
Otherwise you might want to check the build script you are using.