Hi!
I'm pretty sure the following isn't a hugs bug, but I can't find
another appropriate email list.
When I try to install Hugs under Unix using the short version,
i get the following error message
[johanj@pubhp]-: make install
gcc -c -g -O hugs.c
gcc -c -g -O storage.c
gcc -c -g -O input.c
gcc -c -g -O static.c
gcc -c -g -O type.c
gcc -c -g -O compiler.c
gcc -c -g -O plugin.c
gcc -c -g -O builtin.c
gcc -c -g -O machine.c
gcc -c -g -O output.c
gcc hugs.o storage.o input.o static.o type.o compiler.o plugin.o
builtin.o machine.o output.o -lm -o hugs
collect2: ld returned 1 exit status
/bin/ld: Unsatisfied symbols:
shl_findsym (code)
shl_load (code)
*** Error code 1
Stop.
Any idea?
Thanks,
Johan Jeuring