Biotech > FAQ > EMBOSS FAQ (Frequently Asked Questions)

I have an AMD64/Opteron/EM64T system. How do I p...

To see other biotech frequently asked questions, please visit http://biotech.fyicenter.com/faq/

(Continued from previous question...)

I have an AMD64/Opteron/EM64T system. How do I prevent the compiled programs giving segmentation faults?

A) Start with a fresh extraction of the EMBOSS source and, before configuring, type (for all the above systems):

   setenv CC "cc -D__amd64__"           [csh/tcsh shells]  or
   export CC="cc -D__amd64__"           [bash/sh]

Note that the above is case sensitive, there is only one space character between the quotes and that there are 4 underscores in total (two each side of the amd64).

(Continued on next question...)

Other Frequently Asked Questions