On 1/23/09, Ludovic Rousseau <ludovic.rouss...@gmail.com> 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 with OpenSSL developers as cross compile should work correctly in 0.9.9. > One nice feature of Jean-Pierre Makefile is that it is a Makefile. So > if something fails you do not have to recompile every thing from the > beginning. Already compiled parts will no be rebuilt. True. But then you cannot use procedures... And you cannot truly know how to cleanup last failed step. For example you succeeded in patching 1 patch but not the other, will you "touch $patch.success" for each one? and if the second was applied partially? And if you already "make installed" some of the files, corrected and run again? You have junk.... I think that when you finish developing you create the image.... You can also create it first and when you develop link against it (this is what I do). I can add quick mode that does not clean the image but just run make install on all products if you like. BTW: You should check if you need to include iconv in this environment as well... I remember martin had to add it. Alon. _______________________________________________ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel