[Arsperl-users] What library file contains u_toupper_3_2?
Brought to you by:
jeffmurphy
|
From: Bob B. <rob...@gm...> - 2007-09-19 20:36:03
|
Our environment: HPUX 11.23 on IA64 with ARS 7.1 and Oracle 10gR2, perl 5.8.3 32-bit. I've been trying to get ARS 1.90 to compile. I had to modify infra/exsi.pl (to add some new data types) and ARS.xs (to add two new parameters to the Get/Set/CreateFilter routines). It compiles (with lots of warnings, hopefully innocuous), but make test fails every test with undefined externals: __cxa_personality_routine u_toupper_3_2 u_tolower_3_2 I was able to eliminate the error with __cxa_personality_routine by including -lCsup in the $ARS_LIBS variable in Makefile.PL. But I can't seem to find the right magic to eliminate the other two. Does anyone know where I can find u_toupper_3_2 and u_tolower_3_2? |