Sublime Forum

Sublime output error

#1

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

0 Likes

#2

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.

0 Likes