Connecting Tech Pros Worldwide Help | Site Map

ld question

  #1  
Old January 18th, 2008, 08:05 AM
junw2000@gmail.com
Guest
 
Posts: n/a
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.
  #2  
Old January 18th, 2008, 09:55 AM
Lionel B
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
sscanf question Chad answers 16 August 4th, 2008 11:15 PM
lseek and write question golden answers 3 November 17th, 2007 10:45 AM
question abt fscanf siliconwafer answers 1 November 15th, 2005 02:57 AM
Python 2.3.4 under AT&T MP RAS SVR4: ld: Symbol referencing errors. Alexander Landgraf answers 1 July 18th, 2005 05:46 PM