You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: