kunitoki / juced

community based juce
Other
110 stars 38 forks source link

/usr/bin/ld: cannot find -ljuce #7

Open ianmcxa opened 6 years ago

ianmcxa commented 6 years ago

I am attempting to build the vex synth under Linux x86_64. The synth compiles fine, but I run into this problem during linking.

Linking vex
/usr/bin/ld: cannot find -ljuce
collect2: error: ld returned 1 exit status
make[1]: *** [vex.make:97: ../../../../bin/vex] Error 1
make: *** [Makefile:22: vex] Error 2