Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[ace-users] String stuff not defined

0 views
Skip to first unread message

Winter, Mike

unread,
Sep 5, 2000, 12:06:20 PM9/5/00
to
Building ACE 5.1.8 TAO 1.1.8 on AIX 4.3.2, gcc 2.95.2, missing some string
stuff-detected during link phase...

These exceptions did not occur in building ACE 5.1.0, TAO1.1.0, last version
I downloaded and am coding against. They are part of ACE, as they were also
evident in building apps/Gateway/Gateway...

/usr/local/ace/beta/ACE_wrappers/TAO/TAO_IDL/tao_idl -Ge 1 pragma.idl
exec(): 0509-036 Cannot load program
/usr/local/ace/beta/ACE_wrappers/TAO/TAO_ID
L/tao_idl because of the following errors:
0509-023 Symbol memcpy__13ACE_OS_StringPvPCvUl in tao_idl is not
defined
0509-023 Symbol strlen__13ACE_OS_StringPCc in tao_idl is not
defined.
0509-023 Symbol strcpy__13ACE_OS_StringPcPCc in tao_idl is not
defined.
0509-023 Symbol strncpy__13ACE_OS_StringPcPCcUl in tao_idl is not
define
d.
0509-023 Symbol strdup__13ACE_OS_StringPCc in tao_idl is not
defined.
0509-023 Symbol free__13ACE_OS_MemoryPv in tao_idl is not defined.
0509-023 Symbol
log_priority_enabled__11ACE_Log_Msg16ACE_Log_PriorityPCc
e in tao_idl is not defined.
0509-023 Symbol strcmp__13ACE_OS_StringPCcT1 in tao_idl is not
defined.
0509-023 Symbol memset__13ACE_OS_StringPviUl in tao_idl is not
defined.
0509-023 Symbol strcat__13ACE_OS_StringPcPCc in tao_idl is not
defined.
0509-023 Symbol strchr__13ACE_OS_StringPCci in tao_idl is not
defined.
0509-023 Symbol strstr__13ACE_OS_StringPCcT1 in tao_idl is not
defined.
0509-023 Symbol strstr__13ACE_OS_StringPcPCc in tao_idl is not
defined.
0509-023 Symbol strrchr__13ACE_OS_StringPci in tao_idl is not
defined.
0509-023 Symbol strrchr__13ACE_OS_StringPCci in tao_idl is not
defined.
0509-023 Symbol strncmp__13ACE_OS_StringPCcT1Ul in tao_idl is not
define
d.
0509-023 Symbol strncat__13ACE_OS_StringPcPCcUl in tao_idl is not
define
d.
0509-023 Symbol strtok__13ACE_OS_StringPcPCc in tao_idl is not
defined.
0509-023 Symbol strtok_r__13ACE_OS_StringPcPCcPPc in tao_idl is not
defi
ned.
0509-023 Symbol tellp__7ostream in tao_idl is not defined.
0509-023 Symbol open__7filebufPCcii in tao_idl is not defined.
0509-023 Symbol attach__7filebufi in tao_idl is not defined.
0509-026 System error: Cannot run a file that does not have a valid
form
at.
make[2]: *** [testC.h] Error 255
make[2]: Leaving directory
`/usr/local/ace/beta/ACE_wrappers/TAO/tests/OctetSeq'

Toshio HORI

unread,
Sep 5, 2000, 12:56:04 PM9/5/00
to
Hi Mike,

In article <F9FBBCCA8A8BD0119AAE...@n1006smx.nt.schwab.com>,
"Winter, Mike" <Mike....@Schwab.com> writes:
Mike> Building ACE 5.1.8 TAO 1.1.8 on AIX 4.3.2, gcc 2.95.2, missing
Mike> some string stuff-detected during link phase...

I'm not using AIX at all but it seems that your libACE.so is missing
some object file(s).

Mike> /usr/local/ace/beta/ACE_wrappers/TAO/TAO_IDL/tao_idl -Ge 1 pragma.idl
Mike> exec(): 0509-036 Cannot load program
Mike> /usr/local/ace/beta/ACE_wrappers/TAO/TAO_IDL/tao_idl because of the following errors:
Mike> 0509-023 Symbol memcpy__13ACE_OS_StringPvPCvUl in tao_idl is not defined
[deleted]

For example, I find that the symbol above is defined (i.e. compiled)
in $ACE_ROOT/ace/.shobj/OS_String.o and in libACE.so, consequently.

I recommend you to check your configuration again. And you'd better
use PROBLEM-REPORT-FORM in your next mail. ;-)

HTH,
Toshi

// Dr. Toshio HORI / to...@etl.go.jp
// Electrotechnical Laboratory, AIST, MITI.
// Web: http://www.etl.go.jp/~toshi/

0 new messages