Script started on Wed Dec 19 15:36:49 2001 %xmkmf -a mv -f Makefile Makefile.bak imake -DUseInstalled -I/usr/lib/X11/config make Makefiles making Makefiles in pr_util... mv -f Makefile Makefile.bak making Makefiles in src... mv -f Makefile Makefile.bak make includes including in ./pr_util... including in ./src... make depend depending in ./pr_util... makedepend -- -I/usr/include -I../include -I../pr_util -I/usr/include -I../include -DLONG_BIT=64 -- depending in ./src... makedepend -- -I/usr/include -I../include -I../pr_util -I/usr/local/lib/g++-include -I/usr/include -I../include -DLONG_BIT=64 -- bde.cc bendpt.cc bendptops.cc buttonevent.cc captionops.cc cursor.cc dialog.cc display.cc draw.cc edit.cc fileio.cc font.cc fprint.cc graphobject.cc graphops.cc handler.cc help.cc hlink.cc infodialog.cc infomessage.cc init.cc initClasses.cc leftmenu.cc leftmenu_cb.cc linkops.cc menubar.cc menubar_cb.cc msgBox.cc nodeops.cc select.cc smselect.cc strdup.cc text.cc textops.cc "bendpt.cc":754: 0 // maushah 05/15/00 ^--- expecting variable or number "dialog.cc":7: 0 // Let's not bother with this just yet. ^--- expecting variable or number "dialog.cc":20: 0 // Let's not bother with this just yet. ^--- expecting variable or number "fileio.cc":2072: 0 // 99s523 rgantyal, vdhamoda ^--- expecting variable or number "select.cc":107: 0 // maushah 05/15/00 ^--- expecting variable or number %make -e making all in ./pr_util... making all in ./src... g++ -c -DGENV11 -DDEBUG -DString_REDEFINE_NOT_NEEDED -DBDE_SCHEMA="96subde_schema.h" -DBDE_VIEW="94sbdeview" -DS94LC -DLCWC -DDEFAULT_LIB_PATH=\"../lib\" -g -Wall -I/usr/include -I../include -I../pr_util -I/usr/local/lib/g++-include bendpt.cc In file included from ../include/bdeState.h:8, from bendpt.cc:166: ../include/bde.h:84: redefinition of `struct bpt_str' ../include/bde.h:89: previous definition here bendpt.cc: In method `void hlink::create_bpt(float, float)': bendpt.cc:316: no matching function for call to `bpt_str::bpt_str ()' ../include/bde.h:89: candidates are: bpt_str::bpt_str(const bpt_str &) bendpt.cc: At top level: bendpt.cc:143: warning: `char rcsid[59]' defined but not used *** Exit 1 Stop. *** Exit 1 Stop. %link.csh echo " " pwd /usr/proj3/case/01f522/bde2/bde echo "This script must be run in the bde tree root directory bde:" This script must be run in the bde tree root directory bde: echo "Running bde/link.csh to link with g++:" Running bde/link.csh to link with g++: cd src rm -f bde g++ -o bde -O2 -call_shared -L/usr/lib bendpt.o bendptops.o bde.o buttonevent.o captionops.o cursor.o dialog.o display.o draw.o edit.o fileio.o font.o fprint.o graphobject.o graphops.o handler.o help.o hlink.o infodialog.o infomessage.o init.o initClasses.o leftmenu.o leftmenu_cb.o linkops.o menubar.o menubar_cb.o msgBox.o nodeops.o select.o smselect.o strdup.o text.o textops.o ../pr_util/pr_util.a -lXm -lXt -lX11 -lm g++: bendptops.o: No such file or directory g++: bde.o: No such file or directory g++: buttonevent.o: No such file or directory g++: captionops.o: No such file or directory g++: cursor.o: No such file or directory g++: dialog.o: No such file or directory g++: display.o: No such file or directory g++: draw.o: No such file or directory g++: edit.o: No such file or directory g++: fileio.o: No such file or directory g++: font.o: No such file or directory g++: fprint.o: No such file or directory g++: graphobject.o: No such file or directory g++: graphops.o: No such file or directory g++: handler.o: No such file or directory g++: help.o: No such file or directory g++: hlink.o: No such file or directory g++: infodialog.o: No such file or directory g++: infomessage.o: No such file or directory g++: init.o: No such file or directory g++: initClasses.o: No such file or directory g++: leftmenu.o: No such file or directory g++: leftmenu_cb.o: No such file or directory g++: linkops.o: No such file or directory g++: menubar.o: No such file or directory g++: menubar_cb.o: No such file or directory g++: msgBox.o: No such file or directory g++: nodeops.o: No such file or directory g++: select.o: No such file or directory g++: smselect.o: No such file or directory g++: strdup.o: No such file or directory g++: text.o: No such file or directory g++: textops.o: No such file or directory g++: unrecognized option `-call_shared' ls -alsg bde* 3 -rwxrwxr-x 1 avu bde2 3013 Dec 19 14:23 bde.cc 1 -rwxrwxr-x 1 avu bde2 434 Dec 7 16:20 bde.defaults 2 -rwxrwxr-x 1 avu bde2 2046 Dec 14 13:50 bdeState.cpp mv bde ../executables/alpha/bde.exe mv: rename bde to ../executables/alpha/bde.exe: No such file or directory cd .. pwd /usr/proj3/case/01f522/bde2/bde chmod 755 executables/alpha/bde.exe chmod: executables/alpha/bde.exe: No such file or directory ls -alsg src/bde executables/alpha/bde* No match. echo "To test bde: cd test; ../executables/bde" To test bde: cd test; ../executables/bde exit %exit exit script done on Wed Dec 19 15:37:04 2001