I am wanting a version of cmucl running on FreeBSD5.3. I have installed the version from the freebsd packages collection. I have tried the ports as well but i believeit is the same thing. I have also grabbed the March snapshot with the same results.
The problem I am running into is that when I (load-foreign "/usr/local/lbi/libintl.so.6") i receive an 'undefined symbol "stpcpy"' error. I believe this is happening because of the versions of the libc, that whatever version of bsd was used to compile the freebsd version, it had stpcpy statically linked into libintl, but 5.3 doesn't. I have attempted to build cmucl from the March snapshot but have run into memory problems. I have 256 MB on the machine and 1024 MB swap space right now. First time building it complained about dynamic-space-size (598?) was too small, so i tried building with -dynamic-space-size 800 and ended up getting 'control stack overflow' (YELLOW-ZONE-HIT). At this point i'm not sure how to proceed. Are there additional memory setting i can provide, or is the physical memory on the machine a limit? Looking for suggestions, or someone able to build me a version under 5.3. thanks, brad
