[Aldor-l] (no subject)

Christian Aistleitner tmgisi at gmx.at
Thu Jul 7 03:12:02 EDT 2005


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



More information about the Aldor-l mailing list