Connecting Tech Pros Worldwide Forums | Help | Site Map

ld question

junw2000@gmail.com
Guest
 
Posts: n/a
#1: Jan 18 '08
How to solve the Warning messages during link, like:

ld: 0711-224 WARNING: Duplicate symbol: Rprintf

I use -bloadmap and find that the symbol is duplicated in several lib
files.
How is this problem generated? How to solve it?

Thanks a lot.

Lionel B
Guest
 
Posts: n/a
#2: Jan 18 '08

re: ld question


On Fri, 18 Jan 2008 00:00:32 -0800, junw2000 wrote:
Quote:
How to solve the Warning messages during link, like:
>
ld: 0711-224 WARNING: Duplicate symbol: Rprintf
>
I use -bloadmap and find that the symbol is duplicated in several lib
files.
How is this problem generated? How to solve it?
Can you post a minimal program demonstrating the problem?

See: http://www.parashift.com/c++-faq-lit...t.html#faq-5.8

--
Lionel B
Closed Thread