home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.hp
- Path: sparky!uunet!world!lmh
- From: lmh@world.std.com (Larry M Headlund)
- Subject: Problem compiling libg++ version 2.1 on HP 425t HP-UX 8.0
- Message-ID: <Bu0wLo.707@world.std.com>
- Followup-To: comp.sys.hp
- Summary: Problem during make which has me baffled
- Keywords: HP-UX GNU g++ libg++ gcc
- Organization: The World Public Access UNIX, Brookline, MA
- Date: Thu, 3 Sep 1992 22:17:47 GMT
- Lines: 40
-
- My enviroment:
- HP 425t
- HP-UX 8.00 with patch PHCO_0800
-
- I have previously compiled gcc 2.2 on this machine with no problems.
-
- When I type make all (after doing ./comfig hpux) for libg++2.2 it chugs
- along, makes libiberty.a ok, then dies with the following messages:
-
- rm -rf libiberty.a
- ar qc libiberty.a \
- basename.o getopt.o getopt1.o obstack.o spaces.o concat.o fdmatch.o argv.o strerror.o strsignal.o getpagesize.o insque.o random.o alloca.o
- ranlib libiberty.a
- ranlib: ar already did it for you, see ar(1).
- rootme=`pwd` ; export rootme; CC="gcc `if [ -f ${rootme}/../gcc/gcc ] ; \
- then echo -I${rootme}/../gcc/include ; \
- else echo ; fi`"; export CC; \
- ./utils/gen-params >tmp-params.h
- nm failed to find vt[.$]filebuf in dummy.o!
- *** Error code 1
-
- Stop.
- *** Error code 1
-
- Stop.
-
- The last file created (libg++/tmp-params.h) looks like this:
- /* AUTOMATICALLY GENERATED; DO NOT EDIT! */
- #ifndef _G_config_h
- #define _G_config_h
- #define _G_NAMES_HAVE_UNDERSCORE 1
-
-
- If anyone has succesfully built libg++2.2 under a similar enviroment or can
- give me a glue I would greatly appreciate it.
-
-
-
- --
- Larry Headlund lmh@world.std.com Eikonal Systems (617) 482-3345
-