Skip to content

MacOS ld: unknown option: --exclude-libs  #55

Description

@cannox227

When I do: make && make check i get this error message:

Building build/libnmea.so
gcc -shared -fvisibility=hidden -Wl,--exclude-libs=ALL,--no-as-needed,-soname,libnmea.so -Wall -g -ldl  src/nmea/nmea.o  src/nmea/parser.o -o build/libnmea.so
ld: unknown option: --exclude-libs=ALL

This exception occurs because MacOS doesn't support --exclude libs as it does Linux.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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