w2v-server: use local binary copy of libcollocatordb
diff --git a/libcollocatordb.so b/libcollocatordb.so
new file mode 120000
index 0000000..1c37642
--- /dev/null
+++ b/libcollocatordb.so
@@ -0,0 +1 @@
+libcollocatordb.so.1
\ No newline at end of file
diff --git a/libcollocatordb.so.1 b/libcollocatordb.so.1
new file mode 100644
index 0000000..df2a505
--- /dev/null
+++ b/libcollocatordb.so.1
Binary files differ
diff --git a/w2v-server.pl b/w2v-server.pl
index 195bbb9..24a38a4 100755
--- a/w2v-server.pl
+++ b/w2v-server.pl
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl
 use Inline C;
-use Inline C => Config => CLEAN_AFTER_BUILD => 0, BUILD_NOISY => 1, ccflags =>  $Config{ccflags}." -I/vol/work/kupietz/Work2/kl/trunk/CollocatorDB -L/vol/work/kupietz/Work2/kl/trunk/CollocatorDB -Wall -O4", libs => "-shared -lpthread -lcollocatordb -lrt -lsnappy -lz -lbz2 -llz4 -lzstd -lrocksdb";
+use Inline C => Config => CLEAN_AFTER_BUILD => 0, BUILD_NOISY => 1, ccflags =>  $Config{ccflags}." -I, -L. -Wall -O4", libs => "-shared -lpthread -lcollocatordb -lrt -lsnappy -lz -lbz2 -llz4 -lzstd -lrocksdb";
 #use Inline C => Config => BUILD_NOISY => 1, CFLAGS => $Config{cflags}." -O4 -mtune k9";
 #use Inline C => Config => CLEAN_AFTER_BUILD => 0, ccflags => $Config{ccflags}." -Ofast -march k8 -mtune k8 ";
 use Mojolicious::Lite;