home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / g / lib / bug / 773 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  1.6 KB

  1. Xref: sparky gnu.g++.lib.bug:773 comp.unix.ultrix:9237
  2. Newsgroups: gnu.g++.lib.bug,comp.unix.ultrix
  3. From: osyjm@cs.montana.edu (Jaye Mathisen)
  4. Subject: Compiling libg++-2.3 under ultrix 4.3, with gcc-2.3.3
  5. Message-ID: <1993Jan10.201404.10428@coe.montana.edu>
  6. Organization: CS
  7. Date: Sun, 10 Jan 1993 20:14:04 GMT
  8. Apparently-To: gnu-g++-lib-bug@uunet.uu.net
  9. Distribution: world
  10. Approved: info-gnu@prep.ai.mit.edu
  11. Path: sparky!uunet!enterpoop.mit.edu!mintaka.lcs.mit.edu!ai-lab!prep.ai.mit.edu!gnulists
  12. Followup-To: gnu.g++.lib.bug,comp.unix.ultrix
  13. Lines: 24
  14.  
  15. Has anybody done this?  I have to make one change to the makefile that
  16. generated _G_config.h to get the size_t stuff right, but now it's barfing
  17. down in  Fix.cc with the following:
  18.  
  19. gcc -g -O -nostdinc++ -I.. -I. -I./../iostream -I./../g++-include  -c Fix.cc
  20. Fix.cc: In function `void  default_Fix_error_handler (const char *)':
  21. Fix.cc:47: warning: implicit declaration of function `abort'
  22. Fix.cc: In function `struct _Frep* _new_Fix (short unsigned int)':
  23. Fix.cc:92: warning: implicit declaration of function `memset'
  24. Fix.cc: In function `class Fix atoF (const char *, int (=  Fix_default_length ))':
  25. Fix.cc:450: warning: implicit declaration of function `atof'
  26. Fix.cc:450: cannot convert type `int '
  27. Fix.cc:450:        to type `double &'
  28.  
  29.  
  30. I had libg++-2.2 running, but building 2.3 has been a pain in the butt.
  31. \
  32.  
  33. Any suggestions appreciated, my C++ skills are almost non-existent.
  34. -- 
  35.  Jaye Mathisen, COE Systems Manager                (406) 994-4780
  36.  410 Roberts Hall,Dept. of Computer Science
  37.  Montana State University,Bozeman MT 59717    osyjm@cs.montana.edu
  38.  
  39.