max2sphere icon indicating copy to clipboard operation
max2sphere copied to clipboard

`make -f Makefile` fails to run

Open johanngrobe opened this issue 10 months ago • 2 comments

When I try to run make -f Makefile on Windows 11 or make -f Makefile-Linux on WSL2 I get following output:

gcc  -Wall -O3  -o max2sphere max2sphere.o bitmaplib.o  -ljpeg -lm
max2sphere.o: file not recognized: file format not recognized
collect2.exe: error: ld returned 1 exit status
make: *** [Makefile:12: max2sphere] Error 1

What am I doing wrong?

johanngrobe avatar Apr 18 '24 13:04 johanngrobe