Skip to content

oscchief makefile cannot find liblo #1

@tomchambers2

Description

@tomchambers2
~/Downloads/oscchief > make
gcc `pkg-config --static --cflags liblo` -Wextra -Wall -Wno-missing-field-initializers -Wno-unused-parameter -std=gnu99 -ggdb -Wno-unused-function -Bstatic -L/usr/local/lib /usr/local/lib/liblo.a -lpthread  -o oscchief main.c
Package liblo was not found in the pkg-config search path.
Perhaps you should add the directory containing `liblo.pc'
to the PKG_CONFIG_PATH environment variable
No package 'liblo' found
clang: error: no such file or directory: '/usr/local/lib/liblo.a'
make: *** [oscchief] Error 1

What I have in my /usr/local/lib/liblo.a:

/usr/local/lib > ls | grep liblo
liblo.7.dylib
liblo.dylib
liblo.la
liblog-62abc69f.dylib
/usr/local/lib > 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions