Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!news.ecn.uoknor.edu!news.ysu.edu!news.cmich.edu!3cqbjoz From: ishwar rattan <3CQBJOZ@cmuvm.csv.cmich.edu> Newsgroups: comp.unix.bsd.freebsd.misc,gnu.g++.lib Subject: Compiling libg++-2.7.2 sources.. Date: Sat, 15 Feb 1997 00:18:00 EST Organization: Central Michigan University Lines: 34 Message-ID: <97046.0018003CQBJOZ@cmuvm.csv.cmich.edu> NNTP-Posting-Host: cmuvm.csv.cmich.edu Disclaimer: Author bears full responsibility for this post Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:35494 Hello I am trying to make libg++ and friends from libg++-2.7.2 distribution for gcc-2.7.2.1 under FreeBSd-2.1.5. The gcc is gcc-2.7.2 and gas is latest version also. The `make all' command makes the *.a files and no errors are reported. During ` make check' the test of libs quits with error given below. Please do shine some light on the nature of error (are the *.a files good or not). How do I address the problem? Ishwar Rattan ------- ... : 'WARNING: creates about 2MB of debris; do "make rclean" afterward' rm -f dbase dbase[23] dbase.* dbase[23].* test ! -d xx || rmdir xx : crude check of synthetic history file ( sed 25q hist3.3 ; tail -25 hist3.3 ) >histjunk cmp histjunk ./firstlast25 rm histjunk : basic tests, exercising as many options as possible cp hist3.3 dbase mkdir xx chmod -w xx /rdbz -E 1000 -0 -M -i -S -u -U -C xx dbase /rdbz: (file `dbase', line 1) store failed on `<m....VO1.9q.@s95e1zKsIj7LrIwa1> 6000000...' make[3]: *** [r2a] Error 1 make[3]: Leaving directory `/local1/src/lib272/libio/dbz' make[2]: *** [subdir_do] Error 1 make[2]: Leaving directory `/local1/src/lib272/libio' make[1]: *** [check] Error 2 make[1]: Leaving directory `/local1/src/lib272/libio' make: *** [check-target-libio] Error 2 ----