Closed PsychicNoodles closed 8 years ago
Since makefile.linux was created by someone else than me and probably no one used it for years, I can as well take yours and put it in the main code base. Commit: f764c5a96294514559b17c3561be08cf1d304522
@ladislav-zezula I don't know why you have all those makefiles, they're unnecessary since you have the cmake file.
With the current Makefile.linux compilation stops with the
_ltc_mp
symbol, defined insrc/libtomcrypt/src/misc/crypt_ltc_mp_descriptor.c
and used in a variety of files, being undefined. This can be solved by adjusting the use ofar rcs
toar rcS
and adding in aranlib -c libStorm.a
command, as was suggested in this rather old mailing list archive. I made the slight change in this commit. I am fairly new to C, so I apologize if this is an isolated error on my own part.Here's the info on my setup in case it's just a versioning problem.
Command
clang -v
ld -v
Happy to supply any more info that's needed.