Replies: 4 comments
-
I figured that libsum is actually used by sum.c, cksum.c and this are part of .../lib/libcmd that raise then another question, why are we building those things, they seems not used by ksh93. They look like builtins, they defines b_sum(), b_cksum(), yet no .so are produced so it sounds like we build them but we can't load them. Is that some archeological things? Cheers |
Beta Was this translation helpful? Give feedback.
-
This came up with #596 on macOS. While it doesn't get built on macOS or FreeBSD, I presume there are still other platforms that do provide the library. |
Beta Was this translation helpful? Give feedback.
-
Ha thanx for the pointer. |
Beta Was this translation helpful? Give feedback.
-
The libsum library is used for libcmd builtins such as |
Beta Was this translation helpful? Give feedback.
-
Hi,
Just curious, does someone knows what libsum is used for? with a rapid cscope I don't see any ref to it. Libsum seems to be a replacement for libmd (if libmd not present on build env) yet even no ref on libmd.
On linux (any arch) when I remove -lmd from the build ksh93 still build and pass the QA, so the question what that things used for?
Thanx in advance
Beta Was this translation helpful? Give feedback.
All reactions