I successfully made the arch directory cd to and ran
../configure, when I make however it fails building target
startup. Here is the error message and some other info that
may help:
gcc -o yap yap.o libYap.a -ltermcap -lxnet -lsocket -lm -ldl
-lnsl
rm -f startup
echo "['../pl/init.yap']. module(user). save_program(startup)."
| ./yap -b ../pl/boot.yap
[ YAP version Yap-4.4.2 ]
*** Error code 132
make: Fatal error: Command failed for target `startup'
root@babbage::/opt/prolog/yap/arch 465$ gcc -v
Reading specs from
/usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.1/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as
--with-ld=/usr/ccs/bin/ld --disable-nls
Thread model: posix
gcc version 3.1
root@babbage::/opt/prolog/yap/arch 466$ pkginfo |grep -i
smc
application SMCaalib aalib
application SMCbash bash
application SMCbluef bluefish
application SMCgcc gcc
application SMCghosts ghostscript
application SMCghostv ghostview
application SMCgimp gimp
application SMCglib glib
application SMCgtk+ gtk+
application SMCgzip gzip
application SMCimlib imlib
application SMCispell ispell
application SMCjpeg jpeg
application SMClibgcc libgcc
application SMClibgcj libgcj
application SMClibpng libpng
application SMClibung libungif
application SMCmpegl mpeg_lib
application SMCncurs ncurses
application SMCpine pine
application SMCprl561 perl
application SMCtidy tidy
application SMCtiff tiff
application SMCtop top
application SMCvim vim
application SMCwebl weblint
application SMCxpm xpm
Logged In: YES
user_id=816154
Was this problem ever solved? I'm getting the same messages
and have no idea what to do...
Heather Maclaren
Logged In: YES
user_id=678853
I "solved" the problem by compiling SWI prolog instead.