home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / hp / 10029 < prev    next >
Encoding:
Text File  |  1992-09-03  |  1.6 KB  |  53 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!world!lmh
  3. From: lmh@world.std.com (Larry M Headlund)
  4. Subject: Problem compiling libg++ version 2.1 on HP 425t HP-UX 8.0
  5. Message-ID: <Bu0wLo.707@world.std.com>
  6. Followup-To: comp.sys.hp 
  7. Summary: Problem during make which has me baffled 
  8. Keywords: HP-UX GNU g++ libg++ gcc
  9. Organization: The World Public Access UNIX, Brookline, MA
  10. Date: Thu, 3 Sep 1992 22:17:47 GMT
  11. Lines: 40
  12.  
  13. My enviroment:
  14.     HP 425t
  15.     HP-UX 8.00 with patch PHCO_0800
  16.  
  17. I have previously compiled gcc 2.2 on this machine with no problems.  
  18.  
  19. When I type make all (after doing ./comfig hpux) for libg++2.2 it chugs
  20. along, makes libiberty.a ok, then dies with the following messages:
  21.  
  22.     rm -rf libiberty.a
  23.     ar qc libiberty.a \
  24.       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 
  25.     ranlib libiberty.a
  26. ranlib: ar already did it for you, see ar(1).
  27.     rootme=`pwd` ; export rootme; CC="gcc `if [ -f ${rootme}/../gcc/gcc ] ; \
  28.     then echo -I${rootme}/../gcc/include ; \
  29.     else echo ; fi`"; export CC; \
  30.     ./utils/gen-params  >tmp-params.h
  31. nm failed to find vt[.$]filebuf in dummy.o!
  32. *** Error code 1
  33.  
  34. Stop.
  35. *** Error code 1
  36.  
  37. Stop.
  38.  
  39. The last file created (libg++/tmp-params.h) looks like this:
  40. /* AUTOMATICALLY GENERATED; DO NOT EDIT! */ 
  41. #ifndef _G_config_h
  42. #define _G_config_h
  43. #define _G_NAMES_HAVE_UNDERSCORE 1
  44.  
  45.  
  46. If anyone has succesfully built libg++2.2 under a similar enviroment or can
  47. give me a glue I would greatly appreciate it.
  48.  
  49.  
  50.  
  51. -- 
  52. Larry Headlund  lmh@world.std.com    Eikonal Systems (617) 482-3345 
  53.