On 07.02.2011 23:10, Mark Miesfeld wrote:
>  --target=apple-darwin --disable-static
>   
Thank you Mark! Unfortunately, does not work:

    ronymac:trunk rony$ ./configure  --target=apple-darwin --disable-static
    checking build system type... i386-apple-darwin10.6.0
    checking host system type... i386-apple-darwin10.6.0
    checking target system type... Invalid configuration `apple-darwin': 
machine `apple' not recognized
    configure: error: /bin/sh ./config.sub apple-darwin failed

    ronymac:trunk rony$ ./configure  --target=macosx --disable-static 
CFLAGS="-arch i386"
    checking build system type... i386-apple-darwin10.6.0
    checking host system type... i386-apple-darwin10.6.0
    checking target system type... Invalid configuration `macosx': machine 
`macosx' not recognized
    configure: error: /bin/sh ./config.sub macosx failed

    ronymac:trunk rony$ ./configure  --target=darwin --disable-static 
CFLAGS="-arch i386"
    checking build system type... i386-apple-darwin10.6.0
    checking host system type... i386-apple-darwin10.6.0
    checking target system type... Invalid configuration `darwin': machine 
`darwin' not recognized
    configure: error: /bin/sh ./config.sub darwin failed

    ronymac:trunk rony$ ./configure  --target=Darwin --disable-static 
CFLAGS="-arch i386"
    checking build system type... i386-apple-darwin10.6.0
    checking host system type... i386-apple-darwin10.6.0
    checking target system type... Invalid configuration `Darwin': machine 
`Darwin' not recognized
    configure: error: /bin/sh ./config.sub Darwin failed

      

Just by fooling around I found that "mac" works:

    ronymac:trunk rony$ ./configure  --target=mac --disable-static 
CFLAGS="-arch i386"
      

Though the resulting executable works, but "make package" produces the
huge archive including stuff from X11 and other directories.
:(

---rony

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to