Changes between Initial Version and Version 1 of Ticket #65144


Ignore:
Timestamp:
May 9, 2022, 11:05:44 AM (2 years ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65144 – Description

    initial v1  
    11It pulls from somewhere a wrong arch flag here:
    2 ```
     2{{{
    33gcc-4.2 -m64 -arch x86_64 -std=gnu99 -g -O2 -std=c99 -Wextra -Wall   -fPIC -arch x86_64 -arch i386 -DHAVE_CONFIG_H -I/Users/svacchanda/Downloads/MacPorts-2.7.2/src -I/Users/svacchanda/Downloads/MacPorts-2.7.2/src -I. -I/Users/svacchanda/Downloads/MacPorts-2.7.2/vendor/vendor-destroot/opt/x86_64/libexec/macports/include -I./../compat  -c -o access.o access.c
    44gcc-4.2 -m64 -arch x86_64 -std=gnu99 -g -O2 -std=c99 -Wextra -Wall   -fPIC -arch x86_64 -arch i386 -DHAVE_CONFIG_H -I/Users/svacchanda/Downloads/MacPorts-2.7.2/src -I/Users/svacchanda/Downloads/MacPorts-2.7.2/src -I. -I/Users/svacchanda/Downloads/MacPorts-2.7.2/vendor/vendor-destroot/opt/x86_64/libexec/macports/include -I./../compat  -c -o close.o close.c
     
    1616make[1]: *** [all] Error 1
    1717make: *** [all] Error 1
    18 ```
     18}}}
    1919
    2020Configure line:
    21 ```
     21{{{
    2222./configure --prefix=/opt/x86_64 --build=x86_64-apple-darwin10 --with-applications-dir=/opt/x86_64/Applications --without-startupitems CC='gcc-4.2 -m64 -arch x86_64' CXX='g++-4.2 -m64 -arch x86_64'
    23 ```
     23}}}