This is the mail archive of the gcc-bugs@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]

linker problem


I use gcc 2.91.66 (egcs 1.1.2) on a Linux system (Suse 6.1). When I
compile
two fortran files that use the same common block and link the objects, I
get
a warning by the linker that there are two commons with the same name. I
get
this warning when using g77 or f2c/gcc. Thus, I think it must be a
linker problem.
When compiling and linking with other versions of gcc (2.7.2 or 2.8.2) I
get
no warnings.

Is this a bug or a feature? How can I turn it off?

regards,

Juergen


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