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

Build system is broken on macos #246

Open
haampie opened this issue Aug 27, 2023 · 1 comment
Open

Build system is broken on macos #246

haampie opened this issue Aug 27, 2023 · 1 comment
Labels
bug done The issue is fixed/applied/implemented

Comments

@haampie
Copy link

haampie commented Aug 27, 2023

./configure --prefix=/something
make
make install

on darwin, I'm ending up (a) without pkg config files and (b) with an incorrect symlink:

$ ls -l lib/
librhash.1.dylib
librhash.so.1 -> librhash.1.dylib

Shouldn't it be librhash.dylib -> librhash.1.dylib?

I completely agree with #65, cause it's a major pain to build such a trivial package...

@haampie haampie changed the title Build system is bogus on macos Build system is broken on macos Aug 27, 2023
@rhash rhash added done The issue is fixed/applied/implemented bug labels Aug 27, 2023
@rhash
Copy link
Owner

rhash commented Aug 27, 2023

Thank you for reporting this bug! It is fixed by commit ee1cf8c.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug done The issue is fixed/applied/implemented
Projects
None yet
Development

No branches or pull requests

2 participants