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