Skip to content
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

Tap does not work under Linux #3

Open
coding-bunny opened this issue Feb 16, 2021 · 2 comments
Open

Tap does not work under Linux #3

coding-bunny opened this issue Feb 16, 2021 · 2 comments

Comments

@coding-bunny
Copy link

Hello,

would it be possible to make the tap compatible with Linux?
When trying to install this openssl version on Ubuntu, it fails because of macos specific commands:

x86_64cpuid.s: Assembler messages:
x86_64cpuid.s:2: Error: unknown pseudo-op: `.private_extern'
x86_64cpuid.s:3: Error: unknown pseudo-op: `.mod_init_func'
x86_64cpuid.s:7: Error: unknown pseudo-op: `.private_extern'
make[1]: *** [<builtin>: x86_64cpuid.o] Error 1
make[1]: Leaving directory '/tmp/openssl-1.0-20210216-122171-1a4wijn/openssl-1.0.2t/crypto'
make: *** [Makefile:287: build_crypto] Error 1

@bgupta
Copy link

bgupta commented Apr 5, 2021

I changed the tap to work in my fork. master...bgupta:master (Ideally the tap would be able to do the right thing for darwin-x64, darwin-arm and linux-x86, etc.)

@bgupta
Copy link

bgupta commented Apr 5, 2021

Added a PR #6 Made the support conditional.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants