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 : > On 1/23/09, Ludovic Rousseau wrote: >> Good idea. I already started to add support for Mac OS X. But >> compilation of OpenSSL fails. It should not be a cross-compilation on >> Mac OS X. > > Why? > Which host do you use? I want to try this myself. > Maybe open a bug w

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... The

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

2009-01-24 Thread Alon Bar-Lev
On 1/24/09, Martin Paljak 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 unless there is a real > problem

Re: [opensc-devel] test of German health card (eGK)

2009-01-24 Thread Andreas Jellinghaus
Am Freitag 23 Januar 2009 21:56:40 schrieb Stefan X: > Hi! > Right now I tried the current German health card (eGK) with opensc but > it failed unfortunately. I am not a developer and have no experience > with OpenSC. Nevertheless I would like to support opensc somehow to get > this card working. I

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 : > 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 sa

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 provi

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 wrote: > 2009/1/24 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-c

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 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 unless the

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 : > 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 -DOPENSSL_THREADS -D_REENTRANT -

Re: [opensc-devel] test of German health card (eGK)

2009-01-24 Thread Martin Paljak
On 24.01.2009, at 8:16, Alon Bar-Lev wrote: > I guess you need to start openct init script. No. This comes from default configuration on Ubuntu/Debian (is it Ubuntu?). There are by default 5 OpenCT readers which results in 5 error lines (Error: can't open /var/run/openct/status: No such file

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 wrote: > 2009/1/24 Alon Bar-Lev : > > > 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 use it at OpenSSL build. So everything i

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 : > On 1/24/09, Ludovic Rousseau wrote: >> 2009/1/24 Alon Bar-Lev : >> >> > 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 u

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 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 ___ opens