This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Question
- To: "Sampson, Michael J." <sampsomj at pweh dot com>
- Subject: Re: Question
- From: "Lassi A. Tuura" <lassi dot tuura at cern dot ch>
- Date: Thu, 05 Oct 2000 18:42:52 +0200
- CC: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
- Organization: Northeastern University, Boston, USA
- References: <FD0106FCFC1FD211B51F00805F95AF4705E987E1@mdposrv3.mt.pweh.com>
Each language driver by default links only its own runtimes; you need to
get all the runtimes into the executable. In your case, link with the
C++ compiler and add -lg2c (before -lm) for the F77 runtime.
Hope this helps,
//lat
--
I think we're in trouble. --Han Solo