We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61735c6 commit a9e4b3aCopy full SHA for a9e4b3a
src/cpp/MakeFile_Linux
@@ -1,7 +1,7 @@
1
all:
2
3
gcc -fPIC -I/usr/local/java/jdk1.7.0_60/include/linux -I./include -I/usr/local/java/jdk1.7.0_60/include -std=c++11 -g -c processing_sound_MethClaInterface.cpp;
4
- gcc -shared -o libMethClaInterface.so *.o -lmethcla;
+ gcc -shared -Wl,-rpath,/usr/local/lib -o libMethClaInterface.so *.o -lmethcla;
5
6
clean:
7
rm *.o
@@ -10,3 +10,4 @@ clean:
10
install:
11
cp libMethClaInterface.so ../../library/linux
12
13
+
0 commit comments