I have discovered that when DOSLFN is loaded. gnatmake does not find it's libraries.
On the other hand, HAC project use long file names, so before decompressing https://github.com/zertovitch/hac/archive/refs/heads/master.zip DOSLFN must be loaded. But after that, before compiling you must find a way to unload it (I rebooted). The project HAC seems incompatible with the old version I used in my previous post of GNAT. Rather than use the GPR file with: gnatmake -P hac I have tried: (because the old version of GNAT does not know about GPR file) gnatmake src\apps\hac.adb -I. -Isrc -Isrc\apps -Iapps -Icompile -Imanage but get errors like missing ; and others. Now with this new knowledge... I intend to try later with a more recent version on GNAT from DJGPP. _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
