From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sampson, Michael J." To: "'gcc@gcc.gnu.org'" Subject: Question Date: Thu, 05 Oct 2000 07:54:00 -0000 Message-id: X-SW-Source: 2000-10/msg00080.html Hello, Currently I am working on a project that consists of Fortran, C, C++ and a front end which is written in C++. I am having trouble with linking all of my object files I have built. I've spent some time reading through the GNU GCC and G77 manuals on your web site. Right now I seemed to be stuck where I'm trying to do the final linking stage with gcc. No matter how I arrange the linking part I am getting undefined symbol references. If I try to do the linking with g++, I get Fortran undefined reference symbols, if I try to the linking with g77, I get C++ undefined references (iostream). Could the GNU GCC group perhaps guide in a direction to resolve this issue? Mike