This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Question
- To: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
- Subject: Question
- From: "Sampson, Michael J." <sampsomj at pweh dot com>
- Date: Thu, 5 Oct 2000 10:52:42 -0400
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