open64-compiler / open64

open64 compiler
78 stars 29 forks source link

opencc link error #44

Open TimHuDi opened 10 months ago

TimHuDi commented 10 months ago

Hi all: I have build the open64, but when I use it to compile program, It output a link error. The command I use open64 is as follows: opencc hello.c And the error is: /usr/bin/ld: cannot find -lopen64rt: No such file or directory. I find the open64 install directory, and its missing open64rt.so or open64rt.a, Any suggestions for this?