home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / GNUGPPFQ.ZIP / GPPFAQ < prev   
Internet Message Format  |  1993-02-02  |  56KB

  1. From: jbuck@ohm.berkeley.edu (Joe Buck)
  2. Subject: FAQ for g++ and libg++, plain text version [Revised 15 Jan 1993]
  3. Date: 1 Feb 93 09:00:09 GMT
  4. Organization: University of California, Berkeley
  5. Lines: 647
  6.  
  7. Archive-name: g++-FAQ/plain
  8. Last-modified: 15 Jan 1993
  9. Frequency: bimonthly
  10.  
  11. [ this is the plain text version, the parent is the texinfo version ]
  12. Preface
  13. *******
  14.  
  15.    This is a list of frequently asked questions for g++ users; thanks
  16. to all those who sent suggestions for improvements.
  17.  
  18.    You can obtain the latest version of this file by anonymous FTP from
  19. site forney.berkeley.edu [128.32.240.77], in the pub directory.
  20.  
  21.    I'm looking for new questions, better answers, or both.  One thing
  22. that's missing is a section on templates and template problems with
  23. g++; I'm looking for contributions on this score.  You can mail
  24. comments, suggestions, flames, etc. to jbuck@ohm.berkeley.edu.
  25.  
  26.    This FAQ is intended to supplement, not replace, Marshall Cline's
  27. excellent FAQ for comp.lang.c++.  Especially if g++ is the first C++
  28. compiler you've ever used, the question "How do I do <X> with g++?" is
  29. probably really "How do I do <X> in C++?".  You can obtain the C++ FAQ
  30. by anonymous FTP from sun.soe.clarkson.edu [128.153.12.3], in the file
  31. ~ftp/pub/C++/FAQ.  (There is also a mail server for that FAQ, but it
  32. seems to be broken).
  33.  
  34.  
  35. Obtaining Source Code
  36. *********************
  37.  
  38.  
  39. How do I get a copy of g++ for Unix?
  40. ====================================
  41.  
  42.    First, you may already have it if you have gcc for your platform;
  43. g++ and gcc are combined now (as of gcc version 2.0).
  44.  
  45.    You can get g++ from a friend who has a copy, by anonymous FTP or
  46. UUCP, or by ordering a tape or CD-ROM from the Free Software
  47. Foundation.
  48.  
  49.    The Free Software Foundation is a nonprofit organization that
  50. distributes software and manuals to raise funds for more GNU
  51. development.  Getting your copy from the FSF contributes directly to
  52. paying staff to develop GNU software.  CD-ROMs cost $100 if an
  53. individual is buying, or $400 if an organization is buying.  Tapes
  54. cost around $200 depending on media type.  I recommend asking for
  55. version 2, not version 1, of g++.
  56.  
  57.    For more information about ordering from the FSF, contact
  58. gnu@prep.ai.mit.edu or phone (617) 876-3296.
  59.  
  60.    Here is a list of anonymous FTP archive sites for GNU software.
  61.  
  62.      Japan: ftp.cs.titech.ac.jp, utsun.s.u-tokyo.ac.jp:ftpsync/prep
  63.      Australia: archie.au:gnu
  64.      Europe: src.doc.ic.ac.uk:gnu, ftp.informatik.tu-muenchen.de,
  65.          ftp.informatik.rwth-aachen.de:pub/gnu,
  66.          nic.funet.fi:pub/gnu, ugle.unit.no, isy.liu.se,
  67.          ftp.stacken.kth.se, sunic.sunet.se, ftp.win.tue.nl,
  68.          ftp.diku.dk, ftp.eunet.ch, archive.eu.net
  69.      United States: wuarchive.wustl.edu, ftp.cs.widener.edu,
  70.          uxc.cso.uiuc.edu, col.hp.com, gatekeeper.dec.com:pub/GNU,
  71.          ftp.uu.net:packages/gnu
  72.  
  73.    The "official site" is prep.ai.mit.edu, but your transfer will
  74. probably go faster if you use one of the above machines.
  75.  
  76.    If you use the HP Precision Architecture (HP-9000/7xx and
  77. HP-9000/8xx) and you want to use debugging, you'll need to grab
  78. special versions of GAS and GDB from the University of Utah, site
  79. jaguar.cs.utah.edu.  You no longer need to use their modified gcc/g++
  80. to use debugging (although they have a version called gcc-2.3.3.u1
  81. with a couple of added patches).  Look in the "/dist" directory.  I
  82. understand that their gdb code is being folded into (the not yet
  83. released) gdb-4.8.  A non-standard debug format is used, since HP
  84. considers their debug format a trade secret.
  85.  
  86.    UUNET customers can get GNU sources from UUNET via UUCP.  UUCP-only
  87. sites can get GNU sources by "anonymous UUCP" from site "osu-cis" at
  88. Ohio State University.  You pay for the long-distance call to OSU; the
  89. price isn't too bad on weekends at 9600 bps.  Send mail to
  90. uucp@cis.ohio-state.edu or osu-cis!uucp for more information.
  91.  
  92.    OSU lines are often busy.  If you're in the USA, and are willing to
  93. spend more money, you can get sources via UUCP from UUNET using their
  94. 900 number: 1-900-GOT-SRCS (900 numbers don't work internationally). 
  95. You will be billed $0.50/minute by your phone company.
  96.  
  97.    Don't forget to retrieve libg++ as well!
  98.  
  99.  
  100. How do I get a copy of g++ for (some other platform)?
  101. =====================================================
  102.  
  103.    The standard gcc/g++ distribution includes VMS support.  Since the
  104. FSF people don't use VMS, it's likely to be somewhat less solid than
  105. the Unix version.  Precompiled copies of g++ and libg++ in
  106. VMS-installable form are available by FTP from mango.rsmas.miami.edu.
  107.  
  108.    DJ Delorie has ported gcc/g++ to MS-DOS; this port is popularly
  109. known as "DJGPP" (the P's stand for "plus").  It can be found on many
  110. FTP archive sites; its "home" is on grape.ecs.clarkson.edu, directory
  111. ~ftp/pub/msdos/djgpp.  Make sure you're retrieving the current version,
  112. which should indicate that it is a port of gcc-2.2.2 (2.3.1 through
  113. 2.3.3 have been released since then, but I don't think the DOS port is
  114. done yet).  It is also available on site wuarchive.wustl.edu, in
  115. directory mirrors/msdos/djgpp, and many other places as well.
  116.  
  117.    For information on Amiga ports of gcc/g++, retrieve the file
  118. /pub/gnu/MicrosPorts/Amiga from prep.ai.mit.edu, or write to Leonard
  119. Norrgard <vinsci@nic.funet.fi>, who I hope won't be too upset that I
  120. mentioned his name here.
  121.  
  122.    A port of gcc-2.3.1 to the Atari ST can be found on the site
  123. "atari.archive.umich.edu", under /atari/Gnustuff/Tos, along with many
  124. other GNU programs.  See the FAQ for the Usenet group
  125. "comp.sys.atari.st" for more information.
  126.  
  127.    There are two different ports of gcc-2.2.2 (and g++) to OS/2, the
  128. so-called EMX port, which requires a particular Unix emulator, and a
  129. port called "gcc/2", which runs native.  The latter port uses a rather
  130. buggy port of the BSD libc.  For more information ask around on
  131. comp.os.os2.programmer.  gcc/2 can be obtained by FTP from
  132.  
  133.      ftp-os2.nmsu.edu (128.123.35.151) in /pub/os2/2.0/programming/gcc2-222
  134.      luga.latrobe.edu.au (131.172.2.2) in /pub/os2/2.0/programming/gcc2-222
  135.  
  136.    Eberhard Mattes did the EMX port.  Tevor Lampre did the gcc/2 port. 
  137. Their addresses are mattes@azu.informatik.uni-stuttgart.de and
  138. mmtl@cc.flinders.edu.au, repectively.
  139.  
  140.    Because the legal policies of Apple threaten the long-term goals of
  141. FSF, as well as the concept of free software, no support will be lent
  142. to efforts to port GNU software to Macintosh or other Apple hardware.
  143.  
  144.  
  145. But I can only find g++-1.42!
  146. =============================
  147.  
  148.    "I keep hearing people talking about g++ 2.3.3 (or some other number
  149. starting with 2), but the latest version I can find is g++ 1.42. 
  150. Where is it?"
  151.  
  152.    As of gcc 2.0, C, C++, and Objective-C as well are all combined
  153. into a single distribution called gcc.  If you get gcc you already
  154. have g++.  The standard installation procedure for any gcc version 2
  155. compiler will install the C++ compiler as well.
  156.  
  157.    One could argue that we shouldn't even refer to "g++-2.x.y" but
  158. it's a convention.  It means "the C++ compiler included with
  159. gcc-2.x.y".
  160.  
  161.  
  162. What is the latest version of gcc, g++, and libg++?
  163. ===================================================
  164.  
  165.    The latest "2.x" version of gcc/g++ is 2.3.3, released Dec 26, 1992. 
  166. The latest version of libg++ is 2.3, released Dec 9, 1992.
  167.  
  168.    For some non-Unix platforms, 2.2.2 may be the latest compiler that
  169. has been ported.  libg++ 2.3 will not compile with gcc-2.2.2.
  170.  
  171.    The latest "1.x" version of gcc is 1.42, and the latest "1.x"
  172. version of g++ is 1.42.0.
  173.  
  174.  
  175. Installation Issues and Problems
  176. ********************************
  177.  
  178.  
  179. I can't build g++ 1.x.y with gcc-2.x.y!
  180. =======================================
  181.  
  182.    "I obtained gcc-2.x.y and g++ 1.x.y and I'm trying to build it, but
  183. I'm having major problems.  What's going on?"
  184.  
  185.    If you wish to build g++-1.42, you must obtain gcc-1.42 first.  The
  186. installation instructions for g++ version 1 leave a lot to be desired,
  187. unfortunately, and I would recommend that, unless you have a special
  188. reason for needing the 1.x compiler, that C++ users use g++-2.3.3, as
  189. it is the version that is being actively maintained.
  190.  
  191.    There is no template support in g++-1.x, and it is generally much
  192. further away from the ANSI draft standard than g++-2.x is.
  193.  
  194.  
  195. OK, I've obtained gcc; what else do I need?
  196. ===========================================
  197.  
  198.    First off, you'll want libg++ as you can do almost nothing without
  199. it (unless you replace it with some other class library).
  200.  
  201.    Second, depending on your platform, you may need "gas", the GNU
  202. assembler, or the GNU linker (see next question).
  203.  
  204.  
  205. Should I use the GNU linker, or should I use "collect"?
  206. =======================================================
  207.  
  208.    First off, for novices: special measures must be taken with C++ to
  209. arrange for the calling of constructors for global or static objects
  210. before the execution of your program, and for the calling of
  211. destructors at the end.  (Exception: System VR3 and System VR4 linkers
  212. support user-defined segments; g++ on these systems requires neither
  213. the GNU linker nor collect.  So if you have such a system, the answer
  214. is that you don't need either one).
  215.  
  216.    If you have experience with AT&T's "cfront", this function is
  217. performed there by programs named "patch" or "munch".  With GNU C++,
  218. it is performed either by the GNU linker or by a program known as
  219. "collect".  The collect program is part of the gcc-2.x distribution;
  220. you can obtain the GNU linker separately as part of the "binutils"
  221. package.
  222.  
  223.    (To be technical, it's "collect2"; there were originally several
  224. alternative versions of collect, and this is the one that survived).
  225.  
  226.    There are advantages and disadvantages to either choice.
  227.  
  228.    Advantages of the GNU linker:
  229.  
  230.    It's faster than using collect -- collect basically runs the
  231. standard Unix linker on your program twice, inserting some extra code
  232. after the first pass to call the constructors.  This is a sizable time
  233. penalty for large programs.  The GNU linker does not require this
  234. extra pass.
  235.  
  236.    GNU ld reports undefined symbols using their true names, not the
  237. mangled names.
  238.  
  239.    If there are undefined symbols, GNU ld reports which object file(s)
  240. refer to the undefined symbol(s).
  241.  
  242.    Advantages of collect:
  243.  
  244.    If your native linker supports shared libraries, you can use shared
  245. libraries with collect.  The GNU linker does not (yet) support shared
  246. libraries.
  247.  
  248.    The GNU linker has not been ported to as many platforms as g++ has,
  249. so you may be forced to use collect.
  250.  
  251.    If you use collect, you don't need to get something extra and
  252. figure out how to install it; the standard gcc installation procedure
  253. will do it for you.
  254.  
  255.    In conclusion, I don't see a clear win for either alternative at
  256. this point.  Take your pick.
  257.  
  258.  
  259. Should I use the GNU assembler, or my vendor's assembler?
  260. =========================================================
  261.  
  262.    This depends on your platform and your decision about the GNU
  263. linker.  For most platforms, you'll need to use gas if you use the GNU
  264. linker.  For some platforms, you have no choice; check the gcc
  265. installation notes to see whether you must use gas.  But you can
  266. usually use the vendor's assembler if you don't use the GNU linker.
  267.  
  268.    The GNU assembler assembles faster than many native assemblers;
  269. however, on many platforms it cannot support the local debugging
  270. format.
  271.  
  272.  
  273. Should I use the GNU C library?
  274. ===============================
  275.  
  276.    At this point in time, no.  The GNU C library is still very young,
  277. and libg++ still conflicts with it in some places.  Use your native C
  278. library unless you know a lot about the gory details of libg++ and
  279. gnu-libc.  This will probably change in the future.
  280.  
  281.  
  282. Problems building libg++ on Ultrix
  283. ==================================
  284.  
  285.    "I am having trouble building libg++-2.2 on Ultrix [and possibly
  286. other systems].  I get errors referring to "dummy.o".  Help!"
  287.  
  288.    (The errors on Ultrix end with something like
  289.  
  290.      ldopen: cannot open dummy.o
  291.      nm: Error: cannot open dummy.o
  292.      ldopen: cannot open dummy.o
  293.      nm: Error: cannot open dummy.o
  294.      nm failed to find FUNC in dummy.o!
  295.      sh: -1: bad number
  296.      *** Error code 1
  297.  
  298. and there may be similar problems on other systems).
  299.  
  300.    The fix for this is to make libg++ by saying "make CC=gcc".
  301.  
  302.  
  303. Mysterious undefined symbol with libg++-2.3
  304. ===========================================
  305.  
  306.    [ From James Montebello (james@ignatz.bridge.COM) ] "After I
  307. upgraded g++ to the latest version, stuff that linked perfectly before
  308. now has unresolved externals like:
  309.  
  310.      __vt$10ostrstream$7ios
  311.  
  312.    but ios::ostrstream is in the library. What gives?"
  313.  
  314.    [ From Brendan Kehoe (brendan@cygnus.com) ]
  315.  
  316.    The 2.3.3 release of gcc (g++) included a fix for how virtual table
  317. names are mangled.  This creates an inconsistency between names the
  318. compiler generates, and the names in any libg++ created with a
  319. compiler before 2.3.3.  For example, one of the most common problems
  320. people will face as a result of this change will be an error that the
  321. symbol `__vt$10ostrstream$3ios' is undefined at link-time.
  322.  
  323.    It is necessary to build a new libg++.a with the latest (2.3.3)
  324. compiler to sync things back up.  This would probably also be a good
  325. opportunity to upgrade to the libg++ 2.3 release if you haven't yet.
  326.  
  327.    Thanks, and my apologies for any inconvenience this may cause.
  328.  
  329.  
  330. User Problems
  331. *************
  332.  
  333.  
  334. Linker reports undefined symbols for static data members
  335. ========================================================
  336.  
  337.    "g++ reports undefined symbols for all my static data members when
  338. I link, even though the program works correctly for compiler XYZ. 
  339. What's going on?"
  340.  
  341.    The problem is almost certainly that you don't give definitions for
  342. your static data members.  If you have
  343.  
  344.      class Foo {
  345.          ...
  346.          void method();
  347.          static int bar;
  348.      };
  349.  
  350.    you have only declared that there is an int named Foo::bar and a
  351. member function named Foo::method that is defined somewhere.  You
  352. still need to defined BOTH method() and bar in some source file. 
  353. According to the draft ANSI standard, you must supply an initializer,
  354. such as
  355.  
  356.      int Foo::bar = 0;
  357.  
  358. in one (and only one) source file.
  359.  
  360.  
  361. g++ won't accept the placement new syntax.
  362. ==========================================
  363.  
  364.    "I have a program that uses the "placement syntax" of operator new,
  365. e.g.
  366.  
  367.         new (somewhere) T;
  368.  
  369. and g++ won't accept it."
  370.  
  371.    Up until version 2.3.1, g++ accepted an alternate form of the
  372. placement syntax, for historical reasons; use
  373.  
  374.         new {somewhere} T;
  375.  
  376. if you are using g++-2.2.2 or older.
  377.  
  378.    As of 2.3.1, g++ finally fixed this, using the standard ARM syntax
  379. for "placement new".  A few remaining glitches were fixed in 2.3.2. 
  380. The only remaining problem is with declarators for pointers to
  381. functions;
  382.  
  383.      new (void (*)(int));  // confuses gcc 2.3.2
  384.      new (a) (void (*)(int)); // ditto
  385.  
  386.    These can be worked around with a typedef:
  387.  
  388.      typedef void (*fun)(int);
  389.      new fun;
  390.      new (a) fun;
  391.  
  392.  
  393. I think I have found a bug in g++.
  394. ==================================
  395.  
  396.    "I think I have found a bug in g++, but I'm not sure.  How do I
  397. know, and who should I tell?"
  398.  
  399.    First, see the excellent section on bugs and bug reports in the gcc
  400. manual (which is included in the gcc distribution).  As a short
  401. summary of that section: if the compiler gets a fatal signal, for any
  402. input, it's a bug.  Same thing for producing invalid assembly code.
  403.  
  404.    I will add some extra notes that are C++-specific, since the notes
  405. from gcc are generally C-specific.
  406.  
  407.    First, mail your bug report to "bug-g++@prep.ai.mit.edu".  You may
  408. also post to gnu.bug.g++, but it's better to use mail, particularly if
  409. you have any doubt as to whether your news software generates correct
  410. reply addresses.  Don't mail C++ bugs to bug-gcc@prep.ai.mit.edu.
  411.  
  412.    If your bug involves libg++ rather than the compiler, mail to
  413. bug-libg++@prep.ai.mit.edu.  If you're not sure, you could send your
  414. bug to both lists.
  415.  
  416.    Second, if your program does one thing, and you think it should do
  417. something else, it is best to consult a good reference if in doubt. 
  418. The standard reference is "The Annotated C++ Reference Manual", by
  419. Ellis and Stroustrup (copyright 1990, ISBN #0-201-51459-1).  This is
  420. what they're talking about on the net when they refer to "the ARM".
  421.  
  422.    The reference manual, without annotations, also appears in
  423. Stroustrup's "The C++ Programming Language, Second Edition" (copyright
  424. 1991, ISBN #0-201-53992-6).  Both books are published by
  425. Addison-Wesley.
  426.  
  427.    Note that the behavior of (any version of) AT&T's "cfront" compiler
  428. is NOT the standard for the language.
  429.  
  430.  
  431. Porting programs from other compilers to g++
  432. ============================================
  433.  
  434.    "I have a program that runs on <some other C++ compiler>, and I want
  435. to get it running under g++.  Is there anything I should watch out
  436. for?"
  437.  
  438.    First, see the questions on placement new syntax and static data
  439. members.
  440.  
  441.    There are two other reasons why a program that worked under one
  442. compiler might fail under another: your program may depend on the
  443. order of evaluation of side effects in an expression, or it may depend
  444. on the lifetime of a temporary (you may be assuming that a temporary
  445. object "lives" longer than the standard guarantees).  As an example of
  446. the first:
  447.  
  448.      void func(int,int);
  449.      
  450.      int i = 3;
  451.      func(i++,i++);
  452.  
  453.    Novice programmers think that the increments will be evaluated in
  454. strict left-to-right order.  Neither C nor C++ guarantees this; the
  455. second increment might happen first, for example.  func might get 3,4,
  456. or it might get 4,3.
  457.  
  458.    The second problem often happens with classes like the libg++ String
  459. class.  Let's say I have
  460.  
  461.      String func1();
  462.      void func2(const char*);
  463.  
  464.    and I say
  465.  
  466.      func2(func1());
  467.  
  468.    because I know that class String has an "operator const char*".  So
  469. what really happens is
  470.  
  471.      func2(func1().convert());
  472.  
  473.    where I'm pretending I have a convert() method that is the same as
  474. the cast.  This is unsafe, because the temporary String object may be
  475. deleted after its last use (the call to the conversion function),
  476. leaving the pointer pointing to garbage, so by the time func2 is
  477. called, it gets an invalid argument.
  478.  
  479.    If you think this is ugly, you should know that the ANSI C++
  480. committee is STILL debating the lifetime-of-temporaries problem.
  481.  
  482.    For now, the safe way to write such code is to give the temporary a
  483. name, which forces it to live until the end of the scope of the name.
  484. For example:
  485.  
  486.      String& tmp = func1();
  487.      func2(tmp);
  488.  
  489.    Finally, like all compilers (but especially C++ compilers, it
  490. seems), g++ has bugs, and you may have tweaked one.
  491.  
  492.  
  493. Why does g++ mangle names differently from other C++ compilers?
  494. ===============================================================
  495.  
  496.    See the answer to the next question.
  497.  
  498.  
  499. Why can't g++ code link with code from other C++ compilers?
  500. ===========================================================
  501.  
  502.    "Why can't I link g++-compiled programs against libraries compiled
  503. by some other C++ compiler?"
  504.  
  505.    Some people think that, if only the FSF and Cygnus Support folks
  506. would stop being stubborn and mangle names the same way that, say,
  507. cfront does, then any g++-compiled program would link successfully
  508. against any cfront-compiled library and vice versa.  Name mangling is
  509. the least of the problems.  Compilers differ as to how objects are
  510. laid out, how multiple inheritance is implemented, how virtual
  511. function calls are handled, and so on, so if the name mangling were
  512. made the same, your programs would link against libraries provided
  513. from other compilers but then crash when run.  For this reason, the
  514. ARM *encourages* compiler writers to make their name mangling
  515. different from that of other compilers for the same platform. 
  516. Incompatible libraries are then detected at link time, rather than at
  517. run time.
  518.  
  519.  
  520. What documentation exists for g++ 2.x?
  521. ======================================
  522.  
  523.    Almost none.  The gcc manual describes the C front end, and also
  524. the back end, which is shared by the C++ compiler, but there is almost
  525. no documentation for the C++ front end.  There is a Unix-style manual
  526. entry, "g++.1", in the gcc-2.x distribution; this describes the extra
  527. command-line options that g++ supports, and the #pragma interface and
  528. #pragma implementation directives.
  529.  
  530.    A draft of a document describing the g++ internals appears in the
  531. 2.3.3 distribution (called g++int.texi); it is still incomplete.
  532.  
  533.    Work is proceeding on a user g++ document; with luck it will appear
  534. in the next release.
  535.  
  536.  
  537. What are the differences between g++ and the ARM specification of C++?
  538. ======================================================================
  539.  
  540.    The chief thing missing from g++ that is in the ARM is exceptions
  541. (the other major compilers do not have exceptions either).  There are
  542. bits and pieces of exception code present, but it is not presently
  543. usable.
  544.  
  545.    The template implementation is still new.  The implementation in
  546. 2.3.3 represents a considerable improvement over that of previous
  547. releases, however.  Still, it has many bugs.
  548.  
  549.    g++ does not implement a separate pass to instantiate template
  550. functions and classes at this point; for this reason, it will not
  551. work, for the most part, to declare your template functions in one
  552. file and define them in another.  The compiler will need to see the
  553. entire definition of the function, and will generate a static copy of
  554. the function in each file in which it is used.
  555.  
  556.    As with any beta-test compiler, there are bugs.  You can help
  557. improve the compiler by submitting detailed bug reports.
  558.  
  559.    [A full bug list would be very long indeed, so I won't put one here. 
  560. I may add a list of frequently-reported bugs and "non-bugs" like the
  561. static class members issue mentioned above].
  562.  
  563.  
  564. Will g++ compile InterViews?  The NIH class library?
  565. ====================================================
  566.  
  567.    The NIH class library uses a non-portable, compiler-dependent hack
  568. to initialize itself, which makes life difficult for g++ users.  It
  569. will not work without modification, and I don't know what modifications
  570. are required or whether anyone has done them successfully.
  571.  
  572.    Brendan Kehoe of Cygnus Support is working on getting NIHCL to
  573. build with g++.  He says, "The NIHCL release will hopefully contain
  574. patches to gcc 2.3 to let it build."
  575.  
  576.    [ From Steinar Bang <steinarb@idt.unit.no>]
  577.  
  578.    InterViews 3.1 compiles and runs with gcc-2.3.3 and libg++-2.3,
  579. except that the "doc" application immediately dumps core when you try
  580. to run it.  There is also a small glitch with idraw.
  581.  
  582.    There is a patch for InterViews 3.1 from Johan Garpendahl
  583. <garp@isy.liu.se> available for FTP from site "ugle.unit.no".  It is
  584. in the file
  585.  
  586.    /pub/X11/contrib/InterViews/g++/3.1-beta3-patch.
  587.  
  588.    This fixes two things: the Doc coredump, and the pattern menu of
  589. idraw.  Read the instructions at the start of the file.
  590.  
  591.  
  592. Debugging on SVR4 systems
  593. =========================
  594.  
  595.    "When I use the -g flag on C++ code on a System V Release 4 system,
  596. I get lots of undefined symbols at link time.  Why?  Help!"
  597.  
  598.    [From Ron Guilmette:] The changes needed to get the g++ front-end
  599. to generate proper DWARF style debugging information for System V
  600. Release 4 are not yet completed, nor will they be until g++ version
  601. 2.4 (at the earliest).
  602.  
  603.    There is nothing that you (as an end-user) can do to correct this
  604. problem.  (It is actually *many* problems, and they are all very
  605. complex.)  Until the g++ maintainers have time to fix this, you should
  606. simply *avoid* using the -g option when using g++ on SVR4.
  607.  
  608.  
  609. What are the rules for shipping code built with g++ and libg++?
  610. ***************************************************************
  611.  
  612.    "Is it is possible to distribute programs for profit that are
  613. created with g++ and use the g++ libraries?"
  614.  
  615.    I am not a lawyer, and this is not legal advice.  In any case, I
  616. have little interest in telling people how to violate the spirit of the
  617. GNU licenses without violating the letter.  This section tells you how
  618. to comply with the intention of the GNU licenses as best I understand
  619. them.
  620.  
  621.    The FSF has no objection to your making money.  Its only interest
  622. is that source code to their programs, and libraries, and to modified
  623. versions of their programs and libraries, is always available.
  624.  
  625.    The short answer is that you do not need to release the source to
  626. your program, but you can't just ship a stripped executable either.
  627.  
  628.    Compiling your code with a GNU compiler does not affect its
  629. copyright; it is still yours.  However, in order to ship code that
  630. links in a GNU library such as libg++ there are certain rules you must
  631. follow.  The rules are described in the file COPYING.LIB that
  632. accompanies gcc distributions; it is also included in the libg++
  633. distribution.  See that file for the exact rules.  The agreement is
  634. called the Library GNU Public License or LGPL.  It is much "looser"
  635. than the GNU Public License, or GPL, that covers must GNU programs.
  636.  
  637.    Here's the deal: let's say that you use some version of libg++,
  638. completely unchanged, in your software, and you want to ship only a
  639. binary form of your code.  You can do this, but there are several
  640. special requirements.  If you want to use libg++ but ship only object
  641. code for your code, you have to ship source for libg++ (or ensure
  642. somehow that your customer already has the source for the exact
  643. version you are using), and ship your application in linkable form. 
  644. You cannot forbid your customer from reverse-engineering or extending
  645. your program by exploiting its linkable form.
  646.  
  647.    Furthermore, if you modify libg++ itself, you must provide source
  648. for your modifications (making a derived class does not count as
  649. modifying the library -- that is "a work that uses the library").
  650.  
  651.  
  652. --
  653. Joe Buck    jbuck@ohm.berkeley.edu
  654.  
  655. Xref: ukelele comp.lang.c++:475 news.answers:525
  656. Path: ukelele!pyrdc!gossip.pyramid.com!decwrl!ames!agate!usenet
  657. From: jbuck@ohm.berkeley.edu (Joe Buck)
  658. Newsgroups: gnu.g++.help,comp.lang.c++,news.answers,comp.answers
  659. Subject: FAQ for g++ and libg++, texinfo version [Revised 15 Jan 1993]
  660. Message-ID: <g++FAQ_02_01_1993_plain@ohm.berkeley.edu>
  661. Date: 1 Feb 93 09:00:06 GMT
  662. Expires: +1 month
  663. References: <g++FAQ_02_01_1993_texi@ohm.berkeley.edu>
  664. Followup-To: poster
  665. Organization: University of California, Berkeley
  666. Lines: 710
  667. Approved: news-answers-request@MIT.edu
  668. Supersedes: <g++FAQ_01_15_1993_plain@ohm.berkeley.edu>
  669. NNTP-Posting-Host: ohm.berkeley.edu
  670.  
  671. Archive-name: g++-FAQ/texi
  672. Last-modified: 15 Jan 1993
  673. Frequency: bimonthly
  674.  
  675. [ This is the texinfo version.  If you don't know what texinfo is,
  676.   then you probably want to use the companion plain-text version. ]
  677.  
  678. ------------- cut here ----------------------------------------------
  679. \input texinfo.tex      @c -*-texinfo-*-
  680. @c %**start of header
  681. @setfilename g++FAQ.info
  682. @settitle Frequently asked questions about the GNU C++ compiler
  683. @setchapternewpage off
  684. @c version: %W% %G%
  685. @c %**end of header
  686.  
  687. @finalout
  688.  
  689. @titlepage
  690. @title G++ FAQ
  691. @subtitle Frequently asked questions about the GNU C++ compiler
  692. @subtitle January 5, 1993
  693. @sp 1
  694. @author Joe Buck
  695. @page
  696. @end titlepage
  697.  
  698. @node Top, getting g++, (dir), (dir)
  699. @unnumbered Preface
  700.  
  701. This is a list of frequently asked questions for g++ users; thanks to
  702. all those who sent suggestions for improvements.
  703.  
  704. You can obtain the latest version of this file by anonymous FTP from
  705. site forney.berkeley.edu [128.32.240.77], in the pub directory.
  706.  
  707. I'm looking for new questions, better answers, or both.  One thing that's
  708. missing is a section on templates and template problems with g++; I'm
  709. looking for contributions on this score.  You can mail comments,
  710. suggestions, flames, etc. to jbuck@@ohm.berkeley.edu.
  711.  
  712. This FAQ is intended to supplement, not replace, Marshall Cline's
  713. excellent FAQ for comp.lang.c++.  Especially if g++ is the first C++
  714. compiler you've ever used, the question "How do I do <X> with g++?"
  715. is probably really "How do I do <X> in C++?".  You can obtain the
  716. C++ FAQ by anonymous FTP from sun.soe.clarkson.edu [128.153.12.3],
  717. in the file ~ftp/pub/C++/FAQ.  (There is also a mail server for that
  718. FAQ, but it seems to be broken).
  719.  
  720. @menu
  721. * getting g++::                 Obtaining Source Code
  722. * installation::                Installation Issues and Problems
  723. * User Problems::               User Problems
  724. * legalities::                  What are the rules for shipping code built with g++ and libg++?
  725. @end menu
  726.  
  727. @node getting g++, installation, Top, Top
  728. @chapter Obtaining Source Code
  729.  
  730. @menu
  731. * g++ for Unix::                How do I get a copy of g++ for Unix?
  732. * g++ for other platforms::     How do I get a copy of g++ for (some other platform)?
  733. * 1.x vs 2.x versions::         But I can only find g++-1.42!
  734. * latest versions::             What is the latest version of gcc, g++, and libg++?
  735. @end menu
  736.  
  737. @node g++ for Unix, g++ for other platforms, getting g++, getting g++
  738. @section How do I get a copy of g++ for Unix?
  739.  
  740. First, you may already have it if you have gcc for your platform;
  741. g++ and gcc are combined now (as of gcc version 2.0).
  742.  
  743. You can get g++ from a friend who has a copy, by anonymous FTP or
  744. UUCP, or by ordering a tape or CD-ROM from the Free Software
  745. Foundation.
  746.  
  747. The Free Software Foundation is a nonprofit organization that
  748. distributes software and manuals to raise funds for more GNU
  749. development.  Getting your copy from the FSF contributes directly to
  750. paying staff to develop GNU software.  CD-ROMs cost $100 if an
  751. individual is buying, or $400 if an organization is buying.  Tapes
  752. cost around $200 depending on media type.  I recommend asking for
  753. version 2, not version 1, of g++.
  754.  
  755. For more information about ordering from the FSF, contact
  756. gnu@@prep.ai.mit.edu or phone (617) 876-3296.
  757.  
  758. Here is a list of anonymous FTP archive sites for GNU software.
  759.  
  760. @example
  761. Japan: ftp.cs.titech.ac.jp, utsun.s.u-tokyo.ac.jp:ftpsync/prep
  762. Australia: archie.au:gnu
  763. Europe: src.doc.ic.ac.uk:gnu, ftp.informatik.tu-muenchen.de,
  764.     ftp.informatik.rwth-aachen.de:pub/gnu,
  765.     nic.funet.fi:pub/gnu, ugle.unit.no, isy.liu.se,
  766.     ftp.stacken.kth.se, sunic.sunet.se, ftp.win.tue.nl,
  767.     ftp.diku.dk, ftp.eunet.ch, archive.eu.net
  768. United States: wuarchive.wustl.edu, ftp.cs.widener.edu,
  769.     uxc.cso.uiuc.edu, col.hp.com, gatekeeper.dec.com:pub/GNU,
  770.     ftp.uu.net:packages/gnu
  771. @end example
  772.  
  773. The "official site" is prep.ai.mit.edu, but your transfer will probably
  774. go faster if you use one of the above machines.
  775.  
  776. If you use the HP Precision Architecture (HP-9000/7xx and HP-9000/8xx)
  777. and you want to use debugging, you'll need to grab special versions of
  778. GAS and GDB from the University of Utah, site jaguar.cs.utah.edu.  You
  779. no longer need to use their modified gcc/g++ to use debugging (although
  780. they have a version called gcc-2.3.3.u1 with a couple of added patches).
  781. Look in the "/dist" directory.  I understand that their gdb code is
  782. being folded into (the not yet released) gdb-4.8.  A non-standard debug
  783. format is used, since HP considers their debug format a trade secret.
  784.  
  785. UUNET customers can get GNU sources from UUNET via UUCP.
  786. UUCP-only sites can get GNU sources by "anonymous UUCP" from site
  787. "osu-cis" at Ohio State University.  You pay for the long-distance call
  788. to OSU; the price isn't too bad on weekends at 9600 bps.  Send mail to 
  789. uucp@@cis.ohio-state.edu or osu-cis!uucp for more information.
  790.  
  791. OSU lines are often busy.  If you're in the USA, and are willing to spend
  792. more money, you can get sources via UUCP from UUNET using their 900 number:
  793. 1-900-GOT-SRCS (900 numbers don't work internationally).  You will be
  794. billed $0.50/minute by your phone company.
  795.  
  796. Don't forget to retrieve libg++ as well!
  797.  
  798. @node g++ for other platforms, 1.x vs 2.x versions, g++ for Unix, getting g++
  799. @section How do I get a copy of g++ for (some other platform)?
  800.  
  801. The standard gcc/g++ distribution includes VMS support.  Since the
  802. FSF people don't use VMS, it's likely to be somewhat less solid than
  803. the Unix version.  Precompiled copies of g++ and libg++ in VMS-installable
  804. form are available by FTP from mango.rsmas.miami.edu.
  805.  
  806. DJ Delorie has ported gcc/g++ to MS-DOS; this port is popularly known as
  807. "DJGPP" (the P's stand for "plus").  It can be found on many FTP archive
  808. sites; its "home" is on grape.ecs.clarkson.edu, directory
  809. ~ftp/pub/msdos/djgpp.  Make sure you're retrieving the current version,
  810. which should indicate that it is a port of gcc-2.2.2 (2.3.1 through 2.3.3 have
  811. been released since then, but I don't think the DOS port is done yet).  It
  812. is also available on site wuarchive.wustl.edu, in directory
  813. mirrors/msdos/djgpp, and many other places as well.
  814.  
  815. For information on Amiga ports of gcc/g++, retrieve the file
  816. /pub/gnu/MicrosPorts/Amiga from prep.ai.mit.edu, or write
  817. to Leonard Norrgard <vinsci@@nic.funet.fi>, who I hope won't be too upset
  818. that I mentioned his name here.
  819.  
  820. A port of gcc-2.3.1 to the Atari ST can be found on the site
  821. ``atari.archive.umich.edu'', under /atari/Gnustuff/Tos, along with many
  822. other GNU programs.  See the FAQ for the Usenet group
  823. ``comp.sys.atari.st'' for more information.
  824.  
  825. There are two different ports of gcc-2.2.2 (and g++) to OS/2, the
  826. so-called EMX port, which requires a particular Unix emulator, and
  827. a port called ``gcc/2'', which runs native.  The latter port uses
  828. a rather buggy port of the BSD libc.  For more information ask
  829. around on comp.os.os2.programmer.  gcc/2 can be obtained by FTP
  830. from
  831.  
  832. @example
  833. ftp-os2.nmsu.edu (128.123.35.151) in /pub/os2/2.0/programming/gcc2-222
  834. luga.latrobe.edu.au (131.172.2.2) in /pub/os2/2.0/programming/gcc2-222
  835. @end example
  836.  
  837. Eberhard Mattes did the EMX port.  Tevor Lampre did the gcc/2 port.
  838. Their addresses are mattes@@azu.informatik.uni-stuttgart.de and
  839. mmtl@@cc.flinders.edu.au, repectively.
  840.  
  841. Because the legal policies of Apple threaten the long-term goals of FSF,
  842. as well as the concept of free software, no support will be lent to
  843. efforts to port GNU software to Macintosh or other Apple hardware.
  844.  
  845. @node 1.x vs 2.x versions, latest versions, g++ for other platforms, getting g++
  846. @section But I can only find g++-1.42!
  847.  
  848. ``I keep hearing people talking about g++ 2.3.3 (or some other number
  849. starting with 2), but the latest version I can find is g++ 1.42.
  850. Where is it?''
  851.  
  852. As of gcc 2.0, C, C++, and Objective-C as well are all combined into a
  853. single distribution called gcc.  If you get gcc you already have g++.  The
  854. standard installation procedure for any gcc version 2 compiler will
  855. install the C++ compiler as well.
  856.  
  857. One could argue that we shouldn't even refer to "g++-2.x.y" but it's a
  858. convention.  It means "the C++ compiler included with gcc-2.x.y".
  859.  
  860. @menu
  861. * latest versions::             What is the latest version of gcc, g++, and libg++?
  862. @end menu
  863.  
  864. @node latest versions,  , 1.x vs 2.x versions, getting g++
  865. @section What is the latest version of gcc, g++, and libg++?
  866.  
  867. The latest "2.x" version of gcc/g++ is 2.3.3, released Dec 26, 1992.
  868. The latest version of libg++ is 2.3, released Dec 9, 1992.
  869.  
  870. For some non-Unix platforms, 2.2.2 may be the latest compiler that
  871. has been ported.  libg++ 2.3 will not compile with gcc-2.2.2.
  872.  
  873. The latest "1.x" version of gcc is 1.42, and the latest "1.x" version of
  874. g++ is 1.42.0.
  875.  
  876. @node installation, User Problems, getting g++, Top
  877. @chapter Installation Issues and Problems
  878.  
  879. @menu
  880. * gcc-2 + g++-1::               I can't build g++ 1.x.y with gcc-2.x.y!
  881. * what else do I need?::        OK, I've obtained gcc; what else do I need?
  882. * use GNU linker?::             Should I use the GNU linker, or should I use "collect"?
  883. * Use GNU assembler?::          Should I use the GNU assembler, or my vendor's assembler?
  884. * Use GNU C library?::          Should I use the GNU C library?
  885. * Problems building libg++ on Ultrix::  Problems building libg++ on Ultrix
  886. * Mysterious undefined symbol::  Mysterious undefined symbol with libg++-2.3
  887. @end menu
  888.  
  889. @node gcc-2 + g++-1, what else do I need?, installation, installation
  890. @section I can't build g++ 1.x.y with gcc-2.x.y!
  891.  
  892. ``I obtained gcc-2.x.y and g++ 1.x.y and I'm trying to build it, but
  893. I'm having major problems.  What's going on?''
  894.  
  895. If you wish to build g++-1.42, you must obtain gcc-1.42 first.  The
  896. installation instructions for g++ version 1 leave a lot to be desired,
  897. unfortunately, and I would recommend that, unless you have a special
  898. reason for needing the 1.x compiler, that C++ users use g++-2.3.3, as it
  899. is the version that is being actively maintained.
  900.  
  901. There is no template support in g++-1.x, and it is generally much further
  902. away from the ANSI draft standard than g++-2.x is.
  903.  
  904. @node what else do I need?, use GNU linker?, gcc-2 + g++-1, installation
  905. @section OK, I've obtained gcc; what else do I need?
  906.  
  907. First off, you'll want libg++ as you can do almost nothing without it
  908. (unless you replace it with some other class library).
  909.  
  910. Second, depending on your platform, you may need "gas", the GNU assembler,
  911. or the GNU linker (see next question).
  912.  
  913. @node use GNU linker?, Use GNU assembler?, what else do I need?, installation
  914. @section Should I use the GNU linker, or should I use "collect"?
  915.  
  916. First off, for novices: special measures must be taken with C++ to arrange
  917. for the calling of constructors for global or static objects before the
  918. execution of your program, and for the calling of destructors at the end.
  919. (Exception: System VR3 and System VR4 linkers support user-defined
  920. segments; g++ on these systems requires neither the GNU linker nor
  921. collect.  So if you have such a system, the answer is that you don't
  922. need either one).
  923.  
  924. If you have experience with AT&T's "cfront", this function is performed
  925. there by programs named "patch" or "munch".  With GNU C++, it is performed
  926. either by the GNU linker or by a program known as "collect".  The collect
  927. program is part of the gcc-2.x distribution; you can obtain the GNU linker
  928. separately as part of the "binutils" package.
  929.  
  930. (To be technical, it's "collect2"; there were originally several
  931. alternative versions of collect, and this is the one that survived).
  932.  
  933. There are advantages and disadvantages to either choice.
  934.  
  935. Advantages of the GNU linker:
  936.  
  937. It's faster than using collect -- collect basically runs the standard Unix
  938. linker on your program twice, inserting some extra code after the first
  939. pass to call the constructors.  This is a sizable time penalty for large
  940. programs.  The GNU linker does not require this extra pass.
  941.  
  942. GNU ld reports undefined symbols using their true names, not the mangled
  943. names.
  944.  
  945. If there are undefined symbols, GNU ld reports which object file(s) refer to
  946. the undefined symbol(s).
  947.  
  948. Advantages of collect:
  949.  
  950. If your native linker supports shared libraries, you can use shared
  951. libraries with collect.  The GNU linker does not (yet) support shared
  952. libraries.
  953.  
  954. The GNU linker has not been ported to as many platforms as g++ has, so you
  955. may be forced to use collect.
  956.  
  957. If you use collect, you don't need to get something extra and figure out
  958. how to install it; the standard gcc installation procedure will do it for you.
  959.  
  960. In conclusion, I don't see a clear win for either alternative at this
  961. point.  Take your pick.
  962.  
  963. @node Use GNU assembler?, Use GNU C library?, use GNU linker?, installation
  964. @section Should I use the GNU assembler, or my vendor's assembler?
  965.  
  966. This depends on your platform and your decision about the GNU linker.  For
  967. most platforms, you'll need to use gas if you use the GNU linker.  For
  968. some platforms, you have no choice; check the gcc installation notes to
  969. see whether you must use gas.  But you can usually use the vendor's
  970. assembler if you don't use the GNU linker.
  971.  
  972. The GNU assembler assembles faster than many native assemblers; however,
  973. on many platforms it cannot support the local debugging format.
  974.  
  975. @node Use GNU C library?, Problems building libg++ on Ultrix, Use GNU assembler?, installation
  976. @section Should I use the GNU C library?
  977.  
  978. At this point in time, no.  The GNU C library is still very young, and
  979. libg++ still conflicts with it in some places.  Use your native C library
  980. unless you know a lot about the gory details of libg++ and gnu-libc.  This
  981. will probably change in the future.
  982.  
  983. @node Problems building libg++ on Ultrix, Mysterious undefined symbol, Use GNU C library?, installation
  984. @section Problems building libg++ on Ultrix
  985.  
  986. ``I am having trouble building libg++-2.2 on Ultrix [and possibly other
  987. systems].  I get errors referring to "dummy.o".  Help!''
  988.  
  989. (The errors on Ultrix end with something like
  990.  
  991. @example
  992. ldopen: cannot open dummy.o
  993. nm: Error: cannot open dummy.o
  994. ldopen: cannot open dummy.o
  995. nm: Error: cannot open dummy.o
  996. nm failed to find FUNC in dummy.o!
  997. sh: -1: bad number
  998. *** Error code 1
  999. @end example
  1000.  
  1001. @noindent
  1002. and there may be similar problems on other systems).
  1003.  
  1004. The fix for this is to make libg++ by saying "make CC=gcc".
  1005.  
  1006. @node Mysterious undefined symbol,  , Problems building libg++ on Ultrix, installation
  1007. @section Mysterious undefined symbol with libg++-2.3
  1008.  
  1009. [ From James Montebello (james@@ignatz.bridge.COM) ]
  1010. ``After I upgraded g++ to the latest version, stuff that linked 
  1011. perfectly before now has unresolved externals like:
  1012.  
  1013. @example
  1014. __vt$10ostrstream$7ios
  1015. @end example
  1016.  
  1017. but ios::ostrstream is in the library. What gives?''
  1018.  
  1019. [ From Brendan Kehoe (brendan@@cygnus.com) ]
  1020.  
  1021. The 2.3.3 release of gcc (g++) included a fix for how virtual table
  1022. names are mangled.  This creates an inconsistency between names the
  1023. compiler generates, and the names in any libg++ created with a
  1024. compiler before 2.3.3.  For example, one of the most common problems
  1025. people will face as a result of this change will be an error that the
  1026. symbol `__vt$10ostrstream$3ios' is undefined at link-time.
  1027.  
  1028. It is necessary to build a new libg++.a with the latest (2.3.3)
  1029. compiler to sync things back up.  This would probably also be a good
  1030. opportunity to upgrade to the libg++ 2.3 release if you haven't yet.
  1031.  
  1032. Thanks, and my apologies for any inconvenience this may cause.
  1033.  
  1034. @node User Problems, legalities, installation, Top
  1035. @chapter User Problems
  1036.  
  1037. @menu
  1038. * static data members::         Linker reports undefined symbols for static data members
  1039. * placement new syntax::        g++ won't accept the placement new syntax.
  1040. * bug reports::                 I think I have found a bug in g++.
  1041. * porting to g++::              Porting programs from other compilers to g++
  1042. * name mangling::               Why does g++ mangle names differently from other C++ compilers?
  1043. * problems linking with other libraries::  Why can't g++ code link with code from other C++ compilers?
  1044. * documentation::               What documentation exists for g++ 2.x?
  1045. * agreement with standards::    What are the differences between g++ and the ARM specification of C++?
  1046. * compiling standard libraries::  Will g++ compile InterViews?  The NIH class library?
  1047. * debugging on SVR4 systems::   Debugging on SVR4 systems
  1048. @end menu
  1049.  
  1050. @node static data members, placement new syntax, User Problems, User Problems
  1051. @section Linker reports undefined symbols for static data members
  1052.  
  1053. ``g++ reports undefined symbols for all my static data members when I link,
  1054. even though the program works correctly for compiler XYZ.  What's going on?''
  1055.  
  1056. The problem is almost certainly that you don't give definitions for
  1057. your static data members.  If you have
  1058.  
  1059. @example
  1060. class Foo @{
  1061.     ...
  1062.     void method();
  1063.     static int bar;
  1064. @};
  1065. @end example
  1066.  
  1067. you have only declared that there is an int named Foo::bar and a member
  1068. function named Foo::method that is defined somewhere.  You still need to
  1069. defined BOTH method() and bar in some source file.  According to the draft
  1070. ANSI standard, you must supply an initializer, such as
  1071.  
  1072. @example
  1073. int Foo::bar = 0;
  1074. @end example
  1075.  
  1076. @noindent
  1077. in one (and only one) source file.
  1078.  
  1079. @node placement new syntax, bug reports, static data members, User Problems
  1080. @section g++ won't accept the placement new syntax.
  1081.  
  1082. ``I have a program that uses the "placement syntax" of operator new,
  1083. e.g.
  1084.  
  1085. @example
  1086.    new (somewhere) T;
  1087. @end example
  1088.  
  1089. @noindent
  1090. and g++ won't accept it.''
  1091.  
  1092. Up until version 2.3.1, g++ accepted an alternate form of the placement
  1093. syntax, for historical reasons; use
  1094.  
  1095. @example
  1096.    new @{somewhere@} T;
  1097. @end example
  1098.  
  1099. @noindent
  1100. if you are using g++-2.2.2 or older.
  1101.  
  1102. As of 2.3.1, g++ finally fixed this, using the standard ARM syntax for
  1103. "placement new".  A few remaining glitches were fixed in 2.3.2.  The
  1104. only remaining problem is with declarators for pointers to functions;
  1105.  
  1106. @example
  1107. new (void (*)(int));  // confuses gcc 2.3.2
  1108. new (a) (void (*)(int)); // ditto
  1109. @end example
  1110.  
  1111. These can be worked around with a typedef:
  1112.  
  1113. @example
  1114. typedef void (*fun)(int);
  1115. new fun;
  1116. new (a) fun;
  1117. @end example
  1118.  
  1119. @node bug reports, porting to g++, placement new syntax, User Problems
  1120. @section I think I have found a bug in g++.
  1121.  
  1122. ``I think I have found a bug in g++, but I'm not sure.  How do I know,
  1123. and who should I tell?''
  1124.  
  1125. First, see the excellent section on bugs and bug reports in the gcc manual
  1126. (which is included in the gcc distribution).  As a short summary of that
  1127. section: if the compiler gets a fatal signal, for any input, it's a bug.
  1128. Same thing for producing invalid assembly code.
  1129.  
  1130. I will add some extra notes that are C++-specific, since the notes from
  1131. gcc are generally C-specific.
  1132.  
  1133. First, mail your bug report to "bug-g++@@prep.ai.mit.edu".  You may also
  1134. post to gnu.bug.g++, but it's better to use mail, particularly if you
  1135. have any doubt as to whether your news software generates correct reply
  1136. addresses.  Don't mail C++ bugs to bug-gcc@@prep.ai.mit.edu.
  1137.  
  1138. If your bug involves libg++ rather than the compiler, mail to
  1139. bug-libg++@@prep.ai.mit.edu.  If you're not sure, you could send your bug
  1140. to both lists.
  1141.  
  1142. Second, if your program does one thing, and you think it should do
  1143. something else, it is best to consult a good reference if in doubt.  The
  1144. standard reference is "The Annotated C++ Reference Manual", by Ellis and
  1145. Stroustrup (copyright 1990, ISBN #0-201-51459-1).  This is what they're
  1146. talking about on the net when they refer to ``the ARM''.
  1147.  
  1148. The reference manual, without annotations, also appears in Stroustrup's
  1149. "The C++ Programming Language, Second Edition" (copyright 1991, ISBN
  1150. #0-201-53992-6).  Both books are published by Addison-Wesley.
  1151.  
  1152. Note that the behavior of (any version of) AT&T's "cfront" compiler is
  1153. NOT the standard for the language.
  1154.  
  1155. @node porting to g++, name mangling, bug reports, User Problems
  1156. @section Porting programs from other compilers to g++
  1157.  
  1158. ``I have a program that runs on <some other C++ compiler>, and I want
  1159. to get it running under g++.  Is there anything I should watch out
  1160. for?''
  1161.  
  1162. First, see the questions on placement new syntax and static data members.
  1163.  
  1164. There are two other reasons why a program that worked under one compiler
  1165. might fail under another: your program may depend on the order of
  1166. evaluation of side effects in an expression, or it may depend on the
  1167. lifetime of a temporary (you may be assuming that a temporary object
  1168. "lives" longer than the standard guarantees).  As an example of the
  1169. first:
  1170.  
  1171. @example
  1172. void func(int,int);
  1173.  
  1174. int i = 3;
  1175. func(i++,i++);
  1176. @end example
  1177.  
  1178. Novice programmers think that the increments will be evaluated in strict
  1179. left-to-right order.  Neither C nor C++ guarantees this; the second
  1180. increment might happen first, for example.  func might get 3,4, or it
  1181. might get 4,3.
  1182.  
  1183. The second problem often happens with classes like the libg++ String
  1184. class.  Let's say I have
  1185.  
  1186. @example
  1187. String func1();
  1188. void func2(const char*);
  1189. @end example
  1190.  
  1191. and I say
  1192.  
  1193. @example
  1194. func2(func1());
  1195. @end example
  1196.  
  1197. because I know that class String has an "operator const char*".  So what
  1198. really happens is
  1199.  
  1200. @example
  1201. func2(func1().convert());
  1202. @end example
  1203.  
  1204. where I'm pretending I have a convert() method that is the same as the
  1205. cast.  This is unsafe, because the temporary String object may be deleted
  1206. after its last use (the call to the conversion function), leaving the
  1207. pointer pointing to garbage, so by the time func2 is called, it gets an
  1208. invalid argument.
  1209.  
  1210. If you think this is ugly, you should know that the ANSI C++ committee is
  1211. STILL debating the lifetime-of-temporaries problem.
  1212.  
  1213. For now, the safe way to write such code is to give the temporary a name,
  1214. which forces it to live until the end of the scope of the name. For
  1215. example:
  1216.  
  1217. @example
  1218. String& tmp = func1();
  1219. func2(tmp);
  1220. @end example
  1221.  
  1222. Finally, like all compilers (but especially C++ compilers, it seems),
  1223. g++ has bugs, and you may have tweaked one.
  1224.  
  1225. @node name mangling, problems linking with other libraries, porting to g++, User Problems
  1226. @section Why does g++ mangle names differently from other C++ compilers?
  1227.  
  1228. See the answer to the next question.
  1229.  
  1230. @node problems linking with other libraries, documentation, name mangling, User Problems
  1231. @section Why can't g++ code link with code from other C++ compilers?
  1232.  
  1233. ``Why can't I link g++-compiled programs against libraries compiled by
  1234. some other C++ compiler?''
  1235.  
  1236. Some people think that,
  1237. if only the FSF and Cygnus Support folks would stop being
  1238. stubborn and mangle names the same way that, say, cfront does, then any
  1239. g++-compiled program would link successfully against any cfront-compiled
  1240. library and vice versa.  Name mangling is the least of the problems.
  1241. Compilers differ as to how objects are laid out, how multiple inheritance
  1242. is implemented, how virtual function calls are handled, and so on, so if
  1243. the name mangling were made the same, your programs would link against
  1244. libraries provided from other compilers but then crash when run.  For this
  1245. reason, the ARM @emph{encourages} compiler writers to make their name mangling
  1246. different from that of other compilers for the same platform.
  1247. Incompatible libraries are then detected at link time, rather than at run
  1248. time.
  1249.  
  1250. @node documentation, agreement with standards, problems linking with other libraries, User Problems
  1251. @section What documentation exists for g++ 2.x?
  1252.  
  1253. Almost none.  The gcc manual describes the C front end, and also the back
  1254. end, which is shared by the C++ compiler, but there is almost no
  1255. documentation for the C++ front end.  There is a Unix-style manual entry,
  1256. "g++.1", in the gcc-2.x distribution; this describes the extra
  1257. command-line options that g++ supports, and the #pragma interface and
  1258. #pragma implementation directives.
  1259.  
  1260. A draft of a document describing the g++ internals appears in the 2.3.3
  1261. distribution (called g++int.texi); it is still incomplete.
  1262.  
  1263. Work is proceeding on a user g++ document; with luck it will appear in the
  1264. next release.
  1265.  
  1266. @node agreement with standards, compiling standard libraries, documentation, User Problems
  1267. @section What are the differences between g++ and the ARM specification of C++?
  1268.  
  1269. The chief thing missing from g++ that is in the ARM is exceptions (the
  1270. other major compilers do not have exceptions either).  There are bits
  1271. and pieces of exception code present, but it is not presently usable.
  1272.  
  1273. The template implementation is still new.  The implementation in 2.3.3
  1274. represents a considerable improvement over that of previous releases,
  1275. however.  Still, it has many bugs.
  1276.  
  1277. g++ does not implement a separate pass to instantiate template functions
  1278. and classes at this point; for this reason, it will not work, for the most
  1279. part, to declare your template functions in one file and define them in
  1280. another.  The compiler will need to see the entire definition of the
  1281. function, and will generate a static copy of the function in each file
  1282. in which it is used.
  1283.  
  1284. As with any beta-test compiler, there are bugs.  You can help improve
  1285. the compiler by submitting detailed bug reports.
  1286.  
  1287. [A full bug list would be very long indeed, so I won't put one here.
  1288. I may add a list of frequently-reported bugs and "non-bugs" like the
  1289. static class members issue mentioned above].
  1290.  
  1291. @node compiling standard libraries, debugging on SVR4 systems, agreement with standards, User Problems
  1292. @section Will g++ compile InterViews?  The NIH class library?
  1293.  
  1294. The NIH class library uses a non-portable, compiler-dependent hack
  1295. to initialize itself, which makes life difficult for g++ users.
  1296. It will not work without modification, and I don't know what modifications
  1297. are required or whether anyone has done them successfully.
  1298.  
  1299. Brendan Kehoe of Cygnus Support is working on getting NIHCL to build with g++.
  1300. He says, "The NIHCL release will hopefully contain patches to gcc 2.3 to
  1301. let it build."
  1302.  
  1303. [ From Steinar Bang <steinarb@@idt.unit.no>]
  1304.  
  1305. InterViews 3.1 compiles and runs with gcc-2.3.3 and libg++-2.3, except
  1306. that the "doc" application immediately dumps core when you try to run it.  
  1307. There is also a small glitch with idraw.
  1308.  
  1309. There is a patch for InterViews 3.1 from Johan Garpendahl
  1310. <garp@@isy.liu.se> available for FTP from site ``ugle.unit.no''.
  1311. It is in the file
  1312.  
  1313. /pub/X11/contrib/InterViews/g++/3.1-beta3-patch.
  1314.  
  1315. This fixes two things: the Doc coredump, and the pattern menu of idraw.
  1316. Read the instructions at the start of the file.
  1317.  
  1318. @node debugging on SVR4 systems,  , compiling standard libraries, User Problems
  1319. @section Debugging on SVR4 systems
  1320.  
  1321. ``When I use the -g flag on C++ code on a System V Release 4 system,
  1322. I get lots of undefined symbols at link time.  Why?  Help!''
  1323.  
  1324. [From Ron Guilmette:]
  1325. The changes needed to get the g++ front-end to generate proper DWARF style
  1326. debugging information for System V Release 4 are not yet completed, nor
  1327. will they be until g++ version 2.4 (at the earliest).
  1328.  
  1329. There is nothing that you (as an end-user) can do to correct this problem.
  1330. (It is actually @emph{many} problems, and they are all very complex.)  Until
  1331. the g++ maintainers have time to fix this, you should simply @emph{avoid} using
  1332. the -g option when using g++ on SVR4.
  1333.  
  1334. @node legalities,  , User Problems, Top
  1335. @chapter What are the rules for shipping code built with g++ and libg++?
  1336.  
  1337. ``Is it is possible to distribute programs for profit that are created
  1338. with g++ and use the g++ libraries?''
  1339.  
  1340. I am not a lawyer, and this is not legal advice.  In any case, I have
  1341. little interest in telling people how to violate the spirit of the
  1342. GNU licenses without violating the letter.  This section tells you
  1343. how to comply with the intention of the GNU licenses as best I understand
  1344. them.
  1345.  
  1346. The FSF has no objection to your making money.  Its only interest is that
  1347. source code to their programs, and libraries, and to modified versions of
  1348. their programs and libraries, is always available.
  1349.  
  1350. The short answer is that you do not need to release the source to
  1351. your program, but you can't just ship a stripped executable either.
  1352.  
  1353. Compiling your code with a GNU compiler does not affect its copyright;
  1354. it is still yours.  However, in order to ship code that links in a GNU
  1355. library such as libg++ there are certain rules you must follow.  The
  1356. rules are described in the file COPYING.LIB that accompanies gcc
  1357. distributions; it is also included in the libg++ distribution.
  1358. See that file for the exact rules.  The agreement is called the
  1359. Library GNU Public License or LGPL.  It is much "looser" than the
  1360. GNU Public License, or GPL, that covers must GNU programs.
  1361.  
  1362. Here's the deal: let's say that you use some version of libg++,
  1363. completely unchanged, in your software, and you want to ship only
  1364. a binary form of your code.  You can do this, but there are several
  1365. special requirements.  If you want to use libg++ but ship only object
  1366. code for your code, you have to ship source for libg++ (or ensure
  1367. somehow that your customer already has the source for the exact
  1368. version you are using), and ship your application in linkable form.
  1369. You cannot forbid your customer from reverse-engineering or extending
  1370. your program by exploiting its linkable form.
  1371.  
  1372. Furthermore, if you modify libg++ itself, you must provide source
  1373. for your modifications (making a derived class does not count as
  1374. modifying the library -- that is "a work that uses the library").
  1375.  
  1376. @page
  1377. @contents
  1378. @bye
  1379. --
  1380. Joe Buck    jbuck@ohm.berkeley.edu
  1381.  
  1382.