That's a good guide as to what .so.* to link in. Thanks for that. More useful than 'nm' that I was using to locate function definitions.
I have it all linked and running now. with thanks Mo Korda -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] Behalf Of Axton Sent: 13 November 2007 19:47 To: [email protected] Subject: Re: unicode function calls from api libraray libar.a problem For 7.0.1 on Solaris: [EMAIL PROTECTED] lib]$ ldd libar.so libw.so.1 => /usr/lib/libw.so.1 libicuucbmc.so.32 => /prod/sys/remedy/api/lib/libicuucbmc.so.32 libicui18nbmc.so.32 => /prod/sys/remedy/api/lib/libicui18nbmc.so.32 libicudatabmc.so.32 => /prod/sys/remedy/api/lib/libicudatabmc.so.32 libCstd.so.1 => /usr/lib/libCstd.so.1 libpthread.so.1 => /usr/lib/libpthread.so.1 libm.so.1 => /usr/lib/libm.so.1 libCrun.so.1 => /usr/lib/libCrun.so.1 libc.so.1 => /usr/lib/libc.so.1 libdl.so.1 => /usr/lib/libdl.so.1 /usr/lib/cpu/sparcv8plus/libCstd_isa.so.1 libthread.so.1 => /usr/lib/libthread.so.1 /usr/platform/SUNW,Sun-Fire-480R/lib/libc_psr.so.1 Axton Grams On 11/13/07, Mo Korda <[EMAIL PROTECTED]> wrote: > For the 6.3 version of the api code i'm working on, link to libar.a was > sufficient ! > > I just downloaded all the 701 solaris libraries from arswiki.org and think I > have located the definitions in libraries like libicuucbmc.so.32.0. Not sure > if libar.so has definitions, seems to have references - getting a zero offset > for their location within libar.so. > > Will try the dynamic linking and see what I have to pull in. > > many thanks > Mo Korda > > -----Original Message----- > From: Action Request System discussion list(ARSList) > [mailto:[EMAIL PROTECTED] Behalf Of Axton > Sent: 13 November 2007 17:47 > To: [email protected] > Subject: Re: unicode function calls from api libraray libar.a problem > > > Why are you statically linking? Try using libar.so. > > Axton Grams > > On Nov 13, 2007 12:05 PM, Mo Korda <[EMAIL PROTECTED]> wrote: > > ** > > > > > > I'm trying to build an api client using the ARSystem Server patch 5 libar.a > > sun library. > > > > I get link errors relating to functions that are used inside the libar.a > > library. > > > > Does anybody recognize these and if so, do you know what library I need to > > link with ? > > > > with thanks, > > Mo Korda > > > > Undefined first referenced > > symbol in file > > uiter_setUTF8_3_2 ./libs/SunOS5.sparc/libar.a(mbutil.o) > > ucol_strcollIter_3_2 ./libs/SunOS5.sparc/libar.a(mbutil.o) > > u_toupper_3_2 ./libs/SunOS5.sparc/libar.a(mbutil.o) > > u_islower_3_2 ./libs/SunOS5.sparc/libar.a(mbutil.o) > > u_isprint_3_2 ./libs/SunOS5.sparc/libar.a(mbutil.o) > > u_foldCase_3_2 ./libs/SunOS5.sparc/libar.a(mbutil.o) > > u_getCombiningClass_3_2 ./libs/SunOS5.sparc/libar.a(mbutil.o) > > ucol_open_3_2 ./libs/SunOS5.sparc/libar.a(mbutil.o) > > ucol_close_3_2 ./libs/SunOS5.sparc/libar.a(mbutil.o) > > ucnv_open_3_2 ./libs/SunOS5.sparc/libar.a(mbutil.o) > > u_tolower_3_2 ./libs/SunOS5.sparc/libar.a(mbutil.o) > > u_isupper_3_2 ./libs/SunOS5.sparc/libar.a(mbutil.o) > > ucnv_convertEx_3_2 ./libs/SunOS5.sparc/libar.a(mbutil.o) > > utf8_nextCharSafeBody_3_2 ./libs/SunOS5.sparc/libar.a(mbutil.o) > > ucnv_compareNames_3_2 ./libs/SunOS5.sparc/libar.a(mbutil.o) > > ucnv_close_3_2 ./libs/SunOS5.sparc/libar.a(mbutil.o) > > __20060125_______________________This posting was submitted with HTML in > > it___ > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" > _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

