I downloaded the latest version of the development tools source and tried to build them again. All the prior problems had been corrected (thank you), so I got a lot further this time. Still, there is a problem. I'm seeing the error below. I checked all the Makefiles and don't see it being built by the package. Is this command one that I need from elsewhere? If so, where would I get the source so that I can build it?
Mark Post cd mfcline; make all make[2]: Entering directory `/tmp/sapdb2_tools/sys/src/base/mfcline' cc -I../inc -I/usr/include/ncurses -DSVR4 -DLINUX -Dunix -O -c -o mfcline.o mfcline.c cc -L../lib -O -o mfcline mfcline.o make[2]: Leaving directory `/tmp/sapdb2_tools/sys/src/base/mfcline' cd sizeof; make all make[2]: Entering directory `/tmp/sapdb2_tools/sys/src/base/sizeof' mfp -f itt87.mf make[2]: mfp: Command not found make[2]: *** [itt87.p] Error 127 make[2]: Leaving directory `/tmp/sapdb2_tools/sys/src/base/sizeof' make[1]: *** [ctools] Error 2 make[1]: Leaving directory `/tmp/sapdb2_tools/sys/src/base' make: *** [base] Error 2 _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
