这是indexloc提供的服务,不要输入任何密码
Skip to content

make install does not work on newer MacOS (install command/folders) #150

@bferguson3

Description

@bferguson3

The install command on MacOS does not have the -t command line flag, so it fails.

Additionally, the folder name for the libraries generated was not "lib" but "libmpc.so.dSYM".

I installed the files manually by copying them and then manually resetting their permissions afterward:

cp -r ./$(DIST)/libmpc.so.dSYM $(DESTDIR)$(PREFIX)/lib
cp ./$(PROJ).c $(DESTDIR)$(PREFIX)/share/$(PROJ)
cp ./$(PROJ).h $(DESTDIR)$(PREFIX)/share/$(PROJ)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions