Dear Gustaf,
Thank you so much for your reply!
To your questions:
1) I have not started installing xotcl-core yet because I was stuck in installing xotcl:
2) Here are the exact code I used on my FreeBSD machine:
# wget http://media.wu-wien.ac.at/download/xotcl-1.5.2.tar.gz
# tar xvzf xotcl-1.5.2.tar.gz
# setenv CC=gcc
# cd xotcl-1.5.2
#./configure --enable-threads --enable-symbols --prefix=/usr/local/aolserver --exec-prefix=/usr/local/aolserver --with-tcl=/usr/local/lib/tcl84/
#make
At this point, the machine begin to out put a series of warnings, the final one is Error Code 1.
I tried to "make install" by ignoring the warning. It did not work.
In addition, I installed aolserver with success. And I installed tcl8.4.11 before I started installing xotcl.
Again, thank you!
John