https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82092
Iain Sandoe <iains at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #22 from Iain Sandoe <iains at gcc dot gnu.org> --- (In reply to zf from comment #21) > With the patch, make of gcc8.2.0 runs without errors on OS 10.9.5. > > The produced compiler builds .o files of a test program, but I have a > problem with linking. > yves$ echo $PATH > /usr/local/gcc-8.2/bin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/ > local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local > yves$ echo $DYLD_LIBRARY_PATH > /usr/local/gcc-8.2/lib > yves$ gcc-8.2 hello-world.cpp if you want the driver to add the c++ library etc. then you should be using g++-8.2? closing this as a duplicate of 81033 * if you need more general help on running the compiler, there are manuals on-line https://gcc.gnu.org/onlinedocs/ and a help channel on freenode irc *** This bug has been marked as a duplicate of bug 81033 ***