[Insight-users] GLIBC not found

Matt McCormick matt at mmmccormick.com
Thu May 26 13:30:29 EDT 2011


Hi Sara,

> 
> The version of ITK I'm using is 32-bit and the machine I want to run  
> it on is 64-bit.  If I compile it on this machine it tries to compile  
> it as a 64-bit program and I get a lot of errors.  I'm not sure how to  
> force it to compile in 32-bit mode since the first 64-bit machine I  
> tried did this by default.

All the libraries will need to be compiled on the 64-bit machine too,
if they have not been already.

> 
> I will look into ths, but please let me know if you have any thoughts.

Another option is to wrap up the executable on the 32-bit machine with CDE,

http://www.stanford.edu/~pgbovine/cde.html

Which will pull in glibc, and it should run on the 64-bit machine.

Matt





More information about the Insight-users mailing list