Re: [opensc-devel] Cross-compiling engine_pkcs11 for Darwin PowerPC

2007-08-13 Thread Dennis van Dok
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ludovic Rousseau schreef: > On 10/08/07, Dennis van Dok <[EMAIL PROTECTED]> wrote: >> Thanks for all the helpful replies! I am now successfully using the 'gcc wrapper trick' suggested by Peter Stuge. Thanks Peter! $ cat cat ~/bin/ppc-apple-darwin8-gc

Re: [opensc-devel] Cross-compiling engine_pkcs11 for Darwin PowerPC

2007-08-13 Thread Ludovic Rousseau
On 10/08/07, Dennis van Dok <[EMAIL PROTECTED]> wrote: > Hi, Hello, > The engine_pkcs11 software (version 0.1.3) compiles and builds nicely on > my Intel MacBook. Now I want to generate a 'universal binary', which > means that I have to pass the flag '-arch ppc' to gcc to generate > PowerPC binar

Re: [opensc-devel] Cross-compiling engine_pkcs11 for Darwin PowerPC

2007-08-10 Thread Jean-Pierre Szikora
Dennis van Dok wrote: > Hi, > > The engine_pkcs11 software (version 0.1.3) compiles and builds nicely on > my Intel MacBook. Now I want to generate a 'universal binary', which > means that I have to pass the flag '-arch ppc' to gcc to generate > PowerPC binaries. I'm trying to do this by setting C

Re: [opensc-devel] Cross-compiling engine_pkcs11 for Darwin PowerPC

2007-08-10 Thread Peter Stuge
On Fri, Aug 10, 2007 at 10:49:29PM +0200, Dennis van Dok wrote: > I'm currently pulling my hair out trying to figure out what I can > do to make this work in a fashion that won't disgrace the build > system. One way is a simple wrapper for gcc maybe. //Peter _

[opensc-devel] Cross-compiling engine_pkcs11 for Darwin PowerPC

2007-08-10 Thread Dennis van Dok
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, The engine_pkcs11 software (version 0.1.3) compiles and builds nicely on my Intel MacBook. Now I want to generate a 'universal binary', which means that I have to pass the flag '-arch ppc' to gcc to generate PowerPC binaries. I'm trying to do this