
Hi, there! On my first trial of installing nhc98 1.08 from sources in my linux machine, I got the following message:
make cd src/compiler98; make fromC make[1]: Entering directory `/home/woogyun/Ftp/nhc98-1.08/src/compiler98' /home/woogyun/Ftp/nhc98-1.08/script//nhc98 -c -d /home/woogyun/Ftp/nhc98-1.08/targets/ix86-Linux/obj/compiler98 *.hc cd /home/woogyun/Ftp/nhc98-1.08/targets/ix86-Linux/obj/compiler98; /home/woogyun/Ftp/nhc98-1.08/script//nhc98 -H8M -o /home/woogyun/Ftp/nhc98-1.08/lib/ix86-Linux/nhc98comp *.o /home/woogyun/Ftp/nhc98-1.08/lib/ix86-Linux/Prelude.a(Show_IOError.o)(.data+0x1d4): undefined reference to `CF_Prelude_46Show_46DErrNo_46ErrNo' /home/woogyun/Ftp/nhc98-1.08/lib/ix86-Linux/Prelude.a(StrError.o)(.data+0x4c): undefined reference to `FN_Prelude_46Enum_46DErrNo_46ErrNo_46fromEnum' /home/woogyun/Ftp/nhc98-1.08/lib/ix86-Linux/Prelude.a(CError.o)(.data+0x38): undefined reference to `FN_Prelude_46Enum_46DErrNo_46ErrNo_46toEnum'
collect2: ld returned 1 exit status strip /home/woogyun/Ftp/nhc98-1.08/lib/ix86-Linux/nhc98comp strip: /home/woogyun/Ftp/nhc98-1.08/lib/ix86-Linux/nhc98comp: No such file or directory make[1]: *** [fromC] Error 1 make[1]: Leaving directory `/home/woogyun/Ftp/nhc98-1.08/src/compiler98' make: *** [targets/ix86-Linux/compiler-gcc] 오류 2
The OS configuration is:
uname -a Linux zen 2.2.17-8wl2 #1 Sun Jan 14 22:01:31 KST 2001 i686 unknown
Could you help me? Thanks in advance! - Gyun Woo