Page 1 of 1

Question about x64 and x86

Posted: 2008-06-02T16:58:38-07:00
by archael
Hello,

I've been reading here for a little while but just signed up today because there's a problem I really can't find the answer to. Here is my situation.. I have a machine running redhat 7.3 (32-bit) at home.. I have a server running fedora core 4 (64-bit) not at home. I always compile my programs at home and upload to the server and do everything there.. Now everything works except ImageMagick so that has to be the problem..

With this in mind.. it seems every lib has 32-bit versions which is why everything else works.. Imagemagick on the other hand seems to be only 64-bit and I'm getting the error that libMagick.so.1 couldn't be opened (but supposedly it does find the lib.. according to my host). Now is there a way to compile as 32-bit on my server so my programs will run when i upload it there? Or is it even supposed to be giving this error? Basically, any information would be greatly appreciated as there is a major lack of info regarding this subject.

Thanks in advance,
Jon

Re: Question about x64 and x86

Posted: 2008-06-03T12:47:11-07:00
by archael
Hmm.. it seems I asked a good question. Let me ask this instead.. how would I go about compiling ImageMagick so it is 32-bit instead of 64-bit? configure seems to set it to 64 by default, is there a command I can give it or change something in a file before running make?