Changes between Initial Version and Version 1 of Ticket #70188
- Timestamp:
- Jun 8, 2024, 12:13:50 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #70188 – Description
initial v1 1 1 gcc-4.2: 2 ``` 2 {{{ 3 3 ---> Building taucs 4 4 Executing: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_math_taucs/taucs/work/taucs" && /usr/bin/make -j6 -w all … … 92 92 make: *** Deleting file `build/darwin/taucs_config_tests.h' 93 93 make: *** Waiting for unfinished jobs.... 94 ``` 94 }}} 95 95 96 96 97 97 gcc-13: 98 ``` 98 {{{ 99 99 ---> Building taucs 100 100 Executing: cd "/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_math_taucs/taucs/work/taucs" && /usr/bin/make -j6 -w all … … 190 190 make: *** Deleting file `build/darwin/taucs_config_tests.h' 191 191 make: *** Waiting for unfinished jobs.... 192 ``` 192 }}}