Operating System - HP-UX
1752590 Members
4173 Online
108788 Solutions
New Discussion юеВ

Re: /usr/ccs/bin/ld: Unsatisfied symbols

 
shakeel_4
New Member

/usr/ccs/bin/ld: Unsatisfied symbols

Hi,
I get a error when I try to do 'nmake all'


/usr/ccs/bin/ld: Unsatisfied symbols:
sd_edalnum(char *,int,int) (first referenced in /users/gss/nmanikan/gss04.10/lib/libsdlist.a(sd_val.o)) (code)
sd_edtdig(char *,int,int) (first referenced in /users/gss/nmanikan/gss04.10/lib/libsdlist.a(sd_val.o)) (code)
/usr/ccs/bin/ld: Found 121 duplicate symbol(s)
make: *** exit code 1 making tmf

Can anyone suggest good ideas to solve it.

Thanks in advance !

-Shakeel
2 REPLIES 2
ranganath ramachandra
Esteemed Contributor

Re: /usr/ccs/bin/ld: Unsatisfied symbols

you have to provide more details:
- what are you trying to build ?
- who wrote the code ? (it may be better to
ask them)
 
--
ranga
[i work for hpe]

Accept or Kudo

shakeel_4
New Member

Re: /usr/ccs/bin/ld: Unsatisfied symbols

Hai,
I got the problem solved.
I did a silly mistake (didnt include in Makefile)
Sorry for disturbance. Thanks for response.
-Shakeel