Changes between Initial Version and Version 1 of Ticket #66718


Ignore:
Timestamp:
Jan 19, 2023, 3:01:42 PM (16 months ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66718 – Description

    initial v1  
    11And fails to build on Rosetta:
    2 ```
     2{{{
    33/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
    44/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
     
    2929collect2: ld returned 1 exit status
    3030make: *** [mathomatic] Error 1
    31 ```
     31}}}