> What compiler is in general more used in the aix world? Gcc or xlc? > What is supposed to be better?
Good question. :-) I don't know anybody else developing for AIX. I mainly code on Linux, Windows and in Java and Scala on the JVM. We always use gcc in order to use the same compiler across all our *NIX platforms (Linux, Solaris and AIX), and I also use gcc a bit on my Mac. /Martin -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
