home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.g++.help
- Path: sparky!uunet!stanford.edu!ames!pacbell.com!iggy.GW.Vitalink.COM!nocsun.NOC.Vitalink.COM!wetware!abekas!mikep
- From: mikep@abekas.com (Mike Park)
- Subject: RE: ET++ and g++
- Message-ID: <1992Nov17.194855.6353@abekas.com>
- Organization: Abekas Video Systems Inc., Redwood City, California.
- Date: Tue, 17 Nov 1992 19:48:55 GMT
- Lines: 22
-
- In gnu.g++.help you write:
-
- >Anyone have any luck building ET++ with g++? Any tips would be appreciated. I believe I'm running g++ 1.40.
-
- >Thanks in advance,
-
- I compiled it without major problems with gcc-2.2.2. The only changes
- I remember that are required are to add initialisers for statics defined
- within a class.
-
- ie class fred {
- static int i;
- };
-
- int fred::i = 0; // <--- must be added
-
- This requirement is part of the latest ARM c++ reference.
-
- Mike
- --
- Mike Park
- Abekas Video Systems Inc. NET: mikep@abekas.com
-