This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Question


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]