-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install miracl library on ubuntu 20.04 #127
Comments
I see no errors. The last line I see says
rm: cannot remove miracl.a : No such file or directory
and that is not an error
Mike
…On Thu, Jan 25, 2024 at 9:47 AM zxcvbxzx ***@***.***> wrote:
When I installed the miracl library on ubuntu 20.04. After downloading the
miracle archive and extracting it, I get this error when compiling with
command: bash linux64
_20240125174613.png (view on web)
<https://github.com/miracl/MIRACL/assets/116177581/5b92f34c-ddad-40eb-b09b-00840bea7577>
I would like to ask how to solve this problem。
—
Reply to this email directly, view it on GitHub
<#127>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAU3ZDUWLOV7HQAFF7GT2DLYQIS3BAVCNFSM6AAAAABCKGTTESVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA4TSOJXHA2TQMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
You have not followed instructions in first.txt, as you have retained the
directory structure
Mike
…-----------------------
Linux installation
Download the MIRACL.ZIP file, and save it into an otherwise empty MIRACL
directory.
1. Unzip the MIRACL.ZIP file using the unix utility unzip
unzip -j -aa -L miracl.zip
*The -j ignores the directory structure* inside MIRACL.ZIP. The -aa
converts all
text files to Unix format, and -L ensures that all filenames are lower-case.
On Fri, Jan 26, 2024 at 7:00 AM zxcvbxzx ***@***.***> wrote:
Thank you for your answer.
I did a fresh install today and used the command: bash Linux64 at the
compile stage with the following error
_20240126145942.png (view on web)
<https://github.com/miracl/MIRACL/assets/116177581/45f7dc01-b6fd-46d7-9370-0f9b9c5b3e7d>
What can I do about it?
—
Reply to this email directly, view it on GitHub
<#127 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAU3ZDXL7HLHDXWN5GQ4UVTYQNIAXAVCNFSM6AAAAABCKGTTESVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJRGU4DAMZYGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I installed the miracl library on ubuntu 20.04. After downloading the miracle archive and extracting it, I get this error when compiling with command: bash linux64
I would like to ask how to solve this problem。
The text was updated successfully, but these errors were encountered: