Skip to content

Bug: not compiling on Mac M1 #1

@mindreframer

Description

@mindreframer

Hi, thanks for keeping this project up-to-date!
I have tried to compile it on a mac m1 laptop, this is the output:

$ make clips_all
.... (lots of compile output)...

gcc -o clips main.o -L. -lclips -lm
ld clips_source/*.o -lm -dylib -arch x86_64 \
                -o clips_source/libclips.so
ld: library not found for -lm
make: *** [clips_source/libclips.so] Error 1
clipsgo|master ⇒

Should I adjust something in the makefile?

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