AnantLabs / link-parser

Automatically exported from code.google.com/p/link-parser
0 stars 0 forks source link

Link problem during installation #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Linking fails with:
cc -shared  .libs/jni-client.o  -Wl,--rpath -Wl,/usr/pkg/lib -L/usr/pkg/lib
-llink-grammar -L/scratch/zzz/link-grammar/work/.buildlink/lib 
-Wl,-R/usr/pkg/lib -Wl,-soname -Wl,liblink-grammar-java.so.4
-Wl,-retain-symbols-file -Wl,./link-grammar-java.def -o
.libs/liblink-grammar-java.so.4.3.4
ld: cannot find -llink-grammar
libtool: install: error: relink `liblink-grammar-java.la' with the above
command before installing it

The attached patch fixes the problem (using the standard libtool way).

Original issue reported on code.google.com by tk@giga.or.at on 14 Apr 2008 at 10:20

Attachments:

GoogleCodeExporter commented 9 years ago
am applying patches now. Thanks! 

Original comment by linasvep...@gmail.com on 14 Apr 2008 at 10:30

GoogleCodeExporter commented 9 years ago
I've checked this into the SVN source tree, it should be in version 4.3.5
which should come out "real soon now".

Original comment by linasvep...@gmail.com on 14 Apr 2008 at 10:35