Skip to content

Commit

Permalink
# ar -crv libharfbuzz.a libharfbuzz.so #动转静态库
Browse files Browse the repository at this point in the history
# gcc -shared -o libfoo.so libfoo.a #生成动态库
  • Loading branch information
sam#gemmi-win10 committed Nov 8, 2023
1 parent 7ab38da commit faf0561
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/t2-x11-use.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,10 @@ root@VM-12-9-ubuntu:/mnt/xrdp-repo-v0.9.23-02# ldd ./vnc/.libs/libvnc.so |sort
libssl.so.1.1 => /lib/libssl.so.1.1 (0x7fd2d705b000)
libcrypto.so.1.1 => /lib/libcrypto.so.1.1 (0x7fd2d6dd8000)
libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7fd2d7100000)



# https://blog.csdn.net/wh617053508/article/details/133396789 ##cmd@PIC
# ar -crv libharfbuzz.a libharfbuzz.so #动转静态库
# gcc -shared -o libfoo.so libfoo.a #生成动态库
```

0 comments on commit faf0561

Please sign in to comment.