[Aldor-l] (no subject)

Stephen Watt watt at scl.csd.uwo.ca
Thu Jul 7 05:19:27 EDT 2005


Thank you for this clear answer, Cristian.

-- Stephen

On Thu, Jul 07, 2005 at 09:12:02AM +0200, Christian Aistleitner wrote:
> Hello,
> 
> > (2) I tried to get aldor running on an amd64 3500+ machine with suse  
> > linux
> > 9.2 (64 bit). It seems that this is not working (see below).
> 
> although I am not in charge of the compiler, I wrote about my experiences  
> with Aldor on amd64 recently. See:
> http://www.aldor.org/pipermail/aldor-l/2005-June/000074.html
> http://www.aldor.org/pipermail/aldor-l/2005-June/000075.html
> 
> > Is it possible to somehow use the 32 bit libraries, etc instead just to  
> > get it running ?
> 
> If you have both 32bit and 64bit libraries installed and gcc is properly  
> configured (I do not know anything about SuSE for amd64 -- hopefully they  
> allow to have both 32 and 64 bit libraries), try to replace every call to
> 
> aldor
> 
> by a call to
> 
> aldor -C args=-Wopts=-m32
> 
> . This tells Aldor to tell unicl to tell gcc to compile to 32bit object  
> files. Note that for being able to execute 32bit executables, you should  
> to have
> 
> IA32_EMULATION=y
> IA32_AOUT=Y
> 
> in your kernel (See "Executable file formats / Emulations") when  
> configuring your kernel.
> 
> Best regards,
> Christian Aistleitner
> _______________________________________________
> Aldor-l mailing list
> Aldor-l at aldor.org
> http://www.aldor.org/mailman/listinfo/aldor-l



More information about the Aldor-l mailing list