Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

This is almost a continuation of my

Status
Not open for further replies.

dickiebird

Programmer
Feb 14, 2002
758
GB
This is almost a continuation of my previous thread thread52-389134
The compiler is now running - but the linker gets upset and the end of the make :
cc -I. -I/usr/cgenbb/include -I/usr/cg-index/include -I/data/Y2K/build_2.0.9/include -L. -L/data/Y2K/build_2.0.9/lib -L/data/Y2K/build_2.0.9/lib -L/usr/cgenbb/lib -L/usr/cg-index/lib -lips -lcgenbb -lcg-index -lcurses -lacc -lm m_utprint.c -I. -I/usr/cgenbb/include -I/usr/cg-index/include -I/data/Y2K/build_2.0.9/include lard.o utprint.o -lcgenbb -lcg-index -lcurses -lacc -lm -o ./lard
ld: 0711-224 WARNING: Duplicate symbol: _esys
ld: 0711-224 WARNING: Duplicate symbol: _etrap
ld: 0711-224 WARNING: Duplicate symbol: Holdscr
ld: 0711-224 WARNING: Duplicate symbol: Aos_print
ld: 0711-224 WARNING: Duplicate symbol: _pass_scr
ld: 0711-224 WARNING: Duplicate symbol: _isys
ld: 0711-224 WARNING: Duplicate symbol: _data
ld: 0711-326 ERROR: Replaced XTY_CM symbol _data is larger
than the symbol that replaces it.
ld: 0711-326 ERROR: Replaced XTY_CM symbol _data is larger
than the symbol that replaces it.
ld: 0711-224 WARNING: Duplicate symbol: _r
make: The error code from the last command is 8.
Stop.
make: The error code from the last command is 2.

Warnings - not a problem, yet, but....
ERROR : Replaced XTY_CM symbol _data is larger........
Looks like ambiguous names in libraries, but where or which?
Anyone any ideas on this ????
TIA
;-)
Dickie Bird
Honi soit qui mal y pense
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top