On Sun, 17 Oct 2010, Pagano, Patrick wrote:
Thanks Mathieu, i figured with the mach-o error which i recall from SGI days as well that it had to do with the CPU
Mach-o is only the name of the file format for files that are to be run by the CPU (apps, dylibs, etc). It depends on which OS you run. For a Linux OS, the same error is possible but would be considered an error about ELF because the file format is ELF, and on Windows, it's EXE-PE instead.
There's more than one possible error that can happen with handling those file formats : it's not just about which kind of CPU. When you get "Symbol not found" it's also a Mach-o error as long as the file format is Mach-o.
| Mathieu Bouchard ------------------------------ Villeray, Montréal, QC