On Fri, Nov 30, 2012 at 8:28 AM, Jim Rice <jmrice6640@xxxxxxxxx> wrote: > ld: fatal: file .libs/sjlj.o: section [12].eh_frame: section type is SHT_PROGBITS: expected SHT_AMD64_UNWIND Sounds like you are using the GNU assembler with the Solaris linker, or the Solaris assembler with the GNU linker. Don't do that. Use both the Solaris assembler and linker, or both the GNU assembler and linker. Use the -v option with gcc to see precisely which assembler and linker it is running. Ian