FOCAL

Torfinn Ingolfsen tingox at gmail.com
Sat Dec 3 19:16:37 UTC 2016


This one  can easily be compiled:

tingo at kg-core1$ mkdir focal
tingo at kg-core1$ cd focal
tingo at kg-core1$ fetch ftp://www.cozx.com/pub/langs/focal.tar.gz
focal.tar.gz                                  100% of   42 kB  116 kBps 00m00s
untar, then
tingo at kg-core1$ cd focal-1.0.4
tingo at kg-core1$ make
OS type FreeBSD is unknown
You must enter an OS type. OS types are:
   linux | nt | openmvs | openvms | os2 | riscos |
   solaris | sunos | gnuhurd | gnukfreebsd | dx10

For IBM OS/390 you have the choices:
   dignusdcc | dignusgcc | mvs

(I copied the gnukfreebsd entry and modified it to read FreeBSD)

tingo at kg-core1$ make
Making FreeBSD on a amd64
gcc -O2 -DSYSVDIR -DSTRERROR -DANSICRT  -c focal.c -o focal.o
gcc -O2 -DSYSVDIR -DSTRERROR -DANSICRT  -c parser.c -o parser.o
gcc -O2 -DSYSVDIR -DSTRERROR -DANSICRT  -c screen.c -o screen.o
gcc -o focal -O2 -DSYSVDIR -DSTRERROR -DANSICRT  focal.o parser.o screen.o -lm

tingo at kg-core1$ ./focal
FOCAL-1.0.4 execution begins
*quit

I have no experience with FOCAL myself, so I'm not going to try any programs.
This on
tingo at kg-core1$ uname -a
FreeBSD kg-core1.kg4.no 9.3-STABLE FreeBSD 9.3-STABLE #3 r304838: Fri
Aug 26 12:11:25 CEST 2016
root at kg-core1.kg4.no:/usr/obj/usr/src/sys/GENERIC  amd64
HTH, HAND
-- 
Regards,
Torfinn Ingolfsen


More information about the freebsd-ports mailing list