Hi everyone, Is GNU Smalltalk likely to run on a Raspberry Pi?
I started installing it just in case, in FreeBSD 10-Stable on a Raspberry Pi. The configure stage is tripping up over libltdl with the following error: checking for GNUTLS... yes checking for lt_dlopen in -lltdl... no configure: error: libltdl is required to compile GNU Smalltalk The libltdl package is in fact installed... [root@raspberry-pi ~]# ls /usr/local/lib/ | grep tdl libltdl.a libltdl.la libltdl.so libltdl.so.7 libltdl.so.7.3.0 If someone could help me get past this, much appreciated. The compiler on this OS is clang 3.4. Thanks Stephen _______________________________________________ help-smalltalk mailing list help-smalltalk@gnu.org https://lists.gnu.org/mailman/listinfo/help-smalltalk