HLA on amd64

Is there a way to get lang/hla running on amd64? On:

Code:
# uname -a
FreeBSD 8.1-RC2 FreeBSD 8.1-RC2 #4: Fri Jul  2 16:56:51 PDT 2010
:/usr/obj/usr/src/sys/GENERIC  amd64

# sysctl -w hw.model
hw.model: Intel(R) Core(TM)2 Duo CPU     T8100  @ 2.10GHz

I get

Code:
# make install clean
===>  hla-1.103 is only for i386, while you are running amd64.
*** Error code 1

Stop in /usr/ports/lang/hla.

Isn't there a 32-bit compatibilty mode that should make this work?
 
Thanks a lot. I think I'm almost there, but when I run hla wit the .hla file, I get

Code:
/compat/i386/usr/local/lib: file not recognized: File format not recognized
Error returned by ld = 256

I think it is a library issue, but I have

Code:
setenv  hlalib /compat/i386/usr/local/lib
setenv  hlainc /compat/i386/usr/local/include/hla

in my .cshrc file. Any ideas?
 
Back
Top