Page 1 of 1
Illegal Instruction installing 6.8.9 on Ubuntu Server 14.04
Posted: 2014-10-01T17:17:24-07:00
by killswitch
Trying to install ImageMagick 6.8.9 on Ubuntu 14.04 and everything seems to go fine, but when I do convert -version I get "Illegal Instruction"
Re: Illegal Instruction installing 6.8.9 on Ubuntu Server 14
Posted: 2014-10-01T23:28:01-07:00
by onenine90
More information on this (OP still needs help).. We are trying to install from source following steps in
http://www.imagemagick.org/script/install-source.php .. we are thinking to help fix, there may be some setting or flag during the ./configure step. As of right now, we are not setting any flags. Should we be? Does anyone have input on whether there is a configuration setting or flag that may help resolve or debug?
Re: Illegal Instruction installing 6.8.9 on Ubuntu Server 14
Posted: 2014-10-02T00:13:29-07:00
by snibgo
I have no idea, but some more information might help people with more compilation experience than me:
- What is your computer system? What is the processor?
- Can you compile C programs? Does "CC" work? Can you run compiled C programs? Does "CC" need and flags to successfully compile and run programs?