Search found 3 matches

by jackbanion
2014-02-19T14:53:18-07:00
Forum: Developers
Topic: Can't get IM to use local static library
Replies: 0
Views: 3975

Can't get IM to use local static library

I'm trying to cross compile for an embedded system that uses an ARM processor. I can get the compile to work, and I'm able to run the convert binary on my ARM system to convert GIFs to BMPs just fine. What I'm really after is converting between JPGs and PNGs, but I'm having trouble getting the ...
by jackbanion
2014-02-18T09:32:57-07:00
Forum: Developers
Topic: Cross compiling for armle autoconf error
Replies: 1
Views: 4069

Re: Cross compiling for armle autoconf error

After installing the correct version of autoconf, I was able to get the make to complete
by jackbanion
2014-02-17T10:05:56-07:00
Forum: Developers
Topic: Cross compiling for armle autoconf error
Replies: 1
Views: 4069

Cross compiling for armle autoconf error

I'm attempting to cross compile for armle from an Ubuntu host (12.04.4 LTS). The './configure' command completes and prints out my configuration, but when I try the 'make' command, I get the following output: CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/jb/ImageMagick-6.8.8-7/config/missing ...