Where can I find crashmail's 64-bit binaries for MacOS? My old
Macpoint bundle is now complaining about 32-bit software after
the latest MacOS upgrade...
Hello,
Where can I find crashmail's 64-bit binaries for MacOS? My old
Macpoint bundle is now complaining about 32-bit software after
the latest MacOS upgrade...
Flavio wrote (2021-06-06):
build it. if it works, you'll find it on you hard drive.
https://github.com/ftnapps/crashmail
On 06/06/21 16:49, Oli -> Flavio Bessa wrote:
build it. if it works, you'll find it on you hard drive.
https://github.com/ftnapps/crashmail
I have downloaded it (I have gcc installed), but am getting the
following error message when trying to compile:
flbessa@FLBESSA-M-X6Q0 crashmail-master % make osx
make -C src -f Makefile osx
make -C cmnllib -f Makefile.osx
make[2]: Makefile.osx: No such file or directory
make[2]: *** No rule to make target `Makefile.osx'. Stop.
make[1]: *** [osx] Error 2
make: *** [osx] Error 2
flbessa@FLBESSA-M-X6Q0 crashmail-master %
The Makefile.osx is under the src/ directory...
src/cmnllib/Makefile.osx is missing. Try to copy Makefile.linux to Makefile.osx
and change
CC = gcc $(CPPFLAGS) $(CFLAGS) -DPLATFORM_LINUX $(LDFLAGS) -I $(INCDIR) -Wall
to
CC = clang $(CPPFLAGS) $(CFLAGS) -DPLATFORM_LINUX $(LDFLAGS) -I
$(INCDIR) -Wall
I don't have an MacOS machine and cannot test it. Maybe it works, maybe it doesn't.
On 07/06/21 17:16, Oli -> Flavio Bessa wrote:
src/cmnllib/Makefile.osx is missing. Try to copy Makefile.linux to
Makefile.osx
and change
CC = gcc $(CPPFLAGS) $(CFLAGS) -DPLATFORM_LINUX $(LDFLAGS) -I
$(INCDIR) -Wall
to
CC = clang $(CPPFLAGS) $(CFLAGS) -DPLATFORM_LINUX $(LDFLAGS) -I
$(INCDIR) -Wall
I don't have an MacOS machine and cannot test it. Maybe it works,
maybe it doesn't.
Thanks! That helped. I copied the Makefile.osx that was under the /src directory to the /src/cmnllib directory and ran the 'make'command
again:
Copy src/cmnllib/Makefile.linux to src/cmnllib/Makefile.osx, change gcc to clang and try again.
On 07/06/21 17:58, Oli -> Flavio Bessa wrote:
Copy src/cmnllib/Makefile.linux to src/cmnllib/Makefile.osx, change
gcc to clang and try again.
Thank you, we are moving forward! :)
I was able to compile it under your instructions, however now
when I try to execute the binaries I am getting the following
error:
flbessa@FLBESSA-M-X6Q0 bin % ./toss
./toss: line 6: 99822 Illegal instruction: 4 $BIN SETTINGS $CFG TOSS SCAN
If I try to manually issue the TOSS command I still get the same
error message:
flbessa@FLBESSA-M-X6Q0 sbin % ./crashmail SETTINGS
.../etc/crashmail.prefs TOSS zsh: illegal hardware instruction
./crashmail SETTINGS ../etc/crashmail.prefs TOSS
flbessa@FLBESSA-M-X6Q0 sbin %
Looks like there's something else to be changed... i will look
into the compiler logs again.
Sysop: | DaiTengu |
---|---|
Location: | Appleton, WI |
Users: | 991 |
Nodes: | 10 (2 / 8) |
Uptime: | 122:46:42 |
Calls: | 12,960 |
Calls today: | 2 |
Files: | 186,574 |
Messages: | 3,265,756 |