Prerequisites
Description
The README says:
|
| `makefile.shared` | builds a shared (and static) library (GNU Make required) | |
but makefile.shared builds only shared lib.
Steps to Reproduce
make CFLAGS='-DUSE_GMP -DGMP_DESC' EXTRA_LIBS='-lgmp' -f makefile.shared
Version
v1.18.2-1245-g6c6d5104
Additional Information
The readme is misleading, yes, but the core problem is that makefile.shared should be fixed to build static lib as well, otherwise what's the proper way to build both static and shared library? Doing two separate builds with makefile.unix is just waste of time and resources when it could be done in a single run
Prerequisites
LTC_ARGCHK 'ltc_mp.name != NULL' failure ...). c.f. Ch. "Math Descriptors" of the developer manual.Description
The README says:
libtomcrypt/README.md
Line 87 in 6c6d510
but makefile.shared builds only shared lib.
Steps to Reproduce
Version
v1.18.2-1245-g6c6d5104
Additional Information
The readme is misleading, yes, but the core problem is that makefile.shared should be fixed to build static lib as well, otherwise what's the proper way to build both static and shared library? Doing two separate builds with makefile.unix is just waste of time and resources when it could be done in a single run