Operating System - HP-UX
1753785 Members
7301 Online
108799 Solutions
New Discussion юеВ

Unsatisfied symbol "wcsstr" in file

 
Rajakumar Kasi
Advisor

Unsatisfied symbol "wcsstr" in file

Hello Experts,
I am building 64 bit image using C compiler on HPUX 11 operating system and I am getting "ld: Unsatisfied symbol "wcsstr"" liker error.
Please help me to solve this problem as soon as possible.

Thanks and Regards,
Rajakumar Kasi
5 REPLIES 5
Dennis Handly
Acclaimed Contributor

Re: Unsatisfied symbol "wcsstr" in file

>HP-UX 11

This isn't helpful, all supported HP-UX versions have "11". If this is 11.00, that probably doesn't support that wcs* function.
wcsstr(3) is documented on 11.23 but it needs a -D to enable it.
Rajakumar Kasi
Advisor

Re: Unsatisfied symbol "wcsstr" in file

Hi Dennis,
Thanks a lot.
HPUX OS version is B.11.00.
Are there any document available from HP about no support of wcs* functions in B.11.00?
Is there any workaround available to fix this problem?

You said "wcsstr(3) is documented on 11.23", is 11.23 is HPUX OS version?

Thanks,
Rajakumar K.
Dennis Handly
Acclaimed Contributor

Re: Unsatisfied symbol "wcsstr" in file

>OS version is B.11.00.

This is no longer supported.

>Are there any document available from HP about no support of wcs* functions in B.11.00?

There is probably only a document that says it is supported in 11.11.
I found a man page on my 11.11 machine.

>Is there any workaround available to fix this problem?

Write your own? It should be simple if you don't care about performance.

>You said "wcsstr(3) is documented on 11.23", is 11.23 is HP-UX OS version?

Yes. There is something wrong here if you don't know that. ;-)
The supported HP-UX versions: 11.11, 11.23, 11.31
Rajakumar Kasi
Advisor

Re: Unsatisfied symbol "wcsstr" in file

Hi Dennis,
Thanks a lot.

Thanks,
Rajakumar K.
Dennis Handly
Acclaimed Contributor

Re: Unsatisfied symbol "wcsstr" in file

>Thanks a lot.

If you're happy with the answers you were given, please read the following about assigning points:
http://forums.itrc.hp.com/service/forums/helptips.do?#33