Re: [opensc-devel] cross build system ( does opensc (svn version) work for you?)

2009-01-24 Thread Alon Bar-Lev
Now I understand what you mean. The translation script between the CHOST and openssl host does not support darwin. Can you please tell me how to map gcc -dumpmachine output to: darwin-i386-cc darwin-ppc-cc darwin64-ppc-cc darwin64-x86_64-cc Just send me a sample of gcc -dumpmachine output...

Re: [opensc-devel] cross build system ( does opensc (svn version) work for you?)

2009-01-24 Thread Ludovic Rousseau
2009/1/24 Alon Bar-Lev alon.bar...@gmail.com: Now I understand what you mean. The translation script between the CHOST and openssl host does not support darwin. Can you please tell me how to map gcc -dumpmachine output to: darwin-i386-cc darwin-ppc-cc darwin64-ppc-cc darwin64-x86_64-cc

Re: [opensc-devel] cross build system ( does opensc (svn version) work for you?)

2009-01-24 Thread Martin Paljak
On 24.01.2009, at 8:12, Alon Bar-Lev wrote: BTW: You should check if you need to include iconv in this environment as well... I remember martin had to add it. iconv, as well as OpenSSL are provided by OS X, so unless there is a real problem with the system versions, those should not be

Re: [opensc-devel] cross build system ( does opensc (svn version) work for you?)

2009-01-24 Thread Jean-Pierre Szikora
Alon Bar-Lev wrote: On 1/24/09, Martin Paljak mar...@paljak.pri.ee wrote: On 24.01.2009, at 8:12, Alon Bar-Lev wrote: BTW: You should check if you need to include iconv in this environment as well... I remember martin had to add it. iconv, as well as OpenSSL are provided by OS X, so

Re: [opensc-devel] cross build system ( does opensc (svn version) work for you?)

2009-01-24 Thread Ludovic Rousseau
2009/1/24 Alon Bar-Lev alon.bar...@gmail.com: Please try now. Build of OpenSSL fails if I use MAKEFLAGS=-j3 It is OK with no MAKEFLAGS. OpenSSL does not like parallel build? [...] cc -I.. -I../.. -I../asn1 -I../evp -I../../include -fPIC -fno-common -DOPENSSL_PIC -DZLIB_SHARED -DZLIB

Re: [opensc-devel] cross build system ( does opensc (svn version) work for you?)

2009-01-24 Thread Alon Bar-Lev
On 1/24/09, Ludovic Rousseau ludovic.rouss...@gmail.com wrote: 2009/1/24 Alon Bar-Lev alon.bar...@gmail.com: Please try now. Build of OpenSSL fails if I use MAKEFLAGS=-j3 It is OK with no MAKEFLAGS. OpenSSL does not like parallel build? True. You need to use MAKEOPTS=-j3 and I don't

Re: [opensc-devel] cross build system ( does opensc (svn version) work for you?)

2009-01-24 Thread Ludovic Rousseau
2009/1/24 Alon Bar-Lev alon.bar...@gmail.com: On 1/24/09, Ludovic Rousseau ludovic.rouss...@gmail.com wrote: 2009/1/24 Alon Bar-Lev alon.bar...@gmail.com: Please try now. Build of OpenSSL fails if I use MAKEFLAGS=-j3 It is OK with no MAKEFLAGS. OpenSSL does not like parallel build?

Re: [opensc-devel] cross build system ( does opensc (svn version) work for you?)

2009-01-24 Thread Alon Bar-Lev
On 1/24/09, Ludovic Rousseau ludovic.rouss...@gmail.com wrote: So everything is working accept this? No idea. I don't know how to test the compiled binaries. Oh... It should be working opensc, no? Is there a major difference between darwin and other unixes? Alon