Changes between Initial Version and Version 1 of Ticket #66718
- Timestamp:
- Jan 19, 2023, 3:01:42 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #66718 – Description
initial v1 1 1 And fails to build on Rosetta: 2 ``` 2 {{{ 3 3 /usr/bin/gcc-4.2 -Os -Wall -Wshadow -Wno-char-subscripts -fexceptions -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -I/opt/local/include -c -o list.o list.c 4 4 /usr/bin/gcc-4.2 -Os -Wall -Wshadow -Wno-char-subscripts -fexceptions -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -I/opt/local/include -c -o gcd.o gcd.c … … 29 29 collect2: ld returned 1 exit status 30 30 make: *** [mathomatic] Error 1 31 ``` 31 }}}