home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk1.iso / answers / g++-FAQ / plain next >
Text File  |  1993-12-15  |  36KB  |  854 lines

  1. Newsgroups: gnu.g++.help,comp.lang.c++,news.answers,comp.answers
  2. Path: senator-bedfellow.mit.edu!bloom-beacon.mit.edu!spool.mu.edu!howland.reston.ans.net!europa.eng.gtefsd.com!uunet!chronos.synopsys.com!news.synopsys.com!jbuck
  3. From: jbuck@synopsys.com (Joe Buck)
  4. Subject: FAQ for g++ and libg++, plain text version [Revised 14 Dec 1993]
  5. Message-ID: <g++FAQ_12_15_1993_texi@synopsys.com>
  6. Followup-To: poster
  7. Originator: jbuck@deerslayer
  8. Sender: usenet@Synopsys.Com
  9. Supersedes: <g++FAQ_12_01_1993_texi@synopsys.com>
  10. Organization: Synopsys Inc.
  11. Date: Wed, 15 Dec 1993 14:00:48 GMT
  12. Approved: news-answers-request@MIT.edu
  13. Expires: Sat, 15 Jan 1994 00:00:00 GMT
  14. Lines: 837
  15. Xref: senator-bedfellow.mit.edu gnu.g++.help:4700 comp.lang.c++:61225 news.answers:15846 comp.answers:3034
  16.  
  17. Archive-name: g++-FAQ/plain
  18. Last-modified: 14 Dec 1993
  19. Frequency: bimonthly
  20.  
  21. [ this is the plain text version, the parent is the texinfo version ]
  22.  
  23.  
  24. Preface
  25. *******
  26.  
  27.    This is a list of frequently asked questions (FAQ) for g++ users;
  28. thanks to all those who sent suggestions for improvements.  Thanks to
  29. Marcus Speh for doing the index.
  30.  
  31.    Many FAQ's, including this one, are available on the archive site
  32. rtfm.mit.edu, in the directory pub/usenet/news.answers.  This FAQ may
  33. be found in the subdirectory g++-FAQ.
  34.  
  35.    Some information in this FAQ was developed for earlier versions of
  36. the compiler and may now be obsolete.  Please send corrections.
  37.  
  38.    I'm looking for new questions (*with* answers), better answers, or
  39. both.  One thing that's missing is a section on templates and template
  40. problems with g++; I'm looking for contributions on this score.  You
  41. can mail comments, suggestions, flames, etc. to jbuck@synopsys.com.
  42. Please don't assume, though, that because my name is on this thing that
  43. I am the world expert on g++/C++ and you should mail all your tricky
  44. questions to me.  I'd like to be helpful but I'm getting more of this
  45. than I can deal with lately.  Also please don't assume that I am an
  46. official spokesman for g++, FSF, or Cygnus; I'm not.
  47.  
  48.    This FAQ is intended to supplement, not replace, Marshall Cline's
  49. excellent FAQ for the C++ language and for the newsgroup comp.lang.c++.
  50. Especially if g++ is the first C++ compiler you've ever used, the
  51. question "How do I do <X> with g++?" is probably really "How do I do
  52. <X> in C++?".  You can obtain the C++ FAQ by anonymous FTP from
  53. sun.soe.clarkson.edu [128.153.12.3], in the file ~ftp/pub/C++/FAQ.
  54. (There is also a mail server for that FAQ, but it seems to be broken).
  55.  
  56.  
  57. Obtaining Source Code
  58. *********************
  59.  
  60.  
  61. How do I get a copy of g++ for Unix?
  62. ====================================
  63.  
  64.    First, you may already have it if you have gcc for your platform;
  65. g++ and gcc are combined now (as of gcc version 2.0).
  66.  
  67.    You can get g++ from a friend who has a copy, by anonymous FTP or
  68. UUCP, or by ordering a tape or CD-ROM from the Free Software Foundation.
  69.  
  70.    The Free Software Foundation is a nonprofit organization that
  71. distributes software and manuals to raise funds for more GNU
  72. development.  Getting your copy from the FSF contributes directly to
  73. paying staff to develop GNU software.  CD-ROMs cost $400 if an
  74. organization is buying, or $100 if an individual is buying.  Tapes cost
  75. around $200 depending on media type.  I recommend asking for version 2,
  76. not version 1, of g++.
  77.  
  78.    For more information about ordering from the FSF, contact
  79. gnu@prep.ai.mit.edu, phone (617) 876-3296 or anonymous ftp file
  80. /pub/gnu/GNUinfo/ORDERS from prep.ai.mit.edu or one of the sites listed
  81. below.
  82.  
  83.    Here is a list of anonymous FTP archive sites for GNU software.
  84.  
  85.      ASIA: ftp.cs.titech.ac.jp, utsun.s.u-tokyo.ac.jp:/ftpsync/prep,
  86.           cair.kaist.ac.kr:/pub/gnu
  87.      AUSTRALIA: archie.oz.au:/gnu (archie.oz or archie.oz.au for ACSnet)
  88.      AFRICA: ftp.sun.ac.za:/pub/gnu
  89.      MIDDLE-EAST: ftp.technion.ac.il:/pub/unsupported/gnu
  90.      EUROPE: irisa.irisa.fr:/pub/gnu, grasp1.univ-lyon1.fr:pub/gnu,
  91.           ftp.mcc.ac.uk, unix.hensa.ac.uk:/pub/uunet/systems/gnu,
  92.           src.doc.ic.ac.uk:/gnu, ftp.win.tue.nl, ugle.unit.no, ftp.denet.dk,
  93.           ftp.informatik.rwth-aachen.de:/pub/gnu, ftp.informatik.tu-muenchen.de,
  94.           ftp.eunet.ch, nic.switch.ch:/mirror/gnu, nic.funet.fi:/pub/gnu,
  95.           isy.liu.se, ftp.stacken.kth.se, ftp.luth.se:/pub/unix/gnu, archive.eu.net
  96.      CANADA: ftp.cs.ubc.ca:/mirror2/gnu
  97.      USA: wuarchive.wustl.edu:/mirrors/gnu, labrea.stanford.edu,
  98.           ftp.kpc.com:/pub/mirror/gnu, ftp.cs.widener.edu, uxc.cso.uiuc.edu,
  99.           col.hp.com:/mirrors/gnu, ftp.cs.columbia.edu:/archives/gnu/prep,
  100.           gatekeeper.dec.com:/pub/GNU, ftp.uu.net:/systems/gnu
  101.  
  102.    The "official site" is prep.ai.mit.edu, but your transfer will
  103. probably go faster if you use one of the above machines.
  104.  
  105.    Most GNU utilities are compressed with "gzip", the GNU compression
  106. utility.  All GNU archive sites should have a copy of this program,
  107. which you will need to uncompress the distributions.
  108.  
  109.    UUNET customers can get GNU sources from UUNET via UUCP.  UUCP-only
  110. sites can get GNU sources by "anonymous UUCP" from site "osu-cis" at
  111. Ohio State University.  You pay for the long-distance call to OSU; the
  112. price isn't too bad on weekends at 9600 bps.  Send mail to
  113. uucp@cis.ohio-state.edu or osu-cis!uucp for more information.
  114.  
  115.    OSU lines are often busy.  If you're in the USA, and are willing to
  116. spend more money, you can get sources via UUCP from UUNET using their
  117. 900 number: 1-900-GOT-SRCS (900 numbers don't work internationally).
  118. You will be billed $0.50/minute by your phone company.
  119.  
  120.    Don't forget to retrieve libg++ as well!
  121.  
  122.  
  123. Getting gcc/g++ for the HP Precision Architecture
  124. =================================================
  125.  
  126.    If you use the HP Precision Architecture (HP-9000/7xx and
  127. HP-9000/8xx) and you want to use debugging, you'll need to grab a
  128. special version of GAS from the University of Utah, site
  129. jaguar.cs.utah.edu.  Look in the "/dist" directory for gas-2.2.u2.  A
  130. non-standard debug format is used, since until recently HP considered
  131. their debug format a trade secret.  NEWS FLASH: thanks to the work of
  132. lots of good folks both inside and outside HP, the company has seen the
  133. error of its ways and has now released the required information.  The
  134. team at the University of Utah should soon have code that understands
  135. the native HP format.  For now, the GNU debugger, GDB, understands the
  136. debug format produced by this version of GAS, but not the format
  137. produced by HP's compilers.
  138.  
  139.    Some enhancements for the HP that haven't been integrated back into
  140. the official GCC are available from the same site in version
  141. gcc-2.5.6.u6.  site for GDB (4.11.u2), GAS (2.2.u2), GCC (2.5.6.u6),
  142. and libg++ (2.5.2.u2).
  143.  
  144.    I recommend that HP users use the Utah versions of the tools (see
  145. above).  HP GNU users can also find useful stuff on the site
  146. geod.emr.ca in the /pub/GNU-HP directory.
  147.  
  148.  
  149. Getting gcc/g++ binaries for Solaris 2.x
  150. ========================================
  151.  
  152.    "Sun took the C compiler out of Solaris 2.x.  Am I stuck?"
  153.  
  154.    No; prep.ai.mit.edu and its mirror sites provide GCC binaries for
  155. Solaris.  As a rule, these binaries are not updated as often as the
  156. sources are, so if you want the very latest version of gcc/g++, you may
  157. need to grab and install binaries for an older version and use it to
  158. bootstrap the latest version from source.
  159.  
  160.    The latest gcc binaries on prep.ai.mit.edu and its mirror sites are
  161. for version 2.4.5.  There are binaries for both the Sparc and the Intel
  162. versions of Solaris available.  There are also binaries for "gzip", the
  163. GNU compression utility, which you'll need for uncompressing the binary
  164. distribution.
  165.  
  166.  
  167. How do I get a copy of g++ for (some other platform)?
  168. =====================================================
  169.  
  170.    The standard gcc/g++ distribution includes VMS support.  Since the
  171. FSF people don't use VMS, it's likely to be somewhat less solid than
  172. the Unix version.  Precompiled copies of g++ and libg++ in
  173. VMS-installable form are available by FTP from mango.rsmas.miami.edu.
  174.  
  175.    DJ Delorie has ported gcc/g++ to MS-DOS; this port is popularly
  176. known as "DJGPP" (the P's stand for "plus").  It can be found on many
  177. FTP archive sites; its "home" is on omnigate.clarkson.edu, directory
  178. ~ftp/pub/msdos/djgpp.  Note: omnigate restricts the number of anonymous
  179. users.  The latest version of DJGPP is 1.10, announced on June 1, 1993.
  180. This version is the first that runs under Windows 3.x.  It is a port
  181. of gcc 2.4.1.
  182.  
  183.    FSF sells floppies with DJGPP on them; see above for ordering
  184. software from the FSF.
  185.  
  186.    For information on Amiga ports of gcc/g++, retrieve the file
  187. /pub/gnu/MicrosPorts/Amiga from prep.ai.mit.edu, or write to Markus M.
  188. Wild <wild@nessie.cs.id.ethz.ch>, who I hope won't be too upset that I
  189. mentioned his name here.
  190.  
  191.    A port of gcc-2.4.1 to the Atari ST can be found on the site
  192. "atari.archive.umich.edu", under /atari/Gnustuff/Tos, along with many
  193. other GNU programs.  See the FAQ for the Usenet group
  194. "comp.sys.atari.st" for more information.
  195.  
  196.    There are two different ports of gcc to OS/2, the so-called EMX port
  197. (a port of 2.4.5), and a port called "gcc/2".  The EMX port's C library
  198. attempts to provide a Unix-like environment; gcc/2 uses a rather buggy
  199. port of the BSD libc.  For more information ask around on
  200. "comp.os.os2.programmer.misc".  gcc/2, together with other GNUware for
  201. OS/2, can be obtained by FTP from
  202.  
  203.      ftp-os2.cdrom.com(192.153.46.2) in /pub/os2/2_x/unix/gnu
  204.      ftp-os2.nmsu.edu (128.123.35.151) in /pub/os2/2_x/unix/gnu
  205.      luga.latrobe.edu.au (131.172.2.2) in /pub/os2/2_x/unix/gnu
  206.  
  207.    The current maintainer of the gcc/2 port is Colin Jensen (Michael
  208. Johnson did the original port).  His address is cjensen@netcom.com.
  209.  
  210.    Eberhard Mattes did the EMX port.  His address is
  211. mattes@azu.informatik.uni-stuttgart.de.
  212.  
  213.    Because the legal policies of Apple threaten the long-term goals of
  214. FSF, as well as the concept of free software, no support will be lent to
  215. efforts to port GNU software to Macintosh or other Apple hardware.
  216.  
  217.  
  218. But I can only find g++-1.42!
  219. =============================
  220.  
  221.    "I keep hearing people talking about g++ 2.4.5 (or some other number
  222. starting with 2), but the latest version I can find is g++ 1.42.  Where
  223. is it?"
  224.  
  225.    As of gcc 2.0, C, C++, and Objective-C as well are all combined into
  226. a single distribution called gcc.  If you get gcc you already have g++.
  227. The standard installation procedure for any gcc version 2 compiler will
  228. install the C++ compiler as well.
  229.  
  230.    One could argue that we shouldn't even refer to "g++-2.x.y" but it's
  231. a convention.  It means "the C++ compiler included with gcc-2.x.y".
  232.  
  233.  
  234. What is the latest version of gcc, g++, and libg++?
  235. ===================================================
  236.  
  237.    The latest "2.x" version of gcc/g++ is 2.5.7, released December 12,
  238. 1993.  The latest version of libg++ is 2.5.2, released December 2, 1993.
  239. Don't use 2.5.x, with x less than 5, for C++ code; there were some
  240. serious bugs that didn't have easy workarounds.
  241.  
  242.    For some non-Unix platforms, the latest port of gcc may be an earlier
  243. version (2.4.5, say).  You'll need to use a version of libg++ that has
  244. the same first two digits as the compiler version, e.g. use libg++ 2.4
  245. with gcc version 2.4.5.
  246.  
  247.    The latest "1.x" version of gcc is 1.42, and the latest "1.x"
  248. version of g++ is 1.42.0.  While gcc 1.42 is quite usable for C
  249. programs, I recommend against using g++ 1.x except in special
  250. circumstances.
  251.  
  252.  
  253. Installation Issues and Problems
  254. ********************************
  255.  
  256.  
  257. I can't build g++ 1.x.y with gcc-2.x.y!
  258. =======================================
  259.  
  260.    "I obtained gcc-2.x.y and g++ 1.x.y and I'm trying to build it, but
  261. I'm having major problems.  What's going on?"
  262.  
  263.    If you wish to build g++-1.42, you must obtain gcc-1.42 first.  The
  264. installation instructions for g++ version 1 leave a lot to be desired,
  265. unfortunately, and I would recommend that, unless you have a special
  266. reason for needing the 1.x compiler, that C++ users use the latest
  267. g++-2.x version, as it is the version that is being actively maintained.
  268.  
  269.    There is no template support in g++-1.x, and it is generally much
  270. further away from the ANSI draft standard than g++-2.x is.
  271.  
  272.  
  273. OK, I've obtained gcc; what else do I need?
  274. ===========================================
  275.  
  276.    First off, you'll want libg++ as you can do almost nothing without it
  277. (unless you replace it with some other class library).
  278.  
  279.    Second, depending on your platform, you may need "gas", the GNU
  280. assembler, or the GNU linker (see next question).
  281.  
  282.    Finally, while it is not required, you'll almost certainly want the
  283. GNU debugger, gdb.  The latest version is 4.10.1, released Aug. 30,
  284. 1993.  Other debuggers (like dbx, for example) will normally not be
  285. able to understand at least some of the debug information produced by
  286. g++.
  287.  
  288.  
  289. Should I use the GNU linker, or should I use "collect"?
  290. =======================================================
  291.  
  292.    First off, for novices: special measures must be taken with C++ to
  293. arrange for the calling of constructors for global or static objects
  294. before the execution of your program, and for the calling of
  295. destructors at the end.  (Exception: System VR3 and System VR4 linkers
  296. support user-defined segments; g++ on these systems requires neither
  297. the GNU linker nor collect.  So if you have such a system, the answer
  298. is that you don't need either one).
  299.  
  300.    If you have experience with AT&T's "cfront", this function is
  301. performed there by programs named "patch" or "munch".  With GNU C++, it
  302. is performed either by the GNU linker or by a program known as
  303. "collect".  The collect program is part of the gcc-2.x distribution;
  304. you can obtain the GNU linker separately as part of the "binutils"
  305. package.  The latest version of binutils is 2.2.1, released May 21,
  306. 1993.
  307.  
  308.    (To be technical, it's "collect2"; there were originally several
  309. alternative versions of collect, and this is the one that survived).
  310.  
  311.    There are advantages and disadvantages to either choice.
  312.  
  313.    Advantages of the GNU linker:
  314.  
  315.    It's faster than using collect - collect basically runs the standard
  316. Unix linker on your program twice, inserting some extra code after the
  317. first pass to call the constructors.  This is a sizable time penalty
  318. for large programs.  The GNU linker does not require this extra pass.
  319.  
  320.    GNU ld reports undefined symbols using their true names, not the
  321. mangled names.
  322.  
  323.    If there are undefined symbols, GNU ld reports which object file(s)
  324. refer to the undefined symbol(s).
  325.  
  326.    As of binutils version 2.2, on systems that use the so-called "a.out"
  327. debug format (e.g. Suns running SunOS 4.x), the GNU linker compresses
  328. the debug symbol table considerably, which in at least some cases may
  329. make up, in disk space, for its inability to use shared libraries.
  330.  
  331.    Advantages of collect:
  332.  
  333.    If your native linker supports shared libraries, you can use shared
  334. libraries with collect.  The GNU linker does not (yet) support shared
  335. libraries.
  336.  
  337.    Note: using existing shared libraries (X and libc, for example) works
  338. very nicely; generating shared libraries from g++-compiled code is
  339. another matter, generally requiring OS-dependent tricks if it is
  340. possible at all.
  341.  
  342.    Ron Guilmette has written a set of patches for the g++ compiler that
  343. will permit people using g++ on SVr4 systems to build ELF format shared
  344. libraries.  Contact <rfg@netcom.com> for further information.
  345.  
  346.    The GNU linker has not been ported to as many platforms as g++ has,
  347. so you may be forced to use collect.
  348.  
  349.    If you use collect, you don't need to get something extra and figure
  350. out how to install it; the standard gcc installation procedure will do
  351. it for you.
  352.  
  353.    In conclusion, I don't see a clear win for either alternative at this
  354. point.  Take your pick.
  355.  
  356.  
  357. Should I use the GNU assembler, or my vendor's assembler?
  358. =========================================================
  359.  
  360.    This depends on your platform and your decision about the GNU
  361. linker.  For most platforms, you'll need to use gas if you use the GNU
  362. linker.  For some platforms, you have no choice; check the gcc
  363. installation notes to see whether you must use gas.  But you can
  364. usually use the vendor's assembler if you don't use the GNU linker.
  365.  
  366.    The GNU assembler assembles faster than many native assemblers;
  367. however, on many platforms it cannot support the local debugging format.
  368.  
  369.  
  370. Should I use the GNU C library?
  371. ===============================
  372.  
  373.    At this point in time, no.  The GNU C library is still very young,
  374. and libg++ still conflicts with it in some places.  Use your native C
  375. library unless you know a lot about the gory details of libg++ and
  376. gnu-libc.  This will probably change in the future.
  377.  
  378.  
  379. Problems building libg++ on 386/486
  380. ===================================
  381.  
  382.    Attempts to install libg++ on 386 or 486 systems running ports of
  383. SVR4 have problems because of bugs in debugging support on that
  384. platform.  Briefly, debugging does not currently work right yet for
  385. C++.  You should be able to build the library successfully by deleting
  386. the -g flag from the Makefiles (this should no longer be necessary with
  387. gcc 2.4.x although debugging still doesn't work).
  388.  
  389.    See the section entitled "Debugging on SVR4 systems."
  390.  
  391.  
  392. Other problems building libg++
  393. ==============================
  394.  
  395.    "I am having trouble building libg++.  Help!"
  396.  
  397.    On some platforms (for example, Ultrix), you may see errors
  398. complaining about being unable to open dummy.o.  On other platforms
  399. (for example, SunOS), you may see problems having to do with the type
  400. of size_t.  The fix for these problems is to make libg++ by saying
  401. "make CC=gcc".  According to Per Bothner, it should no longer be
  402. necessary to specify "CC=gcc" for libg++-2.3.1 or later.
  403.  
  404.    "I built and installed libg++, but g++ can't find it.  Help!"
  405.  
  406.    The string given to `configure' that identifies your system must be
  407. the same when you install libg++ as it was when you installed gcc.
  408. Also, if you used the `--prefix' option to install gcc somewhere other
  409. than `/usr/local', you must use the same value for `--prefix' when
  410. installing libg++, or else g++ will not be able to find g++.
  411.  
  412.  
  413. But I'm *still* having problems with `size_t'!
  414. ==============================================
  415.  
  416.    "I did all that, and I'm *still* having problems with disagreeing
  417. definitions of size_t, SIZE_TYPE, and the type of functions like
  418. `strlen'."
  419.  
  420.    The problem may be that you have an old version of `_G_config.h'
  421. lying around.  As of libg++ version 2.4, `_G_config.h', since it is
  422. platform-specific, is inserted into a different directory; most include
  423. files are in `$prefix/lib/g++-include', but this file now lives in
  424. `$prefix/$arch/include'.  If, after upgrading your libg++, you find that
  425. there is an old copy of `_G_config.h' left around, remove it, otherwise
  426. g++ will find the old one first.
  427.  
  428.  
  429. Do I need to rebuild libg++ to go with my new g++?
  430. ==================================================
  431.  
  432.    "After I upgraded g++ to the latest version, I'm seeing undefined
  433. symbols."
  434.  
  435.    or
  436.  
  437.    "If I upgrade to a new version of g++, do I need to reinstall
  438. libg++?"
  439.  
  440.    This depends; as a rule, some upgrades will require rebuilding libg++
  441. and others will not.  Both versions 2.3.3 and 2.4.0 introduced some
  442. incompatibilities with previous versions.  For 2.3.3, the name mangling
  443. of certain virtual table names changed, which introduced an
  444. incompatiblity.  For 2.4.0, the type of "size_t" changed on Suns from
  445. int (as declared by the include files provided by Sun) to unsigned long
  446. (the ANSI C and draft ANSI C++ standards declare that size_t must be
  447. unsigned, and the GCC maintainers are now correcting this "bug").
  448.  
  449.    With version 2.5 of g++ and libg++, major changes were made in the
  450. way that prototypes are provided for system functions.  Before, libg++
  451. provided prototypes for such functions in the g++-include directory.
  452. As of 2.5, gcc creates fixed headers suitable for both C and C++ as part
  453. of its installation process.  You definitely need to install a new
  454. libg++ to go with a 2.5.x release of g++.
  455.  
  456.    As a rule, the first two digits of your g++ and libg++ should be the
  457. same.
  458.  
  459.  
  460. User Problems
  461. *************
  462.  
  463.  
  464. Linker reports undefined symbols for static data members
  465. ========================================================
  466.  
  467.    "g++ reports undefined symbols for all my static data members when I
  468. link, even though the program works correctly for compiler XYZ.  What's
  469. going on?"
  470.  
  471.    The problem is almost certainly that you don't give definitions for
  472. your static data members.  If you have
  473.  
  474.      class Foo {
  475.          ...
  476.          void method();
  477.          static int bar;
  478.      };
  479.  
  480.    you have only declared that there is an int named Foo::bar and a
  481. member function named Foo::method that is defined somewhere.  You still
  482. need to defined BOTH method() and bar in some source file.  According
  483. to the draft ANSI standard, you must supply an initializer, such as
  484.  
  485.      int Foo::bar = 0;
  486.  
  487. in one (and only one) source file.
  488.  
  489.  
  490. g++ won't accept the placement new syntax.
  491. ==========================================
  492.  
  493.    "I have a program that uses the "placement syntax" of operator new,
  494. e.g.
  495.  
  496.         new (somewhere) T;
  497.  
  498. and g++ won't accept it."
  499.  
  500.    Up until version 2.3.1, g++ accepted an alternate form of the
  501. placement syntax, for historical reasons; use
  502.  
  503.         new {somewhere} T;
  504.  
  505. if you are using g++-2.2.2 or older.
  506.  
  507.    As of 2.3.1, g++ finally fixed this, using the standard ARM syntax
  508. for "placement new".  A few remaining glitches were fixed in 2.3.2.  The
  509. only remaining problem is with declarators for pointers to functions;
  510.  
  511.      new (void (*)(int));  // confuses gcc 2.3.2
  512.      new (a) (void (*)(int)); // ditto
  513.  
  514.    These can be worked around with a typedef:
  515.  
  516.      typedef void (*fun)(int);
  517.      new fun;
  518.      new (a) fun;
  519.  
  520.  
  521. Overloaded increment (++) and decrement (-) operators
  522. =====================================================
  523.  
  524.    "g++ doesn't seem to distinguish the prefix and postfix forms of
  525. operator++.  What gives?"
  526.  
  527.    This is a relatively new feature in the C++ language.  The solution
  528. is to upgrade your compiler; distinguishing the prefix and postfix cases
  529. of operator++ and operator- was first implemented in g++ version 2.4.1.
  530.  
  531.    For backward compatibility, if a class declares a prefix version of
  532. operator++ (or operator-) but no postfix version, and code attempts to
  533. use ++ (or -) as a postfix operator, g++ will use the prefix version
  534. (unless -pedantic is set).  This feature is to avoid breaking old code.
  535.  
  536.  
  537. I think I have found a bug in g++.
  538. ==================================
  539.  
  540.    "I think I have found a bug in g++, but I'm not sure.  How do I know,
  541. and who should I tell?"
  542.  
  543.    First, see the excellent section on bugs and bug reports in the gcc
  544. manual (which is included in the gcc distribution).  As a short summary
  545. of that section: if the compiler gets a fatal signal, for any input,
  546. it's a bug (newer versions of g++ will ask you to send in a bug report
  547. when they detect an error in themselves).  Same thing for producing
  548. invalid assembly code.
  549.  
  550.    When you report a bug, make sure to describe your platform (the type
  551. of computer, and the version of the operating system it is running) and
  552. the version of the compiler that you are running.  Also provide enough
  553. code so that the g++ maintainers can duplicate your bug.
  554.  
  555.    I will add some extra notes that are C++-specific, since the notes
  556. from the gcc documentation are generally C-specific.
  557.  
  558.    First, mail your bug report to "bug-g++@prep.ai.mit.edu".  You may
  559. also post to gnu.g++.bug, but it's better to use mail, particularly if
  560. you have any doubt as to whether your news software generates correct
  561. reply addresses.  Don't mail C++ bugs to bug-gcc@prep.ai.mit.edu.
  562.  
  563.    If your bug involves libg++ rather than the compiler, mail to
  564. bug-lib-g++@prep.ai.mit.edu.  If you're not sure, choose one, and if you
  565. guessed wrong, the maintainers will forward it to the other list.
  566.  
  567.    Second, if your program does one thing, and you think it should do
  568. something else, it is best to consult a good reference if in doubt.  The
  569. standard reference is "The Annotated C++ Reference Manual", by Ellis and
  570. Stroustrup (copyright 1990, ISBN #0-201-51459-1).  This is what they're
  571. talking about on the net when they refer to "the ARM".
  572.  
  573.    The reference manual, without annotations, also appears in
  574. Stroustrup's "The C++ Programming Language, Second Edition" (copyright
  575. 1991, ISBN #0-201-53992-6).  Both books are published by Addison-Wesley.
  576.  
  577.    Note that the behavior of (any version of) AT&T's "cfront" compiler
  578. is NOT the standard for the language.
  579.  
  580.  
  581. Porting programs from other compilers to g++
  582. ============================================
  583.  
  584.    "I have a program that runs on <some other C++ compiler>, and I want
  585. to get it running under g++.  Is there anything I should watch out for?"
  586.  
  587.    First, see the questions on placement new syntax and static data
  588. members.
  589.  
  590.    Secondly, if the porting problem relates to the resolution of
  591. overloaded operators or functions, you might try the
  592. `-fansi-overloading' switch in g++ 2.5.0 or later.  This switch enables
  593. new code that attempts to match the ARM specification of overloaded
  594. argument resolution better.
  595.  
  596.    There are two other reasons why a program that worked under one
  597. compiler might fail under another: your program may depend on the order
  598. of evaluation of side effects in an expression, or it may depend on the
  599. lifetime of a temporary (you may be assuming that a temporary object
  600. "lives" longer than the standard guarantees).  As an example of the
  601. first:
  602.  
  603.      void func(int,int);
  604.      
  605.      int i = 3;
  606.      func(i++,i++);
  607.  
  608.    Novice programmers think that the increments will be evaluated in
  609. strict left-to-right order.  Neither C nor C++ guarantees this; the
  610. second increment might happen first, for example.  func might get 3,4,
  611. or it might get 4,3.
  612.  
  613.    The second problem often happens with classes like the libg++ String
  614. class.  Let's say I have
  615.  
  616.      String func1();
  617.      void func2(const char*);
  618.  
  619.    and I say
  620.  
  621.      func2(func1());
  622.  
  623.    because I know that class String has an "operator const char*".  So
  624. what really happens is
  625.  
  626.      func2(func1().convert());
  627.  
  628.    where I'm pretending I have a convert() method that is the same as
  629. the cast.  This is unsafe, because the temporary String object may be
  630. deleted after its last use (the call to the conversion function),
  631. leaving the pointer pointing to garbage, so by the time func2 is
  632. called, it gets an invalid argument.
  633.  
  634.    Both the cfront and the g++ behaviors are legal according to the ARM,
  635. but the powers that be have decided that compiler writers were given
  636. too much freedom here.  The ANSI C++ committee has now come to a
  637. resolution of the lifetime of temporaries problem: they specify that
  638. temporaries should be deleted at end-of-statement (and at a couple of
  639. other points).  This means that g++ now deletes temporaries too early,
  640. and cfront deletes temporaries too late.
  641.  
  642.    For now, the safe way to write such code is to give the temporary a
  643. name, which forces it to live until the end of the scope of the name.
  644. For example:
  645.  
  646.      String& tmp = func1();
  647.      func2(tmp);
  648.  
  649.    Finally, like all compilers (but especially C++ compilers, it seems),
  650. g++ has bugs, and you may have tweaked one.  If so, please file a bug
  651. report (after checking the above issues).
  652.  
  653.  
  654. Why does g++ mangle names differently from other C++ compilers?
  655. ===============================================================
  656.  
  657.    See the answer to the next question.
  658.  
  659.  
  660. Why can't g++ code link with code from other C++ compilers?
  661. ===========================================================
  662.  
  663.    "Why can't I link g++-compiled programs against libraries compiled by
  664. some other C++ compiler?"
  665.  
  666.    Some people think that, if only the FSF and Cygnus Support folks
  667. would stop being stubborn and mangle names the same way that, say,
  668. cfront does, then any g++-compiled program would link successfully
  669. against any cfront-compiled library and vice versa.  Name mangling is
  670. the least of the problems.  Compilers differ as to how objects are laid
  671. out, how multiple inheritance is implemented, how virtual function
  672. calls are handled, and so on, so if the name mangling were made the
  673. same, your programs would link against libraries provided from other
  674. compilers but then crash when run.  For this reason, the ARM
  675. *encourages* compiler writers to make their name mangling different
  676. from that of other compilers for the same platform.  Incompatible
  677. libraries are then detected at link time, rather than at run time.
  678.  
  679.  
  680. What documentation exists for g++ 2.x?
  681. ======================================
  682.  
  683.    Relatively little.  The gcc manual describes the C front end, and
  684. also the back end, which is shared by the C++ compiler, but there is
  685. relatively little documentation for the C++ front end beyond a cursory
  686. description of the command line options (although more C++ specific
  687. information has been added to the gcc manual as of version 2.4.1).
  688.  
  689.    There is a Unix-style manual entry, "g++.1", in the gcc-2.x
  690. distribution; this describes the extra command-line options that g++
  691. supports, and the #pragma interface and #pragma implementation
  692. directives.
  693.  
  694.    (Latest news: as of 2.4.0, these pragmas are finally described in the
  695. main gcc manual).
  696.  
  697.    A draft of a document describing the g++ internals appears in the gcc
  698. distribution (called g++int.texi); it is still incomplete.
  699.  
  700.  
  701. What are the differences between g++ and the ARM specification of C++?
  702. ======================================================================
  703.  
  704.    The chief thing missing from g++ that is in the ARM is exceptions.
  705. There are bits and pieces of exception code present, but it is not
  706. presently usable.
  707.  
  708.    The template implementation is still new.  The implementation in
  709. 2.4.1 represents a considerable improvement over that of previous
  710. releases, but it has a long way to go.  This continues to improve from
  711. release to release.
  712.  
  713.    g++ does not implement a separate pass to instantiate template
  714. functions and classes at this point; for this reason, it will not work,
  715. for the most part, to declare your template functions in one file and
  716. define them in another.  The compiler will need to see the entire
  717. definition of the function, and will generate a static copy of the
  718. function in each file in which it is used.  For 2.5.0, however, a new
  719. switch `-fexternal-templates' was added; this makes it possible to have
  720. only one globally visible copy of a given template expansion in your
  721. executable.  See the gcc manual for details.
  722.  
  723.    Some features that the ANSI/ISO standardization committee has voted
  724. in that don't appear in the ARM are supported, notably the `mutable'
  725. keyword, in version 2.5.x.
  726.  
  727.    As with any beta-test compiler, there are bugs.  You can help improve
  728. the compiler by submitting detailed bug reports.
  729.  
  730.    One of the weakest areas of g++ other than templates is the
  731. resolution of overloaded functions and operators in complex cases.  The
  732. usual symptom is that in a case where the ARM says that it is ambiguous
  733. which function should be chosen, g++ chooses one (often the first one
  734. declared).  This is usually not a problem when porting C++ code from
  735. other compilers to g++, but shows up as errors when code developed under
  736. g++ is ported to other compilers.
  737.  
  738.    As of 2.5.0, the overloading code has been rewritten.  For now, you
  739. must specify the option `-fansi-overloading' to get the new code, since
  740. there were some important users actually depending on g++'s incorrect
  741. resolution of ambiguities.  This switch should disappear in the future.
  742. If a program that compiled under previous g++ versions now reports that
  743. a use of an overloaded function is ambiguous, it is likely that the old
  744. g++ was letting you write buggy code and the new one is detecting the
  745. problem.  If in doubt, consult the ARM.
  746.  
  747.    [A full bug list would be very long indeed, so I won't put one here.
  748. I may add a list of frequently-reported bugs and "non-bugs" like the
  749. static class members issue mentioned above].
  750.  
  751.  
  752. Will g++ compile InterViews?  The NIH class library?
  753. ====================================================
  754.  
  755.    The NIH class library uses a non-portable, compiler-dependent hack
  756. to initialize itself, which makes life difficult for g++ users.  It
  757. will not work without modification, and I don't know what modifications
  758. are required or whether anyone has done them successfully.
  759.  
  760.    In short, it's not going to happen any time soon (previous FAQs
  761. referred to patches that a new NIHCL release would hopefully contain,
  762. but this hasn't happened).
  763.  
  764.    [ From Steinar Bang <steinarb@idt.unit.no>]
  765.  
  766.    InterViews 3.1 compiles and runs with gcc-2.3.3 and libg++-2.3,
  767. except that the "doc" application immediately dumps core when you try
  768. to run it.  There is also a small glitch with idraw.
  769.  
  770.    There is a patch for InterViews 3.1 from Johan Garpendahl
  771. <garp@isy.liu.se> available for FTP from site "ugle.unit.no".  It is in
  772. the file
  773.  
  774.    /pub/X11/contrib/InterViews/g++/3.1-beta3-patch.
  775.  
  776.    This fixes two things: the Doc coredump, and the pattern menu of
  777. idraw.  Read the instructions at the start of the file.
  778.  
  779.    I think that as of version 2.5.6, the standard g++ will compile the
  780. standard 3.1 InterViews completely successfully.  I'd appreciate a
  781. confirmation.
  782.  
  783.  
  784. Debugging on SVR4 systems
  785. =========================
  786.  
  787.    "When I use the -g flag on C++ code on a System V Release 4 system,
  788. I get lots of undefined symbols at link time.  Why?  Help!"
  789.  
  790.    Most systems based on System V Release 4 (except Solaris) encode
  791. symbolic debugging information in a format known as `DWARF'.
  792.  
  793.    Although the GNU C compiler already knows how to write out symbolic
  794. debugging information in the DWARF format, the GNU C++ compiler does
  795. not yet have this feature, nor is it likely to in the immediate future.
  796.  
  797.    Ron Guilmette has done a great deal of work to try to get the GNU
  798. C++ com- piler to produce DWARF format symbolic debugging information
  799. (for C++ code) but he gave up on the project because of a lack of
  800. funding and/or interest from the g++ user community.  If you have a
  801. strong desire to see this project completed, contact Ron at
  802. <rfg@netcom.com>.
  803.  
  804.  
  805. What are the rules for shipping code built with g++ and libg++?
  806. ***************************************************************
  807.  
  808.    "Is it is possible to distribute programs for profit that are created
  809. with g++ and use the g++ libraries?"
  810.  
  811.    I am not a lawyer, and this is not legal advice.  In any case, I have
  812. little interest in telling people how to violate the spirit of the GNU
  813. licenses without violating the letter.  This section tells you how to
  814. comply with the intention of the GNU licenses as best I understand them.
  815.  
  816.    The FSF has no objection to your making money.  Its only interest is
  817. that source code to their programs, and libraries, and to modified
  818. versions of their programs and libraries, is always available.
  819.  
  820.    The short answer is that you do not need to release the source to
  821. your program, but you can't just ship a stripped executable either.
  822.  
  823.    Compiling your code with a GNU compiler does not affect its
  824. copyright; it is still yours.  However, in order to ship code that
  825. links in a GNU library such as libg++ there are certain rules you must
  826. follow.  The rules are described in the file COPYING.LIB that
  827. accompanies gcc distributions; it is also included in the libg++
  828. distribution.  See that file for the exact rules.  The agreement is
  829. called the Library GNU Public License or LGPL.  It is much "looser"
  830. than the GNU Public License, or GPL, that covers must GNU programs.
  831.  
  832.    Here's the deal: let's say that you use some version of libg++,
  833. completely unchanged, in your software, and you want to ship only a
  834. binary form of your code.  You can do this, but there are several
  835. special requirements.  If you want to use libg++ but ship only object
  836. code for your code, you have to ship source for libg++ (or ensure
  837. somehow that your customer already has the source for the exact version
  838. you are using), and ship your application in linkable form.  You cannot
  839. forbid your customer from reverse-engineering or extending your program
  840. by exploiting its linkable form.
  841.  
  842.    Furthermore, if you modify libg++ itself, you must provide source
  843. for your modifications (making a derived class does not count as
  844. modifying the library - that is "a work that uses the library").
  845.  
  846.  
  847. Concept Index
  848. *************
  849.  
  850. -- 
  851. -- Joe Buck    jbuck@synopsys.com
  852. Posting from but not speaking for Synopsys, Inc.
  853. Formerly jbuck@<various-hosts>.eecs.berkeley.edu
  854.