Hi Edwin, > i am doing this on openbsd by the way in case it would help. > ... > > ./bin/picolisp:lib/ht: undefined symbol 'Nil' > ... > > ./bin/picolisp:lib/ht: undefined symbol 'prin' > ... > > ./bin/picolisp:lib/ht: undefined symbol 'Env' > ...
This looks very much like a dynamic loading problem. The shared object file "lib/ht" seems to be there, but at runtime the exported symbols in the main program are not found. I didn't test under OpenBSD since last year. Something's wrong with the link flags (PICOLISP-FLAGS or DYNAMIC-LIB-FLAGS) in "src/Makefile"? Cheers, - Alex -- UNSUBSCRIBE: mailto:[email protected]?subject=unsubscribe
