mengyao / Complete-Striped-Smith-Waterman-Library

298 stars 112 forks source link

error: command 'i686-linux-gnu-gcc' failed with exit status 1 #8

Closed raivivek closed 10 years ago

raivivek commented 10 years ago

Hi,

I was trying to build scikit-bio from source code but the build failed with an error possibly in the code for ssw.c. The following is the discussion for you reference.

Thanks

mengyao commented 10 years ago

Hi,

Could you please try using -msse2 of the g++ compiler? I guess it is caused by the processor's default setting.

Please let me know your result of trying.

Many thanks,

Mengyao

raivivek commented 10 years ago

Thanks. It worked.