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]
Other format: [Raw text]

Re: From Praba, Bangalore


On Wednesday 12 March 2003 21:42, B Prabakaran wrote:
> Hi There
>
>
> I am using GCC 2.96 on RedHat 7.3 Os on a P-III machine.  I have
> trouble
> in linking object files which has got multiple definitions.  That
> is
> Same routine is defined more than once with the same signature.
>
>      void error(int)  is defined twice.
>
> Due to this the objects are not getting linked and I am unable
> to
> create "exe".  Is there any swithches in GCC to override the
> multiple
> definitions options.
>
You're likely to be ignored on gcc-bugs, as your posting is off topic on 
several counts.  Your question doesn't appear to pertain to a bug.  gcc-2.96 
is specific to out-of-date redhat distributions, so if you want to ask 
questions on it, a general linux forum is more likely to work.  Your question 
appears to pertain more directly to ld; if there is an answer, it should be 
found in 'info ld' or the like.  Your subject makes the message look more 
like spam than like a serious question.

-- 
Tim Prince


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